You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pi@raspberrypi:~/ros_catkin_ws $ rosdep install --from-paths src --ignore-src --rosdistro kinetic -y
ERROR: the following packages/stacks could not have their rosdep keys resolved
to system dependencies:
raspicam_node: No definition of [diagnostic_updater] for OS [debian]
What am I doing wrong?
The text was updated successfully, but these errors were encountered:
Hi, I've compiled ros kinetic from source on raspberry pi zero, the follow this instructions in order to get raspica_node working:
https://venelinpetkov.com/2017/11/19/how-to-install-a-raspberry-camera-node-on-ros-kinetic-raspbian-stretch/
after compiling all ros dependencies I run sudo apt-get install libraspberrypi-dev
Then
then added
yaml https://raw.githubusercontent.com/UbiquityRobotics/rosdep/master/raspberry-pi.yaml
to
/etc/ros/rosdep/sources.list.d/30-ubiquity.list
then rosdep update
and finally
rosdep install --from-paths src --ignore-src --rosdistro kinetic -y
but I get
What am I doing wrong?
The text was updated successfully, but these errors were encountered: