mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Add TrapezoidProfile external PID examples (#2131)
This commit is contained in:
@@ -36,4 +36,4 @@ void PIDCommand::Execute() {
|
||||
|
||||
void PIDCommand::End(bool interrupted) { m_useOutput(0); }
|
||||
|
||||
PIDController& PIDCommand::getController() { return m_controller; }
|
||||
PIDController& PIDCommand::GetController() { return m_controller; }
|
||||
|
||||
Reference in New Issue
Block a user