Skip to content

Commit

Permalink
minor update to the simpel launch file
Browse files Browse the repository at this point in the history
  • Loading branch information
LBern committed Dec 6, 2019
1 parent 445f223 commit aa791d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions applications/maplab_node/launch/maplab_node_simple.launch
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

<arg name="maplab_save_map_every_n_sec" default="0"/>
<arg name="maplab_keyframe_when_saving" default="false"/>
<arg name="maplab_remove_bad_landmarks" default="false"/>

<arg name="maplab_apply_clahe" default="false"/>
<arg name="maplab_attach_images" default="false"/>
Expand Down Expand Up @@ -70,6 +71,8 @@
<arg name="map_run_keyframing_when_saving" default="$(arg maplab_keyframe_when_saving)"/>
<arg name="map_save_every_n_sec" default="$(arg maplab_save_map_every_n_sec)"/>
<arg name="map_split_map_into_submaps_when_saving_periodically" default="true"/>
<arg name="map_remove_bad_landmarks" default="$(arg maplab_remove_bad_landmarks)"/>


<!-- ATTACHING RESOURCES TO MAP -->
<arg name="map_builder_save_image_as_resources" default="$(arg maplab_attach_images)"/>
Expand Down

0 comments on commit aa791d3

Please sign in to comment.