Commit 82575b1 1 parent a02492f commit 82575b1 Copy full SHA for 82575b1
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ export RMW_IMPLEMENTATION=rmw_fastrtps_cpp
92
92
```
93
93
And with Connext by setting:
94
94
``` bash
95
- export RMW_IMPLEMENTATION=rmw_connext_cpp
95
+ export RMW_IMPLEMENTATION=rmw_connextdds
96
96
```
97
97
98
98
Note that secure communication between vendors is not supported.
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ export RMW_IMPLEMENTATION=rmw_fastrtps_cpp
101
101
```
102
102
And with Connext by setting:
103
103
``` bash
104
- export RMW_IMPLEMENTATION=rmw_connext_cpp
104
+ export RMW_IMPLEMENTATION=rmw_connextdds
105
105
```
106
106
107
107
Note that secure communication between vendors is not supported.
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ set RMW_IMPLEMENTATION=rmw_fastrtps_cpp
91
91
```
92
92
And with Connext by setting:
93
93
``` bat
94
- set RMW_IMPLEMENTATION=rmw_connext_cpp
94
+ set RMW_IMPLEMENTATION=rmw_connextdds
95
95
```
96
96
97
97
Note that secure communication between vendors is not supported.
You can’t perform that action at this time.
0 commit comments