ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Hi! I too encountered the same problem. After a number of clueless frustrated hours, I deleted build file in catkin workspace and re-builded it by running catkin_make
, then, catkin_make install
and then source by source ~/catkin_ws/devel/setup.bash
in the workspace. I donĀ“t know what went wrong, but finally it worked.
Cheers!