ardupilot/libraries/AP_DDS/Idl/std_srvs/srv/Trigger.idl

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
554 B
Plaintext
Raw Normal View History

2024-10-29 12:21:16 -03:00
// 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;
};
};
};