Skip to content

Commit

Permalink
stop snap_map_icp for detect cans demo
Browse files Browse the repository at this point in the history
  • Loading branch information
knorth55 authored and k-okada committed Nov 30, 2023
1 parent 2b6de79 commit 2f5ce6c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion detect_cans_in_fridge_201202/launch/startup.launch
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<launch>
<arg name="start_rviz" default="false" />
<arg name="snap_map_icp" default="false" />
<arg name="wait_query" default="false" />
<arg name="execute" default="false" />
<arg name="DEMOTYPE" default="map" />
Expand All @@ -16,7 +17,8 @@
if="$(arg start_rviz)" />

<!-- ICP matching between map and base scan -->
<node pkg="snap_map_icp" type="snap_map_icp" name="tum_SnapMapICP"
<node if="$(arg snap_map_icp)"
pkg="snap_map_icp" type="snap_map_icp" name="tum_SnapMapICP"
output="screen" machine="c2">
<param name="age_threshold" value="2.0"/>
<param name="icp_inlier_threshold" value="0.78" />
Expand Down

0 comments on commit 2f5ce6c

Please sign in to comment.