mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-22 16:33:52 +08:00
* cleanup simulator files * minor updates * update readme * keras runner builds * hmm, still doesn't work * keras runner works * should work with python3 keras mod * touchups
6 lines
176 B
Bash
Executable File
6 lines
176 B
Bash
Executable File
#!/bin/bash
|
|
cd ~/one/tools/nui
|
|
# vision, boardd, sensorsd, gpsd
|
|
ALLOW=frame,can,ubloxRaw,health,sensorEvents,gpsNMEA,gpsLocation ./nui "02ec6bea180a4d36/2019-10-25--10-18-09"
|
|
|