-
Notifications
You must be signed in to change notification settings - Fork 11
Firmware
Joshua Williams edited this page Dec 23, 2021
·
4 revisions
Firmware works with the nitty-gritty details of our vehicle so the rest of the software doesn't have to. This part of our code reports low-level sensor data (for example, the current steering angle) in a more abstract form, and applies commands from the rest of the software to the vehicle hardware.
- Firmware Design Docs
- Hardware Components (Coming Soon!)
- CAN Bus Information (Coming Soon!)
- LIDAR Interface
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