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

Revision history [back]

Delete your catkin_ws/devel directory (and delete catkin_ws/build and install for good measure?), source /opt/ros/jade/setup.bash, then catkin_make again.

Delete your catkin_ws/devel directory (and delete catkin_ws/build and install for good measure?), source /opt/ros/jade/setup.bash, then catkin_make in catkin_ws again.

Assuming you have an old catkin_ws/devel/setup.bash: Delete your catkin_ws/devel directory (and delete catkin_ws/build and install for good measure?), source /opt/ros/jade/setup.bash, then catkin_make in catkin_ws again.

Assuming you have an old catkin_ws/devel/setup.bash: Delete your catkin_ws/devel directory (and delete catkin_ws/build and install for good measure?), source /opt/ros/jade/setup.bash, then catkin_make in catkin_ws again.

cd ~/catkin_ws
rm -rf devel build install
source /opt/ros/jade/setup.bash
catkin_make

Assuming you have an old catkin_ws/devel/setup.bash: Delete your catkin_ws/devel directory (and delete catkin_ws/build and install for good measure?), rebuild your workspace:

cd ~/catkin_ws
rm -rf devel build install
source /opt/ros/jade/setup.bash
catkin_make

Assuming you have an old catkin_ws/devel/setup.bash: Delete your catkin_ws/devel directory and the src CMakeLists.txt, then rebuild your workspace:workspace.:

cd ~/catkin_ws
rm -rf devel build install
source /opt/ros/jade/setup.bash
cd src
rm CMakeLists.txt
catkin_init_workspace
cd ..
catkin_make

Assuming you have an old catkin_ws/devel/setup.bash: Delete your catkin_ws/devel directory and the src CMakeLists.txt, then rebuild your workspace.:

cd ~/catkin_ws
rm -rf devel build install
source /opt/ros/jade/setup.bash
cd src
rm CMakeLists.txt
catkin_init_workspace
cd ..
catkin_make

If that doesn't work then maybe there is a deeper ros installation issue more information would be needed to solve.