mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 22:48:29 -04:00
63ed2c646e
* Remove ALL local changes in IDL (it mirrors upstream) * Convert to pathlib for more robust manipulation * Added EOF newlines for all the other missing IDL files Co-authored-by: Arsh Pratap <arshpratapofficial@gmail.com> Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
25 lines
779 B
Plaintext
25 lines
779 B
Plaintext
// generated from rosidl_adapter/resource/msg.idl.em
|
|
// with input from std_msgs/msg/Header.msg
|
|
// generated code does not contain a copyright notice
|
|
|
|
#include "builtin_interfaces/msg/Time.idl"
|
|
|
|
module std_msgs {
|
|
module msg {
|
|
@verbatim (language="comment", text=
|
|
"Standard metadata for higher-level stamped data types." "\n"
|
|
"This is generally used to communicate timestamped data" "\n"
|
|
"in a particular coordinate frame.")
|
|
struct Header {
|
|
@verbatim (language="comment", text=
|
|
"Two-integer timestamp that is expressed as seconds and nanoseconds.")
|
|
builtin_interfaces::msg::Time stamp;
|
|
|
|
@verbatim (language="comment", text=
|
|
"Transform frame with which this data is associated.")
|
|
string frame_id;
|
|
};
|
|
};
|
|
};
|
|
|