View my account

L515 doesn't work on Rpi4

Comments

11 comments

  • Kashish Dhal

    Let me rephrase my question, how will I be able to see /camera/color/image_raw topic? I only see the depth topics. I have launched using rs_camera.launch. Please let me know how will I be able to resolve this.

    1
    Comment actions Permalink
  • Kashish Dhal

    Hello Rizal,

     

    There is a problem in launch file, please see this:

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

     

    I have created a pull request if you want to correct this:

    https://github.com/IntelRealSense/realsense-ros/pull/1536

     

    Regards,

    Kashish Dhal

    1
    Comment actions Permalink
  • Kashish Dhal

    And I forgot to mention that I am using Ubuntu 18.04 on Rpi4 (not raspbian OS)

    0
    Comment actions Permalink
  • Rizal Marzuki

    Hi Kashish Dhal,

     

    Are you able to run the examples from RealSense SDK? It is to check whether the ROS or the USB interface is having an issue.

     

    I will try to replicate your issue but it may take some time.

     

    Regards,

    Rizal

    0
    Comment actions Permalink
  • Kashish Dhal

    Hello Rizal,

     

    I was not able to run RealSense SDK on Rpi. Is it supported? I tried to google it and somewhere I saw that it is only supported for x86 architecture.

    If it is supported then I can also try to debug it at my end in parallel to your help. Please let me know. What FPS am I looking at on Rpi4 USB 3?

    Regards,

    Kashish Dhal

    0
    Comment actions Permalink
  • Kashish Dhal

    Also, I was installing the realsense library from the apt-get command. Do I need to install it from source? I saw an article here: https://dev.intelrealsense.com/docs/using-depth-camera-with-raspberry-pi-3?_ga=2.193729129.55538037.1605672736-1071847165.1588106648

     

    Should I try to follow this?

    0
    Comment actions Permalink
  • Rizal Marzuki

    Hi Kashish Dhal,

     

    Yes, please do try install it from source as the apt-get command probably downloads binaries compiled for x86/Amd64 architecture.

    Compiling it from source should compile it to the ARM architecture on PI.

     

    Regards,

    Rizal

    0
    Comment actions Permalink
  • Rizal Marzuki

    Hi Kashish Dhal,

     

    I was able to install and run the RealSense Viewer on Raspberry Pi 4 (4GB Ram) running Ubuntu Mate Desktop 20.10 (codename groovy) using the Linux installation instruction linked in the article.

     

    Are you able to get Realsense viewer or any other examples to run?

     

    Regards.

    Rizal

    0
    Comment actions Permalink
  • Kashish Dhal

    Hello Rizal,

     

    Yes, camera works with ROS now after installation of the libraries from the source. Thanks for the help!

     

    Regards,

    Kashish Dhal

    0
    Comment actions Permalink
  • Kashish Dhal

    Hello Rizal,

     

    How can I get RGB image over the ROS along with the depth image?

     

    Regards,

    Kashish Dhal

    0
    Comment actions Permalink
  • Rizal Marzuki

    Hi Kashish Dhal,

     

    I apologize for taking a long time replicating your issue.

    I managed to install RealSense-ros using these instructions.

    I launched using 

    roslaunch realsense2_camera rs_camera.launch

     

    I managed to see the camera/color/image_raw topic using rostopic list .

    Are you able to get the topic?

    However, I replicated mine using Ubuntu Server 20.4 LTS with desktop package installed for ease of use.

    As I am using 20.4, I installed Neotic ROS.

     

    Regards,

    Rizal

     

     

    -1
    Comment actions Permalink

Please sign in to leave a comment.