Add openpilot tools

This commit is contained in:
FrogAi
2024-01-12 22:39:30 -07:00
parent d1bee2c971
commit 0174873f46
154 changed files with 16477 additions and 0 deletions

6
tools/sim/tmux_script.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
tmux new -d -s carla-sim
tmux send-keys "./launch_openpilot.sh" ENTER
tmux neww
tmux send-keys "./run_bridge.py $*" ENTER
tmux a -t carla-sim