Skip to content

Commit

Permalink
add nebula argments
Browse files Browse the repository at this point in the history
  • Loading branch information
j4tfwm6z committed Mar 11, 2024
1 parent c714228 commit 27676f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions common_sensor_launch/launch/hesai_OT128.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@
<arg name="container_name" value="$(var container_name)"/>
<arg name="ptp_profile" value="802.1as"/>
<arg name="ptp_transport_type" value="L2"/>
<arg name="setup_sensor" value="false"/>
</include>
</launch>
4 changes: 4 additions & 0 deletions common_sensor_launch/launch/hesai_XT32.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
<arg name="vehicle_mirror_param_file" value="$(var vehicle_mirror_param_file)"/>
<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="setup_sensor" value="true"/>
<arg name="retry_hw" value="true"/>
<arg name="container_name" value="$(var container_name)"/>
</include>
</launch>

0 comments on commit 27676f0

Please sign in to comment.