|
Re: RobotBuilder Subsystems with multiple PID loops
Robot Builder is great for quickly coding common patterns. For uncommon patterns (like the one you describe), you'll have to modify the automatically generated Java/C++ code yourself. If your team is new to the language, looking at how one PID controller is implemented by the generated code is very helpful in figuring out how to implement the second.
|