Skip to content

Commit

Permalink
fix(xt16): update default parameters and schema to comply with #239, #…
Browse files Browse the repository at this point in the history
…256

Signed-off-by: Max SCHMELLER <[email protected]>
  • Loading branch information
mojomex committed Feb 4, 2025
1 parent 8edab25 commit 48d9ab9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nebula_ros/config/lidar/hesai/PandarXT16.param.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**:
ros__parameters:
host_ip: 255.255.255.255
host_ip: 192.168.1.10
sensor_ip: 192.168.1.201
multicast_ip: ""
data_port: 2368
Expand All @@ -25,5 +25,6 @@
ptp_domain: 0
ptp_transport_type: UDP
ptp_switch_type: TSN
ptp_lock_threshold: 100
retry_hw: true
dual_return_distance_threshold: 0.1
4 changes: 4 additions & 0 deletions nebula_ros/schema/PandarXT16.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@
"ptp_switch_type": {
"$ref": "sub/lidar_hesai.json#/definitions/ptp_switch_type"
},
"ptp_lock_threshold": {
"$ref": "sub/lidar_hesai.json#/definitions/ptp_lock_threshold"
},
"retry_hw": {
"$ref": "sub/hardware.json#/definitions/retry_hw"
},
Expand Down Expand Up @@ -124,6 +127,7 @@
"ptp_domain",
"ptp_transport_type",
"ptp_switch_type",
"ptp_lock_threshold",
"retry_hw",
"dual_return_distance_threshold"
],
Expand Down

0 comments on commit 48d9ab9

Please sign in to comment.