SJSURoboticsTeam / urc-central-2021

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

Remove checking by equality for float in change if zero function #236

Closed naterpotatoers closed 2 years ago

naterpotatoers commented 2 years ago

use a range based condition e.g.
-0.0001 <= x <= 0.0001

naterpotatoers commented 2 years ago

done