Skip to content

Commit

Permalink
rosnode organization (draft 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
TiaSinghania committed Oct 14, 2024
1 parent 2ae1480 commit 6b91522
Showing 1 changed file with 21 additions and 6 deletions.
27 changes: 21 additions & 6 deletions docs/architecture/code_flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,40 @@ Install `bierner.markdown-mermaid` from the extension marketplace to render the
## Chart!
```mermaid
flowchart LR
Serial --> Sanity_Check
subgraph Control Loop
Controller --> Pathplanner
subgraph I/O Translation Node
Serial
BuggyState_Republisher
end
Simulator --> Pathplanner
Controller --> Simulator
subgraph Controller Node
Controller
end
subgraph Pathplanner Node
JSON_to_Trajectory
Pathplanner
Trajectory
end
subgraph Telemetry Node
Sanity_Check
end
Serial --> BuggyState_Republisher
BuggyState_Republisher --> Sanity_Check
Controller --> Serial
BuggyState_Republisher --> Pathplanner
BuggyState_Republisher --> Controller
Controller --> Pathplanner
Simulator --> Pathplanner
Controller --> Simulator
Controller --> Serial
JSON_to_Trajectory --> Pathplanner
```

0 comments on commit 6b91522

Please sign in to comment.