RobotCasserole1736 / RobotCasserole2017

Robot Casserole robot source code for the 2017 FRC game, First Steamworks.
MIT License
0 stars 0 forks source link

Drivetrain fancy-schmancy control modes #100

Closed gerth2 closed 7 years ago

gerth2 commented 7 years ago

Thoughts on how to possibly improve drivetrain controls:

add a "lock to 45 degree mode" where only north, northeast, east, etc. are acceptable directions.

Generalize the vision align PID to be able to control the pose angle of the robot closed-loop at any time (not just vision align). Add a button/trigger on the driver control to (on depress) record the gyro angle and then close-loop control the angle to it (as long as it is held, and ignore driver rotate commands)

No idea if either of these will be useful at all.

gerth2 commented 7 years ago

proven working on field!