Skip to content

Commit

Permalink
AP_DDS: revert change that removed namespace for TF subscriber topic
Browse files Browse the repository at this point in the history
Signed-off-by: Rhys Mainwaring <[email protected]>
  • Loading branch information
srmainwaring committed Oct 27, 2023
1 parent 6589290 commit 12340ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libraries/AP_DDS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ Published topics:
Subscribed topics:
* /ap/cmd_vel [geometry_msgs/msg/TwistStamped] 1 subscriber
* /ap/joy [sensor_msgs/msg/Joy] 1 subscriber
* /tf [tf2_msgs/msg/TFMessage] 1 subscriber
* /ap/tf [tf2_msgs/msg/TFMessage] 1 subscriber
```

```bash
Expand Down
4 changes: 2 additions & 2 deletions libraries/AP_DDS/dds_xrce_profile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
</topic>
</data_reader>
<topic profile_name="dynamictf__t">
<name>rt/tf</name>
<name>rt/ap/tf</name>
<dataType>tf2_msgs::msg::dds_::TFMessage_</dataType>
<historyQos>
<kind>KEEP_LAST</kind>
Expand All @@ -249,7 +249,7 @@
<data_reader profile_name="dynamictf__dr">
<topic>
<kind>NO_KEY</kind>
<name>rt/tf</name>
<name>rt/ap/tf</name>
<dataType>tf2_msgs::msg::dds_::TFMessage_</dataType>
</topic>
</data_reader>
Expand Down

0 comments on commit 12340ac

Please sign in to comment.