ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Solved the issue by another complete removal and re-installation of ROS:
sudo apt-get purge ros-*
sudo apt-get autoremove
catkin_ws
.ros
-folder in homeThen, reboot and reinstall according to the tutorials. Now all the catkin_*
-variables are set and the compilation runs nicely without any errors. Thx for the hints and tips @gvdhoorn, really appreciate it!