Skip to content

Commit 68a437f

Browse files
authored
Remove unused members from PidState.msg (#178)
1 parent fc9633c commit 68a437f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

control_msgs/msg/PidState.msg

-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ float64 p_gain
1515
float64 i_gain
1616
# derivative gain
1717
float64 d_gain
18-
# upper integral clamp.
19-
float64 i_max
20-
# lower integral clamp.
21-
float64 i_min
2218

2319
# output of the PID controller
2420
float64 output

0 commit comments

Comments
 (0)