Skip to content

Commit

Permalink
move calibration file below the sensor_model
Browse files Browse the repository at this point in the history
Signed-off-by: vividf <[email protected]>
  • Loading branch information
vividf committed May 31, 2024
1 parent 9a7f624 commit 0e550f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nebula_ros/schema/sub/lidar_velodyne.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
"title": "Lidar Velodyne parameters.",
"type": "object",
"definitions": {
"calibration_file": {
"$ref": "misc.json#/definitions/calibration_file",
"default": "$(find-pkg-share nebula_decoders)/calibration/velodyne/$(var sensor_model).yaml"
},
"sensor_model": {
"$ref": "hardware.json#/definitions/sensor_model",
"enum": [
Expand All @@ -15,6 +11,10 @@
"VLS128"
]
},
"calibration_file": {
"$ref": "misc.json#/definitions/calibration_file",
"default": "$(find-pkg-share nebula_decoders)/calibration/velodyne/$(var sensor_model).yaml"
},
"return_mode": {
"$ref": "misc.json#/definitions/return_mode",
"enum": [
Expand Down

0 comments on commit 0e550f8

Please sign in to comment.