mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-07 08:28:30 -04:00
80ed6125aa
* This encodes the position of the GPS receivers relative to the aircraft origin Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
13 lines
322 B
Plaintext
13 lines
322 B
Plaintext
// generated from rosidl_adapter/resource/msg.idl.em
|
|
// with input from tf2_msgs/msg/TFMessage.msg
|
|
// generated code does not contain a copyright notice
|
|
|
|
#include "TransformStamped.idl"
|
|
|
|
module tf2_msgs {
|
|
module msg {
|
|
struct TFMessage {
|
|
sequence<geometry_msgs::msg::TransformStamped> transforms;
|
|
};
|
|
};
|
|
}; |