|
Re: RobotBuilder Subsystems with multiple PID loops
This sounds challenging whether you use Robot Builder or code from scratch.
A PID controller takes an input and an output. In this example, you have two different kinds of inputs (gyro and encoders) feeding to a single output system (the drive train).
Is this really a common task? I'd be very interested how others have combined PID logic within a subsystem.
|