Failed to build locomotor package by using catkin_make_isolated --install --use-ninja [closed]
Hi, I am unable to build locomotor package while using catkin_make_isolated --install --use-ninja. Error its showing up is NavCore2Exception Ptr' is not a member of 'nav_core2'
Please do not cross post: https://github.com/locusrobotics/robo...http://wiki.ros.org/Support
Which distro and branch of this repo are you using? Please post the full error log.
Sorry for cross-post but I solved my problem by manually adding nav-core2 package
Locomotor already depends on nav_core2 (https://github.com/locusrobotics/robo...) so was this just an issue of not havin gthe dependencies installed?
Actually I downloaded the locomotor package as I wanted to make some changes in the package and the rest of the robot navigation packages, I installed them, but somehow compiler was giving the error of not able to find the rest of the packages so I downloaded rest of the packages too and it worked.