Skip to content

Commit 82575b1

Browse files
committed
Change rmw_connext_cpp -> rmw_connextdds.
Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
1 parent a02492f commit 82575b1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

SROS2_Linux.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export RMW_IMPLEMENTATION=rmw_fastrtps_cpp
9292
```
9393
And with Connext by setting:
9494
```bash
95-
export RMW_IMPLEMENTATION=rmw_connext_cpp
95+
export RMW_IMPLEMENTATION=rmw_connextdds
9696
```
9797

9898
Note that secure communication between vendors is not supported.

SROS2_MacOS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export RMW_IMPLEMENTATION=rmw_fastrtps_cpp
101101
```
102102
And with Connext by setting:
103103
```bash
104-
export RMW_IMPLEMENTATION=rmw_connext_cpp
104+
export RMW_IMPLEMENTATION=rmw_connextdds
105105
```
106106

107107
Note that secure communication between vendors is not supported.

SROS2_Windows.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ set RMW_IMPLEMENTATION=rmw_fastrtps_cpp
9191
```
9292
And with Connext by setting:
9393
```bat
94-
set RMW_IMPLEMENTATION=rmw_connext_cpp
94+
set RMW_IMPLEMENTATION=rmw_connextdds
9595
```
9696

9797
Note that secure communication between vendors is not supported.

0 commit comments

Comments
 (0)