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

Feat/nanopb pr #30

Closed Kaylia1 closed 2 years ago

Kaylia1 commented 2 years ago

Description

URC needs a way to transmit messages on a network, so this PR adds nanopb to link messages in proto file format.

This PR does the following:

Fixes #28

Expectation: nanopb added, and cmake links proto files

Self Checklist