mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 23:33:58 +08:00
* carla simulator tmux script enhancement * real name Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
7 lines
150 B
Bash
Executable File
7 lines
150 B
Bash
Executable File
#!/bin/bash
|
|
tmux new -d -s carla-sim
|
|
tmux send-keys "./launch_openpilot.sh" ENTER
|
|
tmux neww
|
|
tmux send-keys "./bridge.py $*" ENTER
|
|
tmux a -t carla-sim
|