GirlsOfSteelRobotics / 2016GirlsOfSteel

FRC robot code for the 2016 Girls of Steel season
1 stars 0 forks source link

Driving: shifting, PIDs #1

Open clegoues opened 8 years ago

clegoues commented 8 years ago

Basic functions: Shifting, PIDs

JosephJackson commented 8 years ago

PID control should implemented on the Talon SRX motor controllers. See the user manual and the ramp-up feature guide on the vendor's web site: http://www.ctr-electronics.com/talon-srx.html#product_tabs_technical_resources

The ramp-up feature is exactly what we struggled with in autonomous code last year: how to slowly increase/decrease wheel speed to avoid slipping and sliding at the beginning and end of movement.