Skip to content

Commit

Permalink
fix many problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Bey9434 committed Aug 12, 2024
1 parent d2ee5e3 commit c59f2cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<node pkg="pointcloud_preprocessor" exec="pointcloud_preprocessor_node" name="pointcloud_preprocessor" output="screen">
<remap from="~/input/points" to="$(var points_topic)"/>
<remap from="~/output/filterd_points" to="$(var filtered_points_topic)"/>
<remap from="~/output/filtered_points" to="$(var filtered_points_topic)"/>
<param from="$(var config_file)"/>
</node>
</launch>

0 comments on commit c59f2cb

Please sign in to comment.