-
Notifications
You must be signed in to change notification settings - Fork 0
PID Questions
arjunrao87 edited this page Jan 18, 2017
·
2 revisions
- Not sure why we need the PIDOutput class since I am not really using it to control motors
- Values of P, I, D need to be tuned
- Gear ratio values?
- Is the setpoint being set correctly?
- will the drive( double distanceInInches ) work? The while loop seems funky
- Adding trapezoidal motion profile
- CANTalon, brake or coast mode?
- Work on turn controller
- What sets off the PIDController to write data to the PIDOutput? Is it something we have to do or does it happen on PIDController.enable()
- Layering in all the complex PID controllers like 254