mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 00:05:59 +08:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user