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

Revision history [back]

move_base is part of the navigation stack, which is not catkinized. A catkin-based package cannot depend on a rosbuild based package, you should probably stick with rosbuild for now.

move_base is part of the navigation stack, which is not catkinized. A catkin-based package cannot depend on a rosbuild based package, you should probably stick with rosbuild for now.now, or catkinize navigation and build from source.