ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The use of the @Override
annotation changed between Java 1.5 and Java 1.6 with respect to implementing interface methods. In Eclipse, check Window->Preferences->Java->Compiler->Compiler Compliance Level; set that to 1.6. You might check the project-specific settings as well, under the main Java Compiler page.
There is some more information available at Stack Overflow.