ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Just a couple of minutes ago I also had some weird symbol lookup errors, too (After carelessly letting the update manager pull some updates).
sudo apt-get install -f
and
sudo apt-get autoremove
together with erasing build dirs and rebuilding in my workspace by (in the catkin_ws folder:)
rm -r devel
rm -r build
catkin_make
solved the issue....
2 | No.2 Revision |
Just a couple of minutes ago I also had some weird symbol lookup errors, too (After carelessly letting pulling some updates with the update manager pull some updates).manager).
sudo apt-get install -f
and
sudo apt-get autoremove
together with erasing build dirs and rebuilding in my workspace by (in the catkin_ws folder:)
rm -r devel
rm -r build
catkin_make
solved the issue....