TrajOpt failure signal #226
-
Good day! Is there any interface where I can retrieve TrajOpt failure signal? I want to know if TrajOpt failed due to a collision or something else in runtime so I can adjust planner parameters and recreate the planning server and replan my trajectory in real time. I can see the error message in the terminal like this;
But to use it in runtime I need something like |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The ProcessPlanningFuture has a member called interface which stores task infos which can be used to determine where and why things failed. |
Beta Was this translation helpful? Give feedback.
The ProcessPlanningFuture has a member called interface which stores task infos which can be used to determine where and why things failed.