Skip to content

Commit 931bfe7

Browse files
Cleanup duplicate entries in the msg definition
1 parent ad756b1 commit 931bfe7

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

control_msgs/msg/PidState.msg

+4-8
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,15 @@ float64 error
66
# derivative of error
77
float64 error_dot
88

9-
# equals error
10-
float64 p_error
119
# weighted integral of error
12-
float64 i_error
13-
# equals derivative of error
14-
float64 d_error
10+
float64 i_term
1511

1612
# proportional gain
17-
float64 p_term
13+
float64 p_gain
1814
# integral gain
19-
float64 i_term
15+
float64 i_gain
2016
# derivative gain
21-
float64 d_term
17+
float64 d_gain
2218
# upper integral clamp.
2319
float64 i_max
2420
# lower integral clamp.

0 commit comments

Comments
 (0)