RIT-VEX-U / Core

Standard library for the RIT VexU Robotics Team
https://rit-vex-u.github.io/Core/
MIT License
3 stars 4 forks source link

Add Pose2D Class #43

Closed superrm11 closed 12 months ago

superrm11 commented 1 year ago

Currently we use Vector2D for all our odometry calculations, which can only hold 2 degrees of freedom (X,Y or Dir,Mag). A lot of odometry math requires 3 degrees of freedom, in the form of X, Y, and Direction. The industry standard name for this is Pose.

Requirements: