We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb37ea3 commit cb643d9Copy full SHA for cb643d9
cartesian_vic_controller/src/cartesian_vic_controller_parameters.yaml
@@ -223,7 +223,7 @@ cartesian_vic_controller:
223
default_value: [10.0],
224
validation: {
225
size_gt<>: [0],
226
- element_bounds<>: [ 0.0, 100.0 ]
+ # element_bounds<>: [ 0.0, 1000.0 ]
227
}
228
229
joint_stiffness: {
@@ -232,7 +232,7 @@ cartesian_vic_controller:
232
233
234
235
- element_bounds<>: [ 0.0, 500.0 ]
236
237
238
joint_damping: {
@@ -241,7 +241,7 @@ cartesian_vic_controller:
241
default_value: [2.0],
242
243
244
- element_bounds<>: [ 0.0, 200.0 ]
245
246
247
0 commit comments