question: how to make an action request to ompl_planning
Hello everyone, has someone an example or a detailed explanation on how yo make a request to the ompl_planning node? (the type of message, how is it filled and sent, how to interpret the response and get the trayectory path, etc).
Particularly I was following the arm_navigation Tutorial and for what I see in rxgraph, the ompl_planning node is the one calculating the trayectory, but what I'm actually interested in, is to get each of the configuration points of the generated path.
I'll be very thankfull for any help in this matter :)