View my account

D455 + SLAM using Ros2

Comments

2 comments

  • MartyG

    Of the limited number of available information resources about using SLAM with RealSense and ROS2, they have typically involved using a combination of slam_toolbox and depthimage_to_laserscan, as described at the link below.

    https://github.com/IntelRealSense/realsense-ros/issues/2387

     

    As you have already been using both slam_toolbox and depthimage_to_laserscan, it sounds as though you are on the right track.  Performing SLAM with RealSense is typically more complicated on ROS2 though than it is with ROS1 and there is not a simple all-in-one tutorial guide for doing so, unfortunately.

     

    I would also recommend not using Raspberry PI for RealSense SLAM if possible as there are sometimes issues with accessing the RealSense IMU on Pi (depth and color work).

    0
    Comment actions Permalink
  • MartyG

    If you need to use a Pi in your SLAM project then you could consider a SLAM tool that can work with RealSense cameras without needing an IMU, such as ORB-SLAM3

    https://github.com/zang09/ORB_SLAM3_ROS2

    0
    Comment actions Permalink

Please sign in to leave a comment.