Skip to content

Commit

Permalink
Add validation for joint weight
Browse files Browse the repository at this point in the history
  • Loading branch information
Abishalini authored and tylerjw committed Oct 31, 2022
1 parent be0b50a commit 28a1a8b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ kdl_kinematics:
type: double,
default_value: 1.0,
description: "Joint weight",
validation: {
gt<>: [ 0.0 ]
}
}

max_solver_iterations: {
Expand Down

0 comments on commit 28a1a8b

Please # to comment.