View my account

Realsense D455 crashes my computer repeatedly

Comments

3 comments

  • MartyG

    Hi Nishitanand5  I note that in your description of your installation procedure above, you installed the librealsense SDK from packages with the distribution_linux.md instructions and then installed the ROS wrapper from packages afterwards with Method 1 of the ROS wrapper instructions.

     

    Method 1 installs both librealsense and the ROS wrapper at the same time.  So when Method 1 was run, librealsense was installed for a second time after it had already been installed with distribution_linux.md.  This may cause conflicts between the two installations.

     

    I would recommend uninstalling all librealsense related packages and then performing the Method 1 installation again afterwards, so that you only have one librealsense installation. Packages can be uninstalled with the command below.

    dpkg -l | grep "realsense" | cut -d " " -f 3 | xargs sudo dpkg --purge

    0
    Comment actions Permalink
  • Gunasekaran S

    Is dual installation of librealsense is a problem? MartyG. I have also faced this problem recent days.

    0
    Comment actions Permalink
  • MartyG

    Hi Gunasekaran S  If you have installed librealsense from both packages and source code on the same computer in Linux then there could be a conflict between two different sets of udev rules (which handle devices on Linux computers).

    0
    Comment actions Permalink

Please sign in to leave a comment.