SJSURoboticsTeam / urc-central-2021

Track progress and information for the URC 2021 competition
MIT License
1 stars 0 forks source link

Remove duplicated functions and add them to rover_system.hpp base class #206

Closed naterpotatoers closed 2 years ago

naterpotatoers commented 2 years ago

SJSURoboticsTeam/urc-control_systems-2021/pull/76 added logic for parsing mission control data. At the same time this adds duplicated logic between arm and drive. This should updated to be found only in rover_system.hpp to prevent code duplication.