[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:
Vivek Aithal
2023-08-04 13:56:46 -07:00
committed by GitHub
parent 7949dfe796
commit a7304d059c
13 changed files with 1000 additions and 80 deletions
+1 -1
View File
@@ -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}