mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 17:38:32 -04:00
5dc9366cea
- Required for publishing the global position origin. Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
17 lines
415 B
Plaintext
17 lines
415 B
Plaintext
// generated from rosidl_adapter/resource/msg.idl.em
|
|
// with input from geographic_msgs/msg/GeoPointStamped.msg
|
|
// generated code does not contain a copyright notice
|
|
|
|
#include "geographic_msgs/msg/GeoPoint.idl"
|
|
#include "std_msgs/msg/Header.idl"
|
|
|
|
module geographic_msgs {
|
|
module msg {
|
|
struct GeoPointStamped {
|
|
std_msgs::msg::Header header;
|
|
|
|
geographic_msgs::msg::GeoPoint position;
|
|
};
|
|
};
|
|
};
|