Skip to content

Commit

Permalink
not_empty validation added
Browse files Browse the repository at this point in the history
Co-authored-by: Dr. Denis <[email protected]>
  • Loading branch information
sachinkum0009 and destogl authored Jan 15, 2025
1 parent 947da59 commit 6034aeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions io_gripper_controller/src/io_gripper_controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ io_gripper_controller:
description: "List of joint values when gripper is open. The order of the values should match the order of the joint names in open_close_joints",
validation: {
unique<>: null,
not_empty<>: null,
}
}
set_before_command:
Expand Down

0 comments on commit 6034aeb

Please sign in to comment.