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

Revision history [back]

click to hide/show revision 1
initial version

Are you sure that you are following the exact code?

The offending line in the compile is listed in the tutorial as:

13   tf::Quaternion q;
14   q.setRPY(0, 0, msg->theta);

which is exactly the candidate that your error points to.