This commit is contained in:
Björn Ellensohn 2023-07-25 11:18:54 +02:00
parent 7eabbc5ed9
commit 160fe70a7e

View File

@ -22,4 +22,8 @@ then
fi fi
# Start Robot ROS2 Nodes # Start Robot ROS2 Nodes
bash -c "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_joy_teleop.launch.py" 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_joy_teleop.launch.py
wait