RoboJackets / urc-software

Primary codebase for the RoboNav team's URC rover.
https://robojackets.org/teams/robonav/
MIT License
9 stars 2 forks source link

Basic URC Framework #19

Closed a-stickan closed 2 years ago

a-stickan commented 2 years ago

Basic URC Framework

Various changes designed to make future work on the URC repo more manageable. This code is not yet fully complete (unit tests and linting still have issues), but it is being pushed to master so future branches all share the same general structure as a common starting point.

This PR adds the following:

Fixes #6

Testing steps (If relevant)

Test Case 1

  1. Run colcon build

Expectation: No build errors

Self Checklist