@@ -92,11 +92,17 @@ namespace systems
92
92
// / element is optional, and the default value is 50Hz.
93
93
// /
94
94
// / - `<min_velocity>`: Minimum velocity [m/s], usually <= 0.
95
+ // / - `<min_angular_velocity>`: Minimum angular velocity [m/s], usually <= 0.
95
96
// / - `<max_velocity>`: Maximum velocity [m/s], usually >= 0.
97
+ // / - `<max_angular_velocity>`: Maximum angular velocity [m/s], usually >= 0.
96
98
// / - `<min_acceleration>`: Minimum acceleration [m/s^2], usually <= 0.
99
+ // / - `<min_angular_acceleration>`: Minimum angular acceleration [m/s^2], usually <= 0.
97
100
// / - `<max_acceleration>`: Maximum acceleration [m/s^2], usually >= 0.
98
- // / - `<min_jerk Minimum>`: jerk [m/s^3], usually <= 0.
99
- // / - `<max_jerk Maximum>`: jerk [m/s^3], usually >= 0.
101
+ // / - `<max_angular_acceleration>`: Maximum angular acceleration [m/s^2], usually >= 0.
102
+ // / - `<min_jerk>`: Minimum jerk [m/s^3], usually <= 0.
103
+ // / - `<min_angular_jerk>`: Minimum jerk [m/s^3], usually <= 0.
104
+ // / - `<max_jerk>`: Maximum jerk [m/s^3], usually >= 0.
105
+ // / - `<max_angular_jerk>`: Maximum jerk [m/s^3], usually >= 0.
100
106
// /
101
107
// / - `<topic>`: Custom topic that this system will subscribe to in order to
102
108
// / receive command messages. This element is optional, and the
0 commit comments