ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

Most of the compilation errors you will receive are due to changes in the messages location. Finding the right package where a message belongs to will solve most of the compilation issues.

If the package has changed the API then you can try to adapt your code, or ask the maintainer to tell you which functions substitute the old ones (unless the package is complete rewrite!).

You should not be getting linking errors, have you tried running "make clean" and then "make" again?