Skip to content

Commit

Permalink
fix(common): remove missing params in hesai_*.launch.xml (#382)
Browse files Browse the repository at this point in the history
remove missing params in hesai_*.launch.xml

Signed-off-by: Autumn60 <[email protected]>
  • Loading branch information
Autumn60 authored Jan 30, 2025
1 parent c5d3aa4 commit e457bc3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion common_sensor_launch/launch/hesai_OT128.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

<include file="$(find-pkg-share common_sensor_launch)/launch/nebula_node_container.launch.py">
<arg name="launch_driver" value="$(var launch_driver)"/>
<arg name="launch_hw_monitor" value="$(var launch_hw_monitor)"/>
<arg name="sensor_model" value="$(var model)"/>
<arg name="return_mode" value="$(var return_mode)"/>
<arg name="frame_id" value="$(var sensor_frame)"/>
Expand Down
1 change: 0 additions & 1 deletion common_sensor_launch/launch/hesai_XT32.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

<include file="$(find-pkg-share common_sensor_launch)/launch/nebula_node_container.launch.py">
<arg name="launch_driver" value="$(var launch_driver)"/>
<arg name="launch_hw_monitor" value="$(var launch_hw_monitor)"/>
<arg name="sensor_model" value="$(var model)"/>
<arg name="return_mode" value="$(var return_mode)"/>
<arg name="frame_id" value="$(var sensor_frame)"/>
Expand Down

0 comments on commit e457bc3

Please sign in to comment.