* carla simulator tmux script enhancement * real name Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> old-commit-hash: 8412f607b7145a64a0a78a585f27912557d10ee9
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
|