The-Founders-Academy / 2024-Centerstage-Archived

This is the repository where we will put our 2024 robot's code.
BSD 3-Clause Clear License
0 stars 0 forks source link

Clean up robot movement #18

Open Kenneth-Olibrice opened 11 months ago

Kenneth-Olibrice commented 11 months ago

Right now the robot drifts on the field when driving. We want it to move EXACTLY how the driver moves it on their controller. To do this, we probably need a pid to control the robot angle. We also probably want to think of fieldrelativedrive as a transformation of robotppse and not simply as driving with a velocity.