Pioneer Robotics Documentation
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Pioneer Robotics Documentation
Pioneer Robotics Documentation
/
pioneer.helpers
/
PIDController
/
PIDController
PIDController
constructor
(
kp
:
Double
,
ki
:
Double
=
0.0
,
kd
:
Double
=
0.0
,
kf
:
Double
=
0.0
)
Parameters
kp
Proportional gain
ki
Integral gain
kd
Derivative gain
kf
Feedforward gain