Skip to content

Commit

Permalink
chore: add boundary
Browse files Browse the repository at this point in the history
Signed-off-by: vividf <[email protected]>
  • Loading branch information
vividf committed Aug 20, 2024
1 parent 30c2535 commit 8b57823
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@
"voxel_size_x": {
"type": "number",
"description": "voxel size along x-axis [m]",
"default": "0.04"
"default": "0.04",
"minimum": 0
},
"voxel_size_y": {
"type": "number",
"description": "voxel size along y-axis [m]",
"default": "0.04"
"default": "0.04",
"minimum": 0
}
},
"required": ["voxel_size_x", "voxel_size_y"],
Expand Down

0 comments on commit 8b57823

Please sign in to comment.