Skip to content

Commit

Permalink
fix(pandar64): add calibration_file to schema
Browse files Browse the repository at this point in the history
Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>
  • Loading branch information
mojomex committed Nov 5, 2024
1 parent b98b2d6 commit 83a226a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nebula_ros/schema/Pandar64.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@
"sensor_model": {
"$ref": "sub/lidar_hesai.json#/definitions/sensor_model"
},
"calibration_file": {
"$ref": "sub/lidar_hesai.json#/definitions/calibration_file"
},
"rotation_speed": {
"$ref": "sub/lidar_hesai.json#/definitions/rotation_speed"
},
Expand Down Expand Up @@ -108,6 +111,7 @@
"sync_angle",
"cut_angle",
"sensor_model",
"calibration_file",
"rotation_speed",
"return_mode",
"ptp_profile",
Expand Down

0 comments on commit 83a226a

Please sign in to comment.