OnyxTronix2231 / OnyxTronix2016

Code of robot 2016
2 stars 0 forks source link

Create multi input and output PID controller #3

Open SaarYogev opened 8 years ago

SaarYogev commented 8 years ago

FIRST's PID controller class only gets output from a single sensor, and outputs the PID result to a single SpeedController. We want to do more things with the controller, like driving straight or turning with both SpeedControllers. This has to include an additional parameter, like an isTurning if it is for switching between move and turn, or Enum if we have several states. The current state is:

SaarYogev commented 8 years ago

now that changes most changes were merged into master( #8 ), work on the PIDController is done on it's own feature branch. it is still not working and I might need more help.