add system dependecies installed from source to rosdep check
Hi there,
I would like to know how to add a already installed package from source to the rosdep check.
My problem is in specific that I use a ARM Platform and could not install yaml-cpp0.2.6-dev from binaries (is needed from the uvc_camera package and many more). So I installed it from source without any problems. When I'm now using following commad:
$rosmake --rosdep-install uvc_camera
it still complains about the missing yaml dependency but When I'm using:
$rosmake --no-rosdep uvc_camera
It compiles and works. Now I want to now how I can define that yaml is already installed on the machine.
I would be glad to get a hint here...
Cheers
Which ROS distribution are you using?
I'm using ROS electric