From 415de2224cc3384fe1a120da4d78e1e8ca06e48a Mon Sep 17 00:00:00 2001 From: Piotrek Rybiec <55894077+a1eaiactaest@users.noreply.github.com> Date: Tue, 28 Sep 2021 23:07:41 +0200 Subject: [PATCH] sim: fix race condition in tmux script (#22365) * carla simulator tmux script enhancement * real name Co-authored-by: Adeeb Shihadeh old-commit-hash: 8412f607b7145a64a0a78a585f27912557d10ee9 --- tools/sim/tmux_script.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/sim/tmux_script.sh b/tools/sim/tmux_script.sh index bb7a4088dc..333fce304b 100755 --- a/tools/sim/tmux_script.sh +++ b/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