Skip to content

Commit

Permalink
fix(hesai_xt32): update ptp_transport_type from l2 to udp for xt32
Browse files Browse the repository at this point in the history
Signed-off-by: j4tfwm6z <[email protected]>
  • Loading branch information
j4tfwm6z committed Mar 12, 2024
1 parent c93ee98 commit 3d101db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common_sensor_launch/launch/hesai_XT32.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<arg name="use_intra_process" value="true"/>
<arg name="use_multithread" value="true"/>
<arg name="ptp_profile" value="1588v2"/>
<arg name="ptp_transport_type" value="L2"/>
<arg name="ptp_transport_type" value="UDP"/>
<arg name="setup_sensor" value="true"/>
<arg name="retry_hw" value="true"/>
<arg name="container_name" value="$(var container_name)"/>
Expand Down

0 comments on commit 3d101db

Please sign in to comment.