Skip to content

Commit

Permalink
add range to yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
val-ba committed Jul 20, 2024
1 parent 340fd95 commit ca80c61
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ bitbots_obstacle_avoidance_challenge:
kernel_size: {
type: int,
default_value: 3,
description: "kernel size for dilation"
description: "kernel size for dilation",
validation: {
bounds<>: [0, 100]
}

}

0 comments on commit ca80c61

Please sign in to comment.