Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jun 18, 2024
1 parent 753d54d commit 238f6ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<launch>
<launch>
<arg name="input_topic_name" default="/sensing/lidar/top/pointcloud_raw"/>
<arg name="output_topic_name" default="/sensing/lidar/top/approximate_downsample_filter/pointcloud"/>
<arg name="input_frame" default=""/>
Expand All @@ -13,4 +13,4 @@
<param from="$(var approximate_downsample_filter_param_file)"/>
<param from="$(var filter_param_file)"/>
</node>
</launch>
</launch>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<launch>
<launch>
<arg name="input_topic_name" default="/sensing/lidar/top/pointcloud"/>
<arg name="output_topic_name" default="/sensing/lidar/top/pointcloud_accumulated"/>
<arg name="input_frame" default=""/>
Expand All @@ -13,4 +13,4 @@
<param from="$(var pointcloud_accumulator_param_file)"/>
<param from="$(var filter_param_file)"/>
</node>
</launch>
</launch>

0 comments on commit 238f6ef

Please sign in to comment.