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

I just noticed it in your code, but you never check the value of fraction: that is actually what encodes the 'success' of computeCartesianPath(..) here. If fraction < 1.0, something was not right.

I just noticed it in your code, but you never check the value of fraction: that is actually what encodes the 'success' of computeCartesianPath(..) here. If fraction < 1.0, something was not right.

bool success here contains the return value from the IPTP, which is a later step.

I just noticed it in your code, but you never check the value of fraction: that is actually what encodes the 'success' of computeCartesianPath(..) here. If fraction < 1.0, something was not right.

bool success here contains the return value from the IPTP, which is a later step.

And the semantics of fraction are documented here.