Robotics StackExchange | Archived questions

dependency issue Hydro Raspberry Pi

I am following the Wiki instructions on a NOOB install of hydro on Raspberry Pi

Exception caught during install: Error processing 'roscomm/rosbag' : [roscomm/rosbag] Checkout of https://github.com/ros-gbp/ros_comm-release.git version release/hydro/rosbag/1.10.2-0 into /home/pi/roscatkinws/src/ros_comm/rosbag failed.

ERROR in config: Error processing 'roscomm/rosbag' : [roscomm/rosbag] Checkout of https://github.com/ros-gbp/ros_comm-release.git version release/hydro/rosbag/1.10.2-0 into /home/pi/roscatkinws/src/ros_comm/rosbag failed.

then I tried:

pi@rosberry ~/roscatkinws $ cd src pi@rosberry ~/roscatkinws/src $ git clone https://github.com/ros-gbp/ros_comm-release.git Cloning into 'ros_comm-release'... remote: Reusing existing pack: 95971, done. remote: Total 95971 (delta 0), reused 0 (delta 0) Receiving objects: 100% (95971/95971), 11.63 MiB | 612 KiB/s, done. Resolving deltas: 100% (32900/32900), done.

pi@rosberry ~/roscatkinws/src $ rosdep update reading in sources list data from /etc/ros/rosdep/sources.list.d -----****---- Add distro "indigo" updated cache in /home/pi/.ros/rosdep/sources.cache

pi@rosberry ~/roscatkinws/src $ cd .. pi@rosberry ~/roscatkinws $ rosdep install --from-paths src --ignore-src --rosdistro hydro -y --os=debian:wheezy ERROR: the following packages/stacks could not have their rosdep keys resolved to system dependencies: rostopic: No definition of [rosbag] for OS [debian] rosmsg: No definition of [rosbag] for OS [debian]

I checked, there is an /etc/os-release file that says debian -- wheezy The lsb_release command also reports debian -- wheezy

So I am stuck on getting hydro up on Pi. I have got hydro up on Beaglebone Black, Radxa Rock and Pandaboard using a ubuntu install for hydro, with only minor dependency issues.

Thanks

Asked by DrBot on 2014-06-05 10:00:18 UTC

Comments

Answers