How to get an Orbbec Astra Pro depth camera working on a Raspberry Pi? Unable to locate packages.
Hi all,
I am having a bit of trouble getting an Orbbec Astra Pro depth camera up and running through ROS Kinetic on a Raspberry Pi. These are the instructions I am following:
https://github.com/orbbec/ros_astra_c...
As shown in the terminal info below, I am unable to locate the dependency packages. I have tried sudo apt-get update
and then sudo apt-get upgrade
as well as rosdep update
, but the dependencies still cannot be found.
Does anybody have any ideas on what I could be missing?
Thanks :)
pi@raspberrypi:~ $ sudo apt-get install ros-$ROS_DISTRO-rgbd-launch ros-$ROS_DISTRO-libuvc ros-$ROS_DISTRO-libuvc-camera ros-$ROS_DISTRO-libuvc-ros
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package ros-kinetic-rgbd-launch
E: Unable to locate package ros-kinetic-libuvc
E: Unable to locate package ros-kinetic-libuvc-camera
E: Unable to locate package ros-kinetic-libuvc-ros
Which OS is installed on your raspberry ?
I believe it's Raspian. This might give a bit more info though:
Can you show the output of
lsb_release -a
instead please ?Here you go:
Did you manage to solve the problem? I have the same issue on Raspbian buster with ROS Melodic. I'm getting the same error messages: