Hello
When asking for a robot movemet through API, I would like to get the feedback message in case of problem.
Like "unreachable target" "joint axis limits", in other words the cause of the problem.
Thanks to the event loop example, and browsing through the robodk_api.h I saw that it should be possible to get this information because messages exist :-)
However I can not use the eventloop because it causes some troubles with my application. It is not responsive enough. So I would like to check these feedback messages from my own function.
Unfortunately, I did not understood from the documentation how to do that....
Any idea that could help me?
Many thanks
When asking for a robot movemet through API, I would like to get the feedback message in case of problem.
Like "unreachable target" "joint axis limits", in other words the cause of the problem.
Thanks to the event loop example, and browsing through the robodk_api.h I saw that it should be possible to get this information because messages exist :-)
However I can not use the eventloop because it causes some troubles with my application. It is not responsive enough. So I would like to check these feedback messages from my own function.
Unfortunately, I did not understood from the documentation how to do that....
Any idea that could help me?
Many thanks