Robotics StackExchange | Archived questions

ERROR: the following packages/stacks could not have their rosdep keys resolved to system dependencies:

When executing the following command "rosdep install --from-paths src --ignore-src --rosdistro indigo -y" I get the following error when trying to install indigo on the Mac OSX 10.9.4

ERROR: the following packages/stacks could not have their rosdep keys resolved to system dependencies: diagnosticcommondiagnostics: No definition of [libsensors4-dev] for OS [osx]

I have been following the directions for installing indigo on Mac OSX from here (http://wiki.ros.org/indigo/Installation/OSX/Homebrew/Source). Everything was going fine until I got to this instruction

Asked by Vince Cross on 2014-12-21 14:20:13 UTC

Comments

Please see No definition of [libsensors4-dev] for OS [osx]. The dependency on libsensors4-dev was recently introduced, but there aren't any rules for osx for it yet.

Asked by gvdhoorn on 2014-12-22 02:37:52 UTC

Answers