We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb163d commit e844c53Copy full SHA for e844c53
demo/compose.yaml
@@ -8,7 +8,7 @@ services:
8
tty: true
9
environment:
10
- ROS_DOMAIN_ID=${ROS_DOMAIN_ID:-0}
11
- - RMW_/IMPLEMENTATION=${RMW_IMPLEMENTATION:-rmw_fastrtps_cpp}
+ - RMW_IMPLEMENTATION=${RMW_IMPLEMENTATION:-rmw_cyclonedds_cpp}
12
volumes:
13
- /dev:/dev
14
privileged: true
0 commit comments