update
This commit is contained in:
parent
bcf726f425
commit
c2e1f61489
@ -32,7 +32,7 @@ services:
|
|||||||
platforms:
|
platforms:
|
||||||
- linux/arm64
|
- linux/arm64
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
networks: # all services should inherit this network?
|
networks: # all services should inherit this network? nope they somehow don't. Need to specify for all services then.
|
||||||
ros2-bridge:
|
ros2-bridge:
|
||||||
|
|
||||||
# Interactive shell
|
# Interactive shell
|
||||||
@ -148,6 +148,9 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- ROS_DOMAIN_ID=5
|
- ROS_DOMAIN_ID=5
|
||||||
- RMW_IMPLEMENTATION=rmw_cyclonedds_cpp
|
- RMW_IMPLEMENTATION=rmw_cyclonedds_cpp
|
||||||
|
networks:
|
||||||
|
ros2-bridge:
|
||||||
|
|
||||||
|
|
||||||
# lidar
|
# lidar
|
||||||
lidar:
|
lidar:
|
||||||
|
Loading…
Reference in New Issue
Block a user