-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
slam with d455 #3254
Comments
Hi @karimrahimi76 Thanks very much for your questions. I am not familiar with using nav2 unfortunately, so do not have advice to provide about questions involving nav2. The recent nav2 related cases at IntelRealSense/librealsense#13468 and #3243 may be helpful references for you though. RealSense 400 Series stereo depth cameras that have an IMU are not usually used with wheel encoders. There was a now-retired camera product called the RealSense T265 Tracking Camera that supported that feature. However, the link below has a guide to using a RealSense D435i with IMU data and wheel encoding. The information should be applicable to the D455 camera model. https://github.com/fazildgr8/realsense_explorer_bot robot_localization should be able to publish odom, yes - please see #3173 |
Hi @karimrahimi76 Do you require further assistance with this case, please? Thanks! |
Hi Marty ,
thank you for your reply , i didn't test my nav2 yet , i will test it with
realsense and robot localization package and let you know about it
…On Mon, Nov 25, 2024 at 12:17 PM MartyG-RealSense ***@***.***> wrote:
Hi @karimrahimi76 <https://github.com/karimrahimi76> Do you require
further assistance with this case, please? Thanks!
—
Reply to this email directly, view it on GitHub
<#3254 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AR6DPSVX3GNQJN5L6QG3TT32CLP2TAVCNFSM6AAAAABR5M5QZCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOJXGI4TEMBUHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Okay, thanks very much for the update. I look forward to your next report. Good luck! |
Hi @karimrahimi76 Do you have an update about this case that you can provide, please? Thanks! |
Hi @MartyG-RealSense , thank you for your reply , i tested the realsense d455 , depth to laser scan and now the mapping is ok , i just some problems with rgbd odometry that i think i should change it to use external imu and wheel odom and then start testing the nav2 , when i test that certainly come back and let you know about that |
It's great to hear that you made progress. Please do let me know later how your tests went. Good luck! |
Hi all ,
i am trying to develop slam with intelRealsense camera d455 for my robot
i converted the 3d point cloud data to 2d lidar data using depth_to_laser package
now i want to develop nav2 but i am confused
for localization , i think amcl is not good choice because realsense han not 360 degree fov and amcl may not work correctly
also for odometry data i have wheel encoder and i want to fuse it with realsense imu data
is it good to fuse realsense imu with odometry for get accurate odometry or use something like rgdb odometry from rtabmap package
also for localization in nav2 should i use robot localization package instead of amcl ?
and what if i use robot localization , what about map->odom tf
is robot localization publish it correctly ?
thank you all
The text was updated successfully, but these errors were encountered: