SJSURoboticsTeam / urc-central-2021

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

Implement clamp to joint.hpp #212

Closed naterpotatoers closed 2 years ago

naterpotatoers commented 2 years ago

Once #211 is done we can more cleanly implement std::clamp for making sure rover stays within the minimum and maximum ranges for speed and angle.

Once implemented make sure to add unit tests for that logic. Please refer to testing document as found on the root README