Skip to content

Commit

Permalink
sim: fix race condition in tmux script (commaai#22365)
Browse files Browse the repository at this point in the history
* carla simulator tmux script enhancement

* real name

Co-authored-by: Adeeb Shihadeh <[email protected]>
  • Loading branch information
a1eaiactaest and adeebshihadeh authored Sep 28, 2021
1 parent 3b8fa4b commit 8412f60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/sim/tmux_script.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
tmux new -d -s htop
tmux new -d -s carla-sim
tmux send-keys "./launch_openpilot.sh" ENTER
tmux neww
tmux send-keys "./bridge.py $*" ENTER
tmux a
tmux a -t carla-sim

0 comments on commit 8412f60

Please sign in to comment.