Skip to content

Commit

Permalink
add boundary for AT128
Browse files Browse the repository at this point in the history
Signed-off-by: vividf <[email protected]>
  • Loading branch information
vividf committed Jun 2, 2024
1 parent 8c424ac commit 9ec79d9
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions nebula_ros/schema/PandarAT128.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,16 @@
"$ref": "sub/misc.json#/definitions/correction_file"
},
"cloud_min_angle": {
"$ref": "sub/misc.json#/definitions/cloud_min_angle"
"$ref": "sub/misc.json#/definitions/cloud_min_angle",
"default": 30,
"minimum": 30,
"maximum": 150
},
"cloud_max_angle": {
"$ref": "sub/misc.json#/definitions/cloud_max_angle"
"$ref": "sub/misc.json#/definitions/cloud_max_angle",
"default": 150,
"minimum": 30,
"maximum": 150
},
"scan_phase": {
"$ref": "sub/misc.json#/definitions/scan_phase",
Expand Down

0 comments on commit 9ec79d9

Please sign in to comment.