Open
Description
I have lpp installed in my regular catkin workspace
catkin_ws
-- src
-- -- lpp
-- -- another package depending on lpp in package.xml
My problem is that I get the following error when trying to install the dependencies using rosdep
For example
rosdep install omav_hovery_core
ERROR: the following packages/stacks could not have their rosdep keys resolved
to system dependencies:
omav_hovery_core: Cannot locate rosdep definition for [lpp]
My guess is there is some export or install missing in LPP's CMakeLists or I need to tell rosdep somehow to also look in the sources workspace to find dependencies. Thus rodep does not know that lpp is within catkin workspace. Do you know what to do @4c3y ?