This commit is contained in:
Björn Ellensohn 2023-07-25 10:59:21 +02:00
parent 038a9f6b80
commit e93be2bdc1

View File

@ -39,12 +39,13 @@ services:
# Controller and teleop # Controller and teleop
controller: controller:
extends: overlay extends: overlay
command: command: >
- ros2 launch bot_mini_bringup robot_controller.launch.py bash -c "
- priority:=80 cpu-affinity:=4 lock-memory-size:=100 config-child-threads:=True ros2 launch bot_mini_bringup robot_controller.launch.py
- | priority:=80 cpu-affinity:=4 lock-memory-size:=100 config-child-threads:=True
ros2 launch bot_mini_bringup robot_twist_mux.launch.py && ros2 launch bot_mini_bringup robot_twist_mux.launch.py
ros2 launch bot_mini_bringup robot_joy_teleop.launch.py && ros2 launch bot_mini_bringup robot_joy_teleop.launch.py
"
devices: devices:
- /dev/ttyUSB0:/dev/ttyUSB0 - /dev/ttyUSB0:/dev/ttyUSB0
- /dev/ttyACM0:/dev/ttyACM0 - /dev/ttyACM0:/dev/ttyACM0