Search found 12 matches

by tor
22 Oct 2015, 08:49
Forum: General questions
Topic: Which motion planning algorithms does simFindMpPath() run?
Replies: 3
Views: 1619

Which motion planning algorithms does simFindMpPath() run?

Hi Folks:

What kind of motion planning algorithms does simFindMpPath() run?
Is it one of these known algorithms like: simple A* search or Probabilistic Roadmap Method (PRM) or RRT* or ...?
If it is a specific one for vrep, where can I get the (pseudo)code?

Thank you.
by tor
19 Oct 2015, 10:01
Forum: General questions
Topic: motion planning: moving an arm carrying an object
Replies: 1
Views: 1323

motion planning: moving an arm carrying an object

Hi Folks: I use the Mico arm robot, modifying motionPlanningAndGraspingDemo.ttt. I have two cups as obstacles and the arm need to move with holding a cup (the so-called transfer trajectory) Selecting "all other collidable/measurable objects in the scene" againts "[Collection] Mico&quo...