mirror of https://github.com/ArduPilot/ardupilot
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
|
||||
$ ros2 node list
|
||||
/Ardupilot_DDS_XRCE_Client
|
||||
/ardupilot_dds
|
||||
```
|
||||
|
||||
```bash
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue