ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

IIRC navigation is a rosbuild stack in groovy (rather than a catkin metapackage as in hydro), so try rosstack find navigation instead.

IIRC navigation is a rosbuild stack in groovy (rather than a catkin metapackage as in hydro), so try rosstack find navigation instead.

Edit: Referring to your comment, you use rosstack for stacks, and rospack for packages. This is a distinction only made for rosbuild or "dry" packages, i.e. the majority of packages in fuerte, some packages in groovy, and almost no packages in hydro. In recent distributions catkin has replaced rosbuild as a build system. With catkin, stacks don't exist any more and only rospack is used. Stacks have been replaced to some extend by metapackages in catkin, but even for those you use rospack.