Skip to content

Separate Detection rates for VO and for LCD? #1086

Answered by matlabbe
mattiasmar asked this question in Q&A
Discussion options

You must be logged in to vote

For loop closure detection, the frame rate is limited by Rtabmap/DetectionRate parameter (default 1 Hz).

For visual odometry, frame rate will depend on the input source and processing power. If you feed it 30 Hz images and your computer can process the visual odometry update under 33 ms, you would have 30 Hz odometry. On ros rtabmap's oodmety nodes, you can set max_update_rate parameter to throttle input images if you want lower odometry frame rate to save CPU usage. Other option is to throttle input topics externally.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mattiasmar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants