mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 08:38:36 -04:00
19 lines
494 B
Plaintext
19 lines
494 B
Plaintext
|
// generated from rosidl_adapter/resource/msg.idl.em
|
||
|
// with input from geometry_msgs/msg/Pose.msg
|
||
|
// generated code does not contain a copyright notice
|
||
|
|
||
|
#include "Point.idl"
|
||
|
#include "Quaternion.idl"
|
||
|
|
||
|
module geometry_msgs {
|
||
|
module msg {
|
||
|
@verbatim (language="comment", text=
|
||
|
"A representation of pose in free space, composed of position and orientation.")
|
||
|
struct Pose {
|
||
|
geometry_msgs::msg::Point position;
|
||
|
|
||
|
geometry_msgs::msg::Quaternion orientation;
|
||
|
};
|
||
|
};
|
||
|
};
|