parent
691b948ad0
commit
5ebc65f254
5 changed files with 33 additions and 7 deletions
@ -0,0 +1,8 @@ |
|||||||
|
# openpilot glossary |
||||||
|
|
||||||
|
* **route**: |
||||||
|
* **segment**: routes are split into one minute chunks called segments. |
||||||
|
* **panda**: this is . See the repo. |
||||||
|
* **onroad**: |
||||||
|
* **offroad**: |
||||||
|
* **comma 3X**: |
@ -0,0 +1 @@ |
|||||||
|
../SAFETY.md |
@ -0,0 +1,14 @@ |
|||||||
|
# Replay |
||||||
|
|
||||||
|
Replaying is a critical tool for openpilot development and debugging. |
||||||
|
|
||||||
|
## Replaying a route |
||||||
|
*Hardware required: none* |
||||||
|
|
||||||
|
Just run `tools/replay/replay --demo`. |
||||||
|
|
||||||
|
## Replaying CAN data |
||||||
|
*Hardware required: jungle and comma 3/3X* |
||||||
|
|
||||||
|
1. Connect your PC to a jungle. |
||||||
|
2. |
Loading…
Reference in new issue