Skip to content

Development of firmware and navigation systems for UBC ENPH Robot competition

Notifications You must be signed in to change notification settings

julianLapenna12/Treasure-Collecting-Robot

Repository files navigation

Team Mode Push's Robot Firmware

Overall Structure

There exist five main file types in this repo:

  • Main (main.cpp): Main entry point for the code. Initializes all drivers/pins in setup() and runs the main loop() function.
  • State Machine (state-machine.cpp/state-machine.h): Contains loop functions for each of the different states for the robot.
  • Config (config.h): Contains all pins for the robot and other important constants.
  • PID (pid-system.h/pid-system.cpp): Contains helper functions for implementing PID-based control.
  • Drivers (most other files): Provides interfacing for each of the sensors/actuators on the robot.

Branches and Environments

In this repository, there are two-ish main branches:

Production: Branch containing the final, competition code, with the understanding that this would be the new code that the robot would run on in the final competition. No edits should be made to this branch directly.

Personal Feature Branches: Branches which team members work on bug fixes, new features, or experimental code for the robot. Each branch should be named by the following convention: initials-type-description.

Mr Crabs: Semi-finalist Robot UBC ENPH Competition

Demo

Full Video

Mr Crabs Robot

About

Development of firmware and navigation systems for UBC ENPH Robot competition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published