You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @matlabbe, I continue testing rtabmap and rgbd_odometry on ROS Galactic. I have odometry working correctly thanks to your feedback at #851 . But I don't get a good result when mapping. I think it's because when I turn off the IR emitter, the depth image becomes very bad as shown the images below.
IR Emitter ON
IR Emitter OFF
On the other hand, if I launch rtabmap without ROS and configure the sensor driver as shown in the following image.
Keeping all the default configurations, odometry and rtabmap work perfectly. Even though the realsense has the IR emitter active.
If you could answer some questions I would really appreciate it.
What is the difference between odometry with ROS and without ROS?
Why does it affect so much to enable the IR emitter in ROS and without ROS it does not affect?
How can I configure rtabmap-ros to work as well as rtabmap?
The text was updated successfully, but these errors were encountered:
The standalone uses RGB + Depth as default, it is why you don't need to disable the emitter. However, even with the standalone, I prefer using IR-Depth mode with IR emitter off:
But yes, indeed the depth image is less dense with emitter off, but VSLAM should be fine as it won't extract features on blank walls anyway.
Hi @matlabbe, I continue testing rtabmap and rgbd_odometry on ROS Galactic. I have odometry working correctly thanks to your feedback at #851 . But I don't get a good result when mapping. I think it's because when I turn off the IR emitter, the depth image becomes very bad as shown the images below.
On the other hand, if I launch rtabmap without ROS and configure the sensor driver as shown in the following image.
Keeping all the default configurations, odometry and rtabmap work perfectly. Even though the realsense has the IR emitter active.
If you could answer some questions I would really appreciate it.
What is the difference between odometry with ROS and without ROS?
Why does it affect so much to enable the IR emitter in ROS and without ROS it does not affect?
How can I configure rtabmap-ros to work as well as rtabmap?
The text was updated successfully, but these errors were encountered: