mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-27 17:42:04 +08:00
dc0babfae4
* update sim docs * update docs old-commit-hash: 84609f365ba56f6d835fe04a8ea11f116892b5ec
7 lines
154 B
Bash
Executable File
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
|