I have a few questions about the collision-free motion planner in python.
First of all, i dont see in the documentation an option to create a collision-free motion planner in python.
I tried to look for older posts about it and I can't find how to do it.
Also, is there a way to "save" the collision-free motion planner of the robot in a certain setup so that if i run a different script on the same setup I'll be able to know right away know it the robot is able to run the path I want it to run.
To make the question more clear- I want given a setup to create a function that gets a list of points to which I want to move and returns a new list of the path that moves thro these points.
Thank you very much,
Eitan
First of all, i dont see in the documentation an option to create a collision-free motion planner in python.
I tried to look for older posts about it and I can't find how to do it.
Also, is there a way to "save" the collision-free motion planner of the robot in a certain setup so that if i run a different script on the same setup I'll be able to know right away know it the robot is able to run the path I want it to run.
To make the question more clear- I want given a setup to create a function that gets a list of points to which I want to move and returns a new list of the path that moves thro these points.
Thank you very much,
Eitan