mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-07 00:18: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>
20 lines
497 B
Plaintext
20 lines
497 B
Plaintext
// generated from rosidl_adapter/resource/msg.idl.em
|
|
// with input from geometry_msgs/msg/TwistStamped.msg
|
|
// generated code does not contain a copyright notice
|
|
|
|
#include "geometry_msgs/msg/Twist.idl"
|
|
#include "std_msgs/msg/Header.idl"
|
|
|
|
module geometry_msgs {
|
|
module msg {
|
|
@verbatim (language="comment", text=
|
|
"A twist with reference coordinate frame and timestamp")
|
|
struct TwistStamped {
|
|
std_msgs::msg::Header header;
|
|
|
|
geometry_msgs::msg::Twist twist;
|
|
};
|
|
};
|
|
};
|
|
|