mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 08:14:00 +08:00
6d316f2bc7
date: 2024-06-11T01:36:39 master commit: f8cb04e4a8b032b72a909f68b808a50936184bee
19 lines
390 B
Markdown
19 lines
390 B
Markdown
# comma body
|
|
|
|
This the firmware for the comma body robotics dev kit.
|
|
|
|
|
|
Learn more at [commabody.com](https://commabody.com/).
|
|
|
|
## building
|
|
|
|
Compile: `scons`
|
|
|
|
Flash bootstub and app: `board/recover.sh` # STM flasher should be connected to debug port, needs openocd
|
|
|
|
Flash app through CAN bus with panda:
|
|
|
|
`board/flash_base.sh` # base motherboard
|
|
|
|
`board/flash_knee.sh` # knee motherboard
|