Files
sunnypilot/tools/sim/tmux_script.sh
T
2023-10-13 16:40:08 +00:00

7 lines
154 B
Bash
Executable File

#!/bin/bash
tmux new -d -s carla-sim
tmux send-keys "./launch_openpilot.sh" ENTER
tmux neww
tmux send-keys "./run_bridge.py $*" ENTER
tmux a -t carla-sim