mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_DDS: add GeoPointStamped.idl
- Required for publishing the global position origin. Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
This commit is contained in:
parent
dac291c762
commit
5dc9366cea
16
libraries/AP_DDS/Idl/geographic_msgs/msg/GeoPointStamped.idl
Normal file
16
libraries/AP_DDS/Idl/geographic_msgs/msg/GeoPointStamped.idl
Normal file
@ -0,0 +1,16 @@
|
||||
// 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;
|
||||
};
|
||||
};
|
||||
};
|
Loading…
Reference in New Issue
Block a user