ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

rtabmap: g2o, GTSAM

asked 2020-02-03 01:31:28 -0500

june2473 gravatar image
  1. why do I need them?
  2. I have installed rtabmap-ros as ROS package. Have I already running g2o and GTSAM?
edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2020-02-03 17:27:18 -0500

matlabbe gravatar image

1) From this paper (section 3.5):

When a loop closure or a proximity detection are detected or some nodes are retrieved or transferred because of memory management, a graph optimization approach is applied to minimize errors in the map. RTAB-Map integrates three graph optimization approaches: TORO [Grisetti et al., 2010], g2o [Kummerle et al.,2011] and GTSAM [Dellaert, 2012]. g2o and GTSAM converge faster than TORO, but are less robust to multi-session mapping when multiple independent graphes have to be merged together. TORO is also less sensitive to poorly estimated odometry covariance. However, for single map, based on empirical data, g2o and GTSAM optimization quality is better than TORO, particularly for 6DoF maps. GTSAM is slightly more robust to multi-session than g2o, and thus is the strategy now used by default in RTAB-Map contrarily to our previous works using TORO.

2) g2o may be already used if you installed rtabmap-ros from binaries (apt-get). To verify if g2o and GTSAM are supported in your current build, do:

$ rtabmap --version
edit flag offensive delete link more
0

answered 2020-02-03 11:38:46 -0500

Why do you need them? Because they're optional dependencies. I'm not sure I understand the question. The documentation in the README clearly lays out when and why you may want them.

If you've installed the ROS package from the package manager, you may still want to install them, given the conditions in the README.

tl;dr read the readme: https://github.com/introlab/rtabmap_ros

edit flag offensive delete link more

Question Tools

3 followers

Stats

Asked: 2020-02-03 01:31:28 -0500

Seen: 1,692 times

Last updated: Feb 03 '20