adding custum ros dependency
How do i add the custum ros package dependency as d run dependency in package.xml? Right now i've built the package turtlebot3bring up in my local pc which is not availabe as deb. Now when i try to install the dependency of turtlebot3nabvigtion with rosdep install turtlebot3_navigation i got following error:
ERROR: the following packages/stacks could not have their rosdep keys resolved
to system dependencies:
turtlebot3_navigation: Cannot locate rosdep definition for [turtlebot3_bringup]
Asked by dinesh on 2020-11-18 03:01:45 UTC
Comments
Check the
-i
flag described inrosdep --help
and have a look at the extensive answers in #q74404 and #q365166 for backgroundAsked by mgruhler on 2020-11-18 03:30:14 UTC