Skip to content

Commit

Permalink
AP_DDS: use ROS convention for node name
Browse files Browse the repository at this point in the history
Signed-off-by: Rhys Mainwaring <[email protected]>
  • Loading branch information
srmainwaring authored and tridge committed Oct 11, 2023
1 parent 007c346 commit 3bf8b4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libraries/AP_DDS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ You should be able to see the agent here and view the data output.

```bash
$ ros2 node list
/Ardupilot_DDS_XRCE_Client
/ardupilot_dds
```

```bash
Expand Down
2 changes: 1 addition & 1 deletion libraries/AP_DDS/dds_xrce_profile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<profiles>
<participant profile_name="participant_profile">
<rtps>
<name>Ardupilot_DDS_XRCE_Client</name>
<name>ardupilot_dds</name>
</rtps>
</participant>
<topic profile_name="time__t">
Expand Down

0 comments on commit 3bf8b4f

Please sign in to comment.