View my account

RealSense D435 Installation on Linux Debian10 System on Raspberry Pi4

Comments

3 comments

  • MartyG

    After a period of initial difficulties with Pi 4 and the Raspbian Buster OS, ways were found to enable RealSense cameras such as the D435 to work with Pi 4 and Buster.  A guide to setting up RealSense on Pi 4 with Buster and ROS is in the link below if you are interested.

    https://eleccelerator.com/wiki/index.php?title=Raspbian_Buster_ROS_RealSense 

    The situation with using Debian 10 with Pi 4 is less certain though.  I could find no references to this exact situation (RealSense, Debian 10 and Pi 4).  In situations where the usual installation instructions are not working, there is the option to use a "bypass" installation method for Librealsense that should work with any type of Linux and is not dependent on kernel versions.  I believe that an internet connection is required for this method of installation.

    https://support.intelrealsense.com/hc/en-us/community/posts/360037657234/comments/360009799533 

     

    1
    Comment actions Permalink
  • Aktaseren91

    Dear Marty,

    Thank you for this. I followed the first one without any issue until the "2.1.2 Resolving Dependencies" however

    when I run the next code line below:

    $ rosdep install --from-paths src --ignore-src --rosdistro kinetic -y

    I am having the errow below:

    E: Unable to locate package libgazebo7-dev
    ERROR: the following rosdeps failed to install
    apt: command [sudo -H apt-get install -y libgazebo7-dev] failed

    I have been searching for any useful solution for this issue for 4 days but nothing has worked.

    I would be grateful if you can help us.

     

    Kind regards,

    Eren

     

     

     

    •  
    0
    Comment actions Permalink
  • MartyG

    The link below gives advice on installing libgazebo7 for different ROS versions.

    http://gazebosim.org/tutorials?tut=ros_installing&cat=connect_ros#ClonetheGithubRepositories 

    It starts by asking to make sure that git is installed before attempting to install Gazebo, using the instruction:

    sudo apt-get install git

     

    1
    Comment actions Permalink

Please sign in to leave a comment.