Skip to content

Commit

Permalink
added explicit --logconsole for nodelets
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Oct 20, 2023
1 parent 0de2200 commit 7f39667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtabmap_examples/launch/test_sensor_data.launch
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<arg name="stereo" default="false"/>

<arg name="frame_id" default="camera_link"/>
<arg name="rtabmap_args" default="--delete_db_on_start"/> <!-- delete_db_on_start -->
<arg name="rtabmap_args" default="--delete_db_on_start --logconsole"/> <!-- delete_db_on_start -->
<arg name="odom_args" default="$(arg rtabmap_args)"/>

<!-- RGB-D related topics -->
Expand Down

0 comments on commit 7f39667

Please sign in to comment.