-
Notifications
You must be signed in to change notification settings - Fork 11
Structs for BPC Messages
Egan edited this page Nov 23, 2021
·
2 revisions
TODO: insert structs for input/output for each node in BPC
The route planner node is built off of the autoware message HADMapRoute, and is called by the same name: voltron_msgs/msg/had_map_route.hpp
supplies voltron_msgs::msg::HADMapRoute
, a drop-in replacement for the Autoware version that adds secondary_segments
to hold the lane changes.
General
- Papers for literature review
- Demo 2: Grand Tour (Overview)
- Our Team
- Learning resources
- Meeting notes
- Archived Pages
Development & Simulation
- Code Standards and Guidelines
- Writing and Running Tests
- Installation and usage
- Logging into the Quad Remote Simulator
- Running the Simulator
Software Design
Outdated or Uncategorized