[ INFO] [1396837735.027798931]: Received request to compute Cartesian path
[ INFO] [1396837735.071737255]: Attempting to follow 5 waypoints for link 'gcp_RIGHT' using a step of 0.030000 m and jump threshold 1000.000000 (in global reference frame)
[ INFO] [1396837735.437666374]: Computed Cartesian path with 1 points (followed 0.000000% of requested trajectory)
I am on Groovy, if that makes any difference.
Looking at the ErrorCode of the result, I see it is a 'success'. However, there is only 1 JointTrajectoryPoint in it. The waypoints I am using are valid- I have tested them using the standard planning option, and it has no difficulty computing plans between them.
I am filling out the RobotState, though my understanding from the documentation was that was unnecessary. It didn't work either way.
So, to recap: given a few valid poses, ComputeCartesianPath claims to successfully generates a path that only contains one set of joint angles that doesn't follow the requested trajectory at all.
Any suggestions?