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

The ArdoneAction class has defined what arguments it will pass to the callback function. You code has to have the same argument types, and in the exact same order. The compiler checks this, and it complains if the function you provided does not match the function that ArdoneAction wants.

The ArdoneAction class has defined what arguments it will pass to the callback function. You Your code has to have the same argument types, and in the exact same order. The compiler checks this, and it complains if the function you provided does not match the function that ArdoneAction wants.