mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-23 21:53:51 +08:00
* fix sim build in 20.04 * run ci * fix docker build * restore ci cofnig Co-authored-by: Willem Melching <willem.melching@gmail.com>
7 lines
183 B
Bash
Executable File
7 lines
183 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"
|