mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-20 15:43:43 +08:00
[commabody] Add new body teleop ui (#29119)
* add new ui * move body tele op ui to new dir * fix codespell errors * resolve mediablackhole pylint error * fix import error * style fixes * use logging, not print * fix js styling * resolve comments
This commit is contained in:
@@ -72,7 +72,7 @@ procs = [
|
||||
|
||||
# debug procs
|
||||
NativeProcess("bridge", "cereal/messaging", ["./bridge"], onroad=False, callback=notcar),
|
||||
PythonProcess("webjoystick", "tools.joystick.web", onroad=False, callback=notcar),
|
||||
PythonProcess("webjoystick", "tools.bodyteleop.web", onroad=False, callback=notcar),
|
||||
]
|
||||
|
||||
managed_processes = {p.name: p for p in procs}
|
||||
|
||||
Reference in New Issue
Block a user