Login  Register

Problem configuring RTABMAP on my simulated robot

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

Problem configuring RTABMAP on my simulated robot

vitlinda
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Problem configuring RTABMAP on my simulated robot

matlabbe
Administrator
4462 posts
Hi,

the warnings are viso2_ros related. It seems not able to synchronize its input topics (are they published?) so odometry cannot be computed. rtabmap node is waiting on images and oometry topic, so if any og them is not published, rtabmap will wait with a warning telling it cannot synchronize the input topics.

But yes, normally you can feed RGB + depth to rtabmap directly. There is a demo  with zed doing so: http://wiki.ros.org/rtabmap_ros/Tutorials/HandHeldMapping

cheers,
Mathieu