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

AMCL and Move Base are part of the ros-planning/navigation repository. I expect you have some part of that still around in your catkin workspace that is masking the installed binary packages.

You should make sure it is properly deleted from your workspace. I'd recommend ensuring the the navigation directory is deleted from your src directory and then deleting the devel and build directories.

After that rebuild your workspace and source the devel/setup.bash again. After that everything should be cleaned up.

AMCL and Move Base are part of the ros-planning/navigation ros-planning/navigation repository. I expect you have some part of that still around in your catkin workspace that is masking the installed binary packages.

You should make sure it is properly deleted from your workspace. I'd recommend ensuring the the navigation navigation directory is deleted from your src src directory and then deleting the devel devel and build build directories.

After that rebuild your workspace and source the devel/setup.bash devel/setup.bash again. After that everything should be cleaned up.