@@ -132,30 +132,30 @@ diff_drive_controller:
132132 type : double,
133133 default_value : .NAN,
134134 validation : {
135- " diff_drive_controller ::gt_eq_or_nan<>" : [0.0]
135+ " control_filters ::gt_eq_or_nan<>" : [0.0]
136136 }
137137 }
138138 min_velocity : {
139139 type : double,
140140 default_value : .NAN,
141141 validation : {
142- " diff_drive_controller ::lt_eq_or_nan<>" : [0.0]
142+ " control_filters ::lt_eq_or_nan<>" : [0.0]
143143 }
144144 }
145145 max_acceleration : {
146146 type : double,
147147 default_value : .NAN,
148148 description : " Maximum acceleration in forward direction." ,
149149 validation : {
150- " diff_drive_controller ::gt_eq_or_nan<>" : [0.0]
150+ " control_filters ::gt_eq_or_nan<>" : [0.0]
151151 }
152152 }
153153 max_deceleration : {
154154 type : double,
155155 default_value : .NAN,
156156 description : " Maximum deceleration in forward direction." ,
157157 validation : {
158- " diff_drive_controller ::lt_eq_or_nan<>" : [0.0]
158+ " control_filters ::lt_eq_or_nan<>" : [0.0]
159159 }
160160 }
161161 min_acceleration : {
@@ -168,29 +168,29 @@ diff_drive_controller:
168168 default_value : .NAN,
169169 description : " Maximum acceleration in reverse direction. If not set, -max_acceleration will be used." ,
170170 validation : {
171- " diff_drive_controller ::lt_eq_or_nan<>" : [0.0]
171+ " control_filters ::lt_eq_or_nan<>" : [0.0]
172172 }
173173 }
174174 max_deceleration_reverse : {
175175 type : double,
176176 default_value : .NAN,
177177 description : " Maximum deceleration in reverse direction. If not set, -max_deceleration will be used." ,
178178 validation : {
179- " diff_drive_controller ::gt_eq_or_nan<>" : [0.0]
179+ " control_filters ::gt_eq_or_nan<>" : [0.0]
180180 }
181181 }
182182 max_jerk : {
183183 type : double,
184184 default_value : .NAN,
185185 validation : {
186- " diff_drive_controller ::gt_eq_or_nan<>" : [0.0]
186+ " control_filters ::gt_eq_or_nan<>" : [0.0]
187187 }
188188 }
189189 min_jerk : {
190190 type : double,
191191 default_value : .NAN,
192192 validation : {
193- " diff_drive_controller ::lt_eq_or_nan<>" : [0.0]
193+ " control_filters ::lt_eq_or_nan<>" : [0.0]
194194 }
195195 }
196196 angular :
@@ -214,30 +214,30 @@ diff_drive_controller:
214214 type : double,
215215 default_value : .NAN,
216216 validation : {
217- " diff_drive_controller ::gt_eq_or_nan<>" : [0.0]
217+ " control_filters ::gt_eq_or_nan<>" : [0.0]
218218 }
219219 }
220220 min_velocity : {
221221 type : double,
222222 default_value : .NAN,
223223 validation : {
224- " diff_drive_controller ::lt_eq_or_nan<>" : [0.0]
224+ " control_filters ::lt_eq_or_nan<>" : [0.0]
225225 }
226226 }
227227 max_acceleration : {
228228 type : double,
229229 default_value : .NAN,
230230 description : " Maximum acceleration in positive direction." ,
231231 validation : {
232- " diff_drive_controller ::gt_eq_or_nan<>" : [0.0]
232+ " control_filters ::gt_eq_or_nan<>" : [0.0]
233233 }
234234 }
235235 max_deceleration : {
236236 type : double,
237237 default_value : .NAN,
238238 description : " Maximum deceleration in positive direction." ,
239239 validation : {
240- " diff_drive_controller ::lt_eq_or_nan<>" : [0.0]
240+ " control_filters ::lt_eq_or_nan<>" : [0.0]
241241 }
242242 }
243243 min_acceleration : {
@@ -250,28 +250,28 @@ diff_drive_controller:
250250 default_value : .NAN,
251251 description : " Maximum acceleration in negative direction. If not set, -max_acceleration will be used." ,
252252 validation : {
253- " diff_drive_controller ::lt_eq_or_nan<>" : [0.0]
253+ " control_filters ::lt_eq_or_nan<>" : [0.0]
254254 }
255255 }
256256 max_deceleration_reverse : {
257257 type : double,
258258 default_value : .NAN,
259259 description : " Maximum deceleration in negative direction. If not set, -max_deceleration will be used." ,
260260 validation : {
261- " diff_drive_controller ::gt_eq_or_nan<>" : [0.0]
261+ " control_filters ::gt_eq_or_nan<>" : [0.0]
262262 }
263263 }
264264 max_jerk : {
265265 type : double,
266266 default_value : .NAN,
267267 validation : {
268- " diff_drive_controller ::gt_eq_or_nan<>" : [0.0]
268+ " control_filters ::gt_eq_or_nan<>" : [0.0]
269269 }
270270 }
271271 min_jerk : {
272272 type : double,
273273 default_value : .NAN,
274274 validation : {
275- " diff_drive_controller ::lt_eq_or_nan<>" : [0.0]
275+ " control_filters ::lt_eq_or_nan<>" : [0.0]
276276 }
277277 }
0 commit comments