Compilation error in lsd_slam
While compiling lsdslam package using rosmake it is showing `Failed to invoke /opt/ros/indigo/bin/rospack deps-manifests lsdslam_viewerfollowed by
[rospcak] Error: the rosdep view is empty: call 'sudo rosdep init' and 'rosdep update'`. What can be the issue? Is the issue related to rosmake or the package dependency?
Asked by gaurav on 2017-12-04 07:56:55 UTC
Comments
What happens if you try to run
sudo rosdep init; rosdep update
and try therosmake
again?Asked by Ruben Alves on 2017-12-05 16:33:11 UTC
I have tried that too. The machine i am trying to run this package is offline. So i have tried the following procedure rosdep offline But still no help.
Asked by gaurav on 2017-12-06 00:18:49 UTC