mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 17:38:32 -04:00
0905ffa438
* Use clang to verify no unused files * Add a topic table to prepare for code generating interfaces * Generated IDL's to to a generated directory in build * Use black to format python files * Populate a ROS time maessage with Linux epoch time for ROS time * Add workarounds for PoseStamped and TwistStamped with manual mods to IDL Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com> Co-authored-by: Rhys Mainwaring <rhys.mainwaring@me.com> Co-authored-by: Arsh Pratap <arshpratapofficial@gmail.com> Co-authored-by: Andrew Tridgell <andrew@tridgell.net> Co-authored-by: Russ Webber <russ@rw.id.au> Co-authored-by: Peter Barker <pb-gh@barker.dropbear.id.au>
24 lines
755 B
Plaintext
24 lines
755 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 "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;
|
|
};
|
|
};
|
|
};
|