mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
AP_DDS: use ROS convention for node name
Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
This commit is contained in:
parent
007c3460ea
commit
3bf8b4f1bf
@ -200,7 +200,7 @@ You should be able to see the agent here and view the data output.
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ ros2 node list
|
$ ros2 node list
|
||||||
/Ardupilot_DDS_XRCE_Client
|
/ardupilot_dds
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<profiles>
|
<profiles>
|
||||||
<participant profile_name="participant_profile">
|
<participant profile_name="participant_profile">
|
||||||
<rtps>
|
<rtps>
|
||||||
<name>Ardupilot_DDS_XRCE_Client</name>
|
<name>ardupilot_dds</name>
|
||||||
</rtps>
|
</rtps>
|
||||||
</participant>
|
</participant>
|
||||||
<topic profile_name="time__t">
|
<topic profile_name="time__t">
|
||||||
|
Loading…
Reference in New Issue
Block a user