Search found 3 matches

by Juzhan
05 Sep 2021, 19:38
Forum: General questions
Topic: Use OMPL for UR5
Replies: 5
Views: 5453

Re: Use OMPL for UR5

Thanks a lot! And I still have 2 questions. 1. UR5 robot has an initial child script, which contains a function coroutineMain(). And I also wrote a path planning and execution function in the child script. If I want to use the path planning and execution function, I have two methods to do this: (a) ...
by Juzhan
02 Sep 2021, 08:18
Forum: General questions
Topic: Use OMPL for UR5
Replies: 5
Views: 5453

Re: Use OMPL for UR5

Thanks! I adjust the size of some parts of the UR5 model, now I can find the path when collisionParis = { collection, collection }. But I use the UR5 model directly from the Model browser, maybe you can modify the UR5 model in the next software update to avoid self-collision.
by Juzhan
30 Aug 2021, 16:47
Forum: General questions
Topic: Use OMPL for UR5
Replies: 5
Views: 5453

Use OMPL for UR5

I want to generate a collision-free path with OMPL and ik on my UR5 robot, so I convert some code from scenes/pathPlanning/path_planing_and_grasp.ttt. But in my code, it is slow and difficult to compute a valid goal config. Even the code can find a goal config, the path generates by simOMPL will col...