Skip to content

Commit

Permalink
chore(launch): replace tags with no children with self-closing tags
Browse files Browse the repository at this point in the history
Co-authored-by: Kenzo Lobos Tsunekawa <kenzo.lobos@tier4.jp>
  • Loading branch information
mojomex and knzo25 authored Sep 6, 2024
1 parent bd25fc3 commit 6b8d67c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions nebula_ros/launch/continental_launch_all_hw.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<node pkg="nebula_ros" exec="continental_ars548_ros_wrapper_node" name="nebula_continental_ars548" output="screen">
<param from="$(var config_file)" allow_substs="true"/>
<param name="launch_hw" value="$(var launch_hw)"></param>
<param name="launch_hw" value="$(var launch_hw)"/>
<remap from="/diagnostics" to="diagnostics"/>
<remap from="odometry_input" to="$(var odometry_topic)"/>
<remap from="acceleration_input" to="$(var acceleration_topic)"/>
Expand All @@ -27,7 +27,7 @@

<node pkg="nebula_ros" exec="continental_srr520_ros_wrapper_node" name="nebula_continental_srr520" output="screen">
<param from="$(var config_file)" allow_substs="true"/>
<param name="launch_hw" value="$(var launch_hw)"></param>
<param name="launch_hw" value="$(var launch_hw)"/>
<remap from="/diagnostics" to="diagnostics"/>
<remap from="odometry_input" to="$(var odometry_topic)"/>
<remap from="acceleration_input" to="$(var acceleration_topic)"/>
Expand Down
2 changes: 1 addition & 1 deletion nebula_ros/launch/hesai_launch_all_hw.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<node pkg="nebula_ros" exec="hesai_ros_wrapper_node" name="hesai_ros_wrapper_node" output="screen">
<param from="$(var config_file)" allow_substs="true"/>
<param name="launch_hw" value="$(var launch_hw)"></param>
<param name="launch_hw" value="$(var launch_hw)"/>
</node>

</launch>
2 changes: 1 addition & 1 deletion nebula_ros/launch/robosense_launch_all_hw.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<node pkg="nebula_ros" exec="robosense_ros_wrapper_node" name="robosense_ros_wrapper_node" output="screen">
<param from="$(var config_file)" allow_substs="true"/>
<param name="launch_hw" value="$(var launch_hw)"></param>
<param name="launch_hw" value="$(var launch_hw)"/>
</node>

</launch>
2 changes: 1 addition & 1 deletion nebula_ros/launch/velodyne_launch_all_hw.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<node pkg="nebula_ros" exec="velodyne_ros_wrapper_node" name="velodyne_ros_wrapper_node" output="screen">
<param from="$(var config_file)" allow_substs="true"/>
<param name="launch_hw" value="$(var launch_hw)"></param>
<param name="launch_hw" value="$(var launch_hw)"/>
</node>

</launch>

0 comments on commit 6b8d67c

Please sign in to comment.