necst_msgs.msg.PIDMsg
Data type for PID controller parameters.
float64
) -- Coefficient of the proportional term.float64
) -- Coefficient of the integral term.float64
) -- Coefficient of the derivative term.string
) -- Identifier of controlling axis, which will be az
or el
.>>> from necst_msgs.msg import PIDMsg
>>> msg = PIDMsg(k_p=2.0, k_i=0.0, k_d=0.0)
float64 k_p
float64 k_i
float64 k_d
string axis