Files
clearpilot/tools/sim/tmux_script.sh
Your Name 62115b2e34 wip
2024-05-12 00:33:45 -05: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