Skip to content

Commit

Permalink
Added parameter queue_size while invoking node rtabmap
Browse files Browse the repository at this point in the history
It seems some messages were not being synced due to their timestamps not being exact.
As a result rtabmap would not work. Increasing the value of queue size was one possible solution, as discussed in the thread:
ROBOTIS-GIT#484
  • Loading branch information
shrinivas96 committed Dec 28, 2022
1 parent 0a23e8a commit 9137376
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions turtlebot3_slam/launch/turtlebot3_rtabmap.launch
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<param unless="$(eval model=='waffle')" name="subscribe_depth" type="bool" value="false"/>
<param name="subscribe_scan" type="bool" value="true"/>
<param name="approx_sync" type="bool" value="true"/>
<param name="queue_size" type="int" value="70"/>

<!-- inputs -->
<remap from="scan" to="/scan"/>
Expand Down

0 comments on commit 9137376

Please sign in to comment.