source install/setup.bash commands=( "/bin/python3 /home/robofish/RC2025/src/rm_driver/rm_serial_driver/script/pub_aim.py" "ros2 launch rm_nav_bringup bringup_real.launch.py \ world:=RC2026 \ mode:=nav \ lio:=fastlio \ localization:=icp \ lio_rviz:=false \ nav_rviz:=true" "ros2 launch rm_simpal_move simple_move.launch.py" "ros2 topic pub /move_goal rm_msgs/msg/MoveGoal '{x: 0.60, y: 3.995, angle: 0.0, max_speed: 10.0, tolerance: 0.1, rotor: false}' --once" ) for cmd in "${commands[@]}"; do gnome-terminal -- bash -c "source install/setup.bash; $cmd; exec bash" sleep 0.5 done