mirror of https://github.com/ArduPilot/ardupilot
AP_DDS: fix type string for navsat msg
Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
This commit is contained in:
parent
017d970aef
commit
840f4b142d
|
@ -60,7 +60,7 @@ constexpr struct AP_DDS_Client::Topic_table AP_DDS_Client::topics[] = {
|
|||
.dr_id = uxrObjectId{.id=to_underlying(TopicIndex::NAV_SAT_FIX_PUB), .type=UXR_DATAREADER_ID},
|
||||
.topic_rw = Topic_rw::DataWriter,
|
||||
.topic_name = "rt/ap/navsat/navsat0",
|
||||
.type_name = "tf2_msgs::msg::dds_::TFMessage_",
|
||||
.type_name = "sensor_msgs::msg::dds_::NavSatFix_",
|
||||
.qos = {
|
||||
.durability = UXR_DURABILITY_VOLATILE,
|
||||
.reliability = UXR_RELIABILITY_BEST_EFFORT,
|
||||
|
|
Loading…
Reference in New Issue