TheRealCaleb116 / Team-4480-Code-2018

The code for team 4480 for the first robotics Power Up competition
MIT License
3 stars 1 forks source link

Determine the best way to drive robot in auto #15

Closed schlumpyj closed 6 years ago

schlumpyj commented 6 years ago

In previous years, I've used just a PID loop to get to a certain location on the field. However, this isn't the best way to do it. There is even a better way with motion profiling and path planning.

I am going to research how intense motion profiling is and if it is worth us to implement.

schlumpyj commented 6 years ago

It looks like the Talon SRX Motion Magic is what will work best for us. We just have to wait until it has been ported to RobotPy.

Brandutchmen commented 6 years ago

How long will that be? This season or no?

schlumpyj commented 6 years ago

@Brandutchmen February 10th + 11th

schlumpyj commented 6 years ago

Turns out pathfinder is harder than it seems. Just doing basic straight-turn-straight for auto