sim: fix race condition in tmux script (#22365)
* carla simulator tmux script enhancement * real name Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>pull/22368/head
parent
3b8fa4b7fd
commit
8412f607b7
1 changed files with 2 additions and 2 deletions
@ -1,6 +1,6 @@ |
|||||||
#!/bin/bash |
#!/bin/bash |
||||||
tmux new -d -s htop |
tmux new -d -s carla-sim |
||||||
tmux send-keys "./launch_openpilot.sh" ENTER |
tmux send-keys "./launch_openpilot.sh" ENTER |
||||||
tmux neww |
tmux neww |
||||||
tmux send-keys "./bridge.py $*" ENTER |
tmux send-keys "./bridge.py $*" ENTER |
||||||
tmux a |
tmux a -t carla-sim |
||||||
|
Loading…
Reference in new issue