-
Notifications
You must be signed in to change notification settings - Fork 577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Combining Visual Odometry and LiDAR ICP for Improved Robustness in Indoor Environments #1263
Comments
Hi,
I assume you are referring in environments that could be textureless at some point (making VO fails) or geometryless (making lidar odom fails). If you are in textureless and geometryless environment, you may also need somekind of wheel odometry too. You would need to do that in an external node, like robot_localization. If you launch
There would be a
From rtabmap side, a global "static" occupancy grid will be published to nav2 at 1 Hz (default), from which nav2 will generate the global costmap. rtabmap will also provide cheers, |
Hi,
First of all, thank you so much for your amazing work on RTAB-Map! It is an incredibly powerful tool, and I really appreciate all the effort you’ve put into its development and maintenance.
I have a couple of questions regarding RTAB-Map’s configuration and sensor fusion capabilities:
I am currently working with an Intel RealSense D455 camera and a 2D LiDAR. Additionally, I have a wheel odometer and an IMU available. My goal is to combine visual odometry from the D455 with ICP-based odometry from the LiDAR to achieve better robustness, especially in indoor environments.
I noticed that in the rtabmap.launch.py file, it seems only one odometry source can be specified as input.
2.Configuration Files for RTAB-Map and Odom Services
After launching RTAB-Map, I noticed that it creates a default rtabmap.ini file. However, it doesn’t seem to contain configurations related to odometry.
3.Nav2 Integration: Costmap Sensor Inputs
I plan to use RTAB-Map with Nav2 for navigation.
I would greatly appreciate your guidance on these topics.
Thank you so much for your time and for developing such an excellent tool!
Best regards
The text was updated successfully, but these errors were encountered: