forked from ArduPilot/ardupilot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AP_DDS: Pre arm Check - Trigger idl file
- Loading branch information
fiorenzani
committed
Oct 14, 2024
1 parent
2524583
commit f952474
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
// generated from rosidl_adapter/resource/srv.idl.em | ||
// with input from std_srvs/srv/Trigger.srv | ||
// generated code does not contain a copyright notice | ||
|
||
|
||
module std_srvs { | ||
module srv { | ||
struct Trigger_Request { | ||
uint8 structure_needs_at_least_one_member; | ||
}; | ||
struct Trigger_Response { | ||
@verbatim (language="comment", text= | ||
"indicate successful run of triggered service") | ||
boolean success; | ||
|
||
@verbatim (language="comment", text= | ||
"informational, e.g. for error messages") | ||
string message; | ||
}; | ||
}; | ||
}; |