ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
This is a known issue. See http://code.google.com/p/rosjava/issues/detail?id=62
As a workaround, the easiest (although time consuming) thing to do is rm -rf ~/.ros/rosjava
and then rebuild. It is also possible to selectively remove everything from ~/.ros/rosjava
(i.e. use grep and find) that has to do with you package and then rebuild which is faster.