update ROS_DOMAIN_ID

This commit is contained in:
Björn Ellensohn 2023-08-08 10:51:25 +02:00
parent 54a0c85fa9
commit dc5033f04d
2 changed files with 9 additions and 7 deletions

View File

@ -74,7 +74,7 @@ services:
robot_state_publisher: robot_state_publisher:
extends: overlay extends: overlay
command: > command: >
export ROS_DOMAIN_ID=5 && ROS_DOMAIN_ID=5 ros2 launch cps_rmp220_support rsp.launch.py ros2 launch cps_rmp220_support rsp.launch.py
stdin_open: true stdin_open: true
tty: true tty: true
# Networking and IPC for ROS 2 # Networking and IPC for ROS 2
@ -85,7 +85,7 @@ services:
controller: controller:
extends: overlay extends: overlay
command: > command: >
export ROS_DOMAIN_ID=5 && ROS_DOMAIN_ID=5 ros2 launch cps_rmp220_support robot_controller.launch.py ros2 launch cps_rmp220_support robot_controller.launch.py
devices: devices:
- /dev/ttyUSB0:/dev/ttyUSB0 - /dev/ttyUSB0:/dev/ttyUSB0
- /dev/ttyUSB1:/dev/ttyUSB1 - /dev/ttyUSB1:/dev/ttyUSB1
@ -105,7 +105,7 @@ services:
teleop: teleop:
extends: overlay extends: overlay
command: > command: >
export ROS_DOMAIN_ID=5 && ROS_DOMAIN_ID=5 ros2 launch cps_rmp220_support robot_joystick.launch.py ros2 launch cps_rmp220_support robot_joystick.launch.py
devices: devices:
- /dev/input/js0:/dev/input/js0 - /dev/input/js0:/dev/input/js0
# Interactive shell # Interactive shell
@ -121,7 +121,7 @@ services:
lidar: lidar:
extends: overlay extends: overlay
command: > command: >
export ROS_DOMAIN_ID=5 && ROS_DOMAIN_ID=5 ros2 launch cps_rmp220_support robot_lidar.launch.py ros2 launch cps_rmp220_support robot_lidar.launch.py
stdin_open: true stdin_open: true
tty: true tty: true
# Networking and IPC for ROS 2 # Networking and IPC for ROS 2
@ -134,7 +134,7 @@ services:
mapping: mapping:
extends: overlay extends: overlay
command: > command: >
export ROS_DOMAIN_ID=5 && ROS_DOMAIN_ID=5 ros2 launch cps_rmp220_support robot_mapping.launch.py ros2 launch cps_rmp220_support robot_mapping.launch.py
# Interactive shell # Interactive shell
stdin_open: true stdin_open: true
tty: true tty: true
@ -146,7 +146,7 @@ services:
navigation: navigation:
extends: overlay extends: overlay
command: > command: >
export ROS_DOMAIN_ID=5 && ROS_DOMAIN_ID=5 ros2 launch cps_rmp220_support robot_navigation.launch.py ros2 launch cps_rmp220_support robot_navigation.launch.py
map_subscribe_transient_local:=true map_subscribe_transient_local:=true
stdin_open: true stdin_open: true
tty: true tty: true
@ -171,7 +171,7 @@ services:
rviz2: rviz2:
extends: guis extends: guis
# command: > # command: >
# export ROS_DOMAIN_ID=5 && ROS_DOMAIN_ID=5 ros2 launch cps_rmp220_support robot_rviz2.launch.py # ros2 launch cps_rmp220_support robot_rviz2.launch.py
command: > command: >
rviz2 rviz2
# Interactive shell # Interactive shell

View File

@ -21,5 +21,7 @@ then
echo "Sourced CPS RMP 220 Overlay workspace" echo "Sourced CPS RMP 220 Overlay workspace"
fi fi
export ROS_DOMAIN_ID=5
# Execute the command passed into this entrypoint # Execute the command passed into this entrypoint
exec "$@" exec "$@"