PittSailbot / Sailbot

University of Pittsburgh's Sailbot Club (2019-2025)! Competing at the annual International Robotic Sailing Regatta. https://www.sailbot.org/
https://pittsailbot.github.io
Other
4 stars 1 forks source link

Support protobuf packets with transceiver #28

Closed aaron4522 closed 7 months ago

aaron4522 commented 1 year ago

Standardizes reading from the RC controller. Arduino code publishes all controller values instead of publishing a select few with pre-coded meanings. Allows us to be reassign controller inputs easier in Python and add more control mappings.