* 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
|