HuskieRobotics/3061-lib

the Drivetrain's getRotation method may return angles > 360°

Open

#39 opened on Jun 3, 2023

 (0 comments) (0 reactions) (0 assignees)Java (17 forks)auto 404
help wanted

Repository metrics

Stars
 (32 stars)
PR merge metrics
 (PR metrics pending)

Description

The Rotation2d class doesn't constrain the range of angles. The Drivetrain class' getRotation method may return angles greater than 360°. We need to carefully consider what the intended behavior should be.

Contributor guide