Skip to content

Commit

Permalink
cleanup edits
Browse files Browse the repository at this point in the history
  • Loading branch information
TiaSinghania committed Oct 14, 2024
1 parent 3ea2869 commit e08cb71
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/architecture/code_flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
## Scope
The purpose of this file is to outline the desired framework of the auton stack (and the simulator + logging capabilities) of the RD25 software on a file level. This document should be referenced when writing new files for this framework.

The large boxes are ROSNodes. Each individual smaller box is a file. Data within ROSNodes are transferred via function calls, while data between node are transferred via publishers and subscribers.

## Viewing On VSCode
Install `bierner.markdown-mermaid` from the extension marketplace to render the charts in VSCode markdown preview.

Expand All @@ -26,12 +28,13 @@ flowchart LR
subgraph Telemetry Node
Sanity_Check
Visualizer
end
end
INS --> |"ekf/*"|Serial
BuggyState_Converter --> |"(unit conversions)"|Serial
Serial --> |"all the data"| Sanity_Check
Pathplanner --> |"traj/follow_path"| Controller
Controller --> |"SC/state"| Pathplanner
Simulator --> Pathplanner
Expand All @@ -46,4 +49,6 @@ flowchart LR
JSON_to_Trajectory --> |"get_init_traj()"|Pathplanner
```
```


0 comments on commit e08cb71

Please sign in to comment.