Skip to content

Commit

Permalink
Update motion_planning.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
MedadRufus committed Mar 12, 2020
1 parent d9a7579 commit d9ff3bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/motion_planning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ Motion planning
======================


We used the default motion planner in Movit, which uses the OMPL, an open-source motion planning library that primarily implements randomized motion planners.

We used the default motion planner in Movit, which uses the **Open Motion Planning Library**,OMPL,an open-source motion planning library that primarily implements randomized motion planners. It was used to plan the movement of robot gripper between locations such as from the token pick up point to the drop off point above the column.

Occasionally we observed that the planner seemed to plan a circuitous plan for the robot, or occasionally spinning around to reach its destination. We minimised the risk of this happening by adding additional waypoints.


Collision Avoidance
Expand Down

0 comments on commit d9ff3bf

Please sign in to comment.