Get Failed Pose For Cartesian Planner

asked 2021-06-16 18:02:35 -0500

suomynona gravatar image

I know that the Cartesian planner will tell us what % of the plan was followed. However, is there a way to extract the intermediate pose where the planner failed. I want to visualize this pose to get a better understanding of why my robot fails sometimes in its environment (good debugging tool).

edit retag flag offensive close merge delete

Comments

2

The last waypoint of the returned trajectory is the last successfully solved pose. Does that help?

fvd gravatar image fvd  ( 2021-06-17 08:36:58 -0500 )edit

Definitely helps thank you !

suomynona gravatar image suomynona  ( 2021-06-18 14:25:08 -0500 )edit

If you would, please post an answer to your question (maybe with some example code) and accept it to take this question out of the "Unanswered" queue.

fvd gravatar image fvd  ( 2021-06-18 21:40:46 -0500 )edit

I haven't got around to writing any code but as soon as I do (week) I'll post and accept the solution

suomynona gravatar image suomynona  ( 2021-06-21 17:53:54 -0500 )edit