mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-29 02:22:09 +08:00
af2a48f249
* add more deps * setup is now working,removing brackets * Fixing tests in nui * make it eveno * readme markdown and town not needed since set via client * adding explanations for sim in readme * make it markdown buildable * revert changes in setup * work now old-commit-hash: a32fe80d392027290bdf3be35269dcc42d9cd5fe
6 lines
182 B
Bash
Executable File
6 lines
182 B
Bash
Executable File
#!/bin/bash
|
|
cd ~/openpilot/tools/nui
|
|
# vision, boardd, sensorsd, gpsd
|
|
ALLOW=frame,can,ubloxRaw,health,sensorEvents,gpsNMEA,gpsLocation ./nui "02ec6bea180a4d36/2019-10-25--10-18-09"
|
|
|