sim: fix race condition in tmux script (#22365)

* carla simulator tmux script enhancement

* real name

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 8412f607b7
commatwo_master
Piotrek Rybiec 4 years ago committed by GitHub
parent a4194021bd
commit 415de2224c
  1. 4
      tools/sim/tmux_script.sh

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

Loading…
Cancel
Save