ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I skip this error and I tried to build src files by using:
You need to continue past that error. Use something like:
rosdep install --from-paths src --ignore-src --rosdistro indigo -y --skip-keys libopencv-dev
To skip the check on opencv, but continue installing other dependencies.
Or you could actually resolve the issue with opencv, it pretty clearly states that you've installed opencv from Homebrew already but it has not been linked. (see: https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/FAQ.md#what-does-keg-only-mean)
The error about not finding console_bridgeConfig.cmake
is because you didn't let rosdep
install all of the dependencies (like console_bridge
).