View my account

Realsense D555 Device not found error through ROS2

Comments

4 comments

  • MartyX Grover

    Hi Disha Rathod  Please check your installation and configuration steps against the list provided at the link below, especially making sure that when building the SDK from source code with CMake the -DBULD_WITH_DDS=ON flag is included in the CMake build command.

    https://github.com/IntelRealSense/librealsense/issues/14284#issuecomment-3349204762

     

    When using the camera in DDS ethernet mode, please make sure that the USB cable is not plugged into the camera.

     

    In regard to the order of your installation steps, the librealsense SDK should be installed before the ROS2 wrapper.

    0
    Comment actions Permalink
  • Disha Rathod

    Also would like to add this is not resolved yet,

    I have reinstalled everything and built librealsense via colcon with -DBUILD_WITH_DDS=ON. Also enabled the LifeCycleNode. The node configure ends up again in "No Realsense device were found!" 

    0
    Comment actions Permalink
  • MartyX Grover

    As your log refers to the C:/ path, it looks as though you are on a Windows computer.  Is that correct, please?

     

    If you are using Windows then the link below has an illustrated guide for configuring the camera if you have not seen it already.

    https://github.com/IntelRealSense/librealsense/issues/14293#issuecomment-3304919513

     

    In the second of the guides (Configure Jumbo Packet) at that link, on Windows you need to have configured the 'Jumbo Packet' value to 9014 (instead of the 9000 value that Linux uses).

     

    If the camera still cannot be detected, ty setting the 'subnet mask' to 255.255.255.0

    0
    Comment actions Permalink
  • Disha Rathod

    Yes, the Jumbo packet setting was the only missing setup. I was able to get the camera work after that. Thanks for your help!

    0
    Comment actions Permalink

Please sign in to leave a comment.