Skip to content

Commit

Permalink
chore(common): remove "launch_hw_monitor" param in hesai_*.launch.xml (
Browse files Browse the repository at this point in the history
…#381)

remove "launch_hw_monitor" param in hesai_*.launch.xml

Signed-off-by: Autumn60 <harada.akiro@gmail.com>
  • Loading branch information
Autumn60 authored Jan 30, 2025
1 parent c5dbc57 commit c5d3aa4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions common_sensor_launch/launch/hesai_OT128.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

<!-- Params -->
<arg name="launch_driver" default="true"/>
<!-- There is an issue where hw_monitor crashes due to data race,
so the monitor will now only be launched when explicitly specified with a launch command. -->
<arg name="launch_hw_monitor" default="false"/>

<arg name="model" default="Pandar128E4X"/>
<arg name="sensor_frame" default="pandar"/>
Expand Down
3 changes: 0 additions & 3 deletions common_sensor_launch/launch/hesai_XT32.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

<!-- Params -->
<arg name="launch_driver" default="true"/>
<!-- There is an issue where hw_monitor crashes due to data race,
so the monitor will now only be launched when explicitly specified with a launch command. -->
<arg name="launch_hw_monitor" default="false"/>

<arg name="model" default="PandarXT32"/>
<arg name="sensor_frame" default="pandar"/>
Expand Down

0 comments on commit c5d3aa4

Please sign in to comment.