Skip to content

Commit

Permalink
Updated json for XT16 with changes from develop
Browse files Browse the repository at this point in the history
Signed-off-by: jemmmel <[email protected]>
  • Loading branch information
jemmmel committed Dec 2, 2024
1 parent 693f480 commit 3c8c9ff
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions nebula_ros/schema/PandarXT16.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@
"$ref": "sub/lidar_hesai.json#/definitions/cut_angle"
},
"sensor_model": {
"$ref": "sub/lidar_hesai.json#/definitions/sensor_model"
"$ref": "sub/lidar_hesai.json#/definitions/sensor_model",
"enum": [
"PandarXT16"
]
},
"calibration_file": {
"$ref": "sub/lidar_hesai.json#/definitions/calibration_file"
Expand All @@ -79,16 +82,16 @@
]
},
"ptp_profile": {
"$ref": "sub/communication.json#/definitions/ptp_profile"
"$ref": "sub/lidar_hesai.json#/definitions/ptp_profile"
},
"ptp_domain": {
"$ref": "sub/communication.json#/definitions/ptp_domain"
"$ref": "sub/lidar_hesai.json#/definitions/ptp_domain"
},
"ptp_transport_type": {
"$ref": "sub/communication.json#/definitions/ptp_transport_type"
"$ref": "sub/lidar_hesai.json#/definitions/ptp_transport_type"
},
"ptp_switch_type": {
"$ref": "sub/communication.json#/definitions/ptp_switch_type"
"$ref": "sub/lidar_hesai.json#/definitions/ptp_switch_type"
},
"retry_hw": {
"$ref": "sub/hardware.json#/definitions/retry_hw"
Expand Down

0 comments on commit 3c8c9ff

Please sign in to comment.