Skip to content

Commit ee652a8

Browse files
committed
Removed unused members from PidState.msg
1 parent 012182f commit ee652a8

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

control_msgs/msg/PidState.msg

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,6 @@ float64 p_gain
1515
float64 i_gain
1616
# derivative gain
1717
float64 d_gain
18-
19-
# upper integral clamp
20-
float64 i_max
21-
# lower integral clamp
22-
float64 i_min
23-
# upper output clamp
24-
float64 u_max
25-
# lower output clamp
26-
float64 u_min
2718
# tracking time constant
2819
float64 trk_tc
2920

0 commit comments

Comments
 (0)