Login  Register

How to create a config for highest performance?

classic Classic list List threaded Threaded
2 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

How to create a config for highest performance?

Frippen
2 posts
This post was updated on Jan 26, 2024; 6:58am.
I'm using the Orbbec Astra camera on Ros 2 Humble. The ROS 2 wrapper for the camera driver is here: https://github.com/rafal-gorecki/ros2_astra_camera

I'm reading through these to get an idea of how to increase rtabmap performance.

Advanced Parameter Tuning
https://wiki.ros.org/rtabmap_ros/Tutorials/Advanced%20Parameter%20Tuning

Issue 358
https://github.com/introlab/rtabmap_ros/issues/358#issuecomment-544731357

Issue 449
https://github.com/introlab/rtabmap/issues/449

What is the best way for me to go about messing with the variables and measuring how each one affects performance so I can make the perfect config?
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: How to create a config for highest performance?

matlabbe
Administrator
4440 posts
With rtabmap_viz, you can open Statistics panel to show all timing statistics. This can help to know which part of the algorithm is using most of the time, then tuning related parameters can help to improve overall responsiveness.

To get odometry statistics in rtabmap_viz, parameter "subscribe_odom_info" should be true.