Skip to content

Commit 46646f4

Browse files
committed
add gifs
1 parent d150de5 commit 46646f4

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

docs/modules/5_path_planning/time_based_grid_search/time_based_grid_search_main.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,13 @@ The planner generates an order to plan in, and generates plans for the robots in
9191

9292
This is a sub-optimal algorithm because no replanning happens once paths are found. It does not guarantee the shortest path is found for any particular robot, nor that the final set of paths found contains the lowest possible amount of time or movement.
9393

94-
TODO: include a gif
94+
Static Obstacles:
95+
96+
.. image:: https://raw.githubusercontent.com/AtsushiSakai/PythonRoboticsGifs/refs/heads/master/PathPlanning/TimeBasedPathPlanning/PriorityBasedPlanner/priority_planner2.gif
97+
98+
Dynamic Obstacles:
99+
100+
.. image:: https://raw.githubusercontent.com/AtsushiSakai/PythonRoboticsGifs/refs/heads/master/PathPlanning/TimeBasedPathPlanning/PriorityBasedPlanner/priority_planner.gif
95101

96102

97103
References

0 commit comments

Comments
 (0)