Skip to content

Commit b2bba4c

Browse files
committed
Added Potential Field Demo
1 parent f804343 commit b2bba4c

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
- [Grid Based Planner](#grid-based-planner)
2323
- [Authors](#authors)
2424
- [Acknowledgements](#acknowledgements)
25-
- [PRM](#prm)
26-
- [RRT](#rrt)
27-
- [Potential Fields](#potential-fields)
2825
- [License](#license)
2926

3027

@@ -133,7 +130,7 @@ The goal pose emits a strong attractive force, and the obstacles emit a repulsiv
133130
creating a artificial potential field that attracts the robot towards the goal. The goal pose emits a strong attractive field,
134131
and each obstacle emits a repulsive field. By following the sum of all fields at each position, we can construct a path towards
135132
the goal pose.
136-
![Virtual Field](https://i.imgur.com/MvO76Wq.gif)
133+
![PF Demo](https://i.imgur.com/3HYFFsI.gif)
137134

138135
### Virtual Fields
139136
A problem with the potential field planner is that it is easy for the planner to get stuck in local
@@ -158,16 +155,15 @@ Styling / UI / Design
158155

159156

160157
# Acknowledgements
161-
## PRM
162-
158+
**PRM**
163159
- Becker, A. (2020, November 23). PRM: Probabilistic Roadmap Method in 3D and with 7-DOF robot arm. [YouTube](https://www.youtube.com/watch?v=tlFVbHENPCI&feature=youtu.be)
164160
- Modern Robotics, Chapter 10.5: Sampling Methods for Motion Planning (Part 1 of 2). (2018, March 16). [YouTube](https://www.youtube.com/watch?v=rKe6HO8LDu0)
165-
166-
## RRT
161+
162+
**RRT**
167163
- Algobotics: Python RRT Path Planning playlist. [Youtube](https://www.youtube.com/watch?v=TzfNzqjJ2VQ&list=PL9RPomGb9IpRlfQEGkWnTt8jIauPovpOH)
168164
- RRT, RRT* & Random Trees. (2018, November 21). [YouTube](https://www.youtube.com/watch?v=Ob3BIJkQJEw)
169-
170-
## Potential Fields
165+
166+
**Potential Field**
171167
- Ding Fu-guang, Jiao Peng, Bian Xin-qian and Wang Hong-jian, "AUV local path planning based on virtual potential field," IEEE International Conference Mechatronics and Automation, 2005, 2005, pp. 1711-1716 Vol. 4, doi: 10.1109/ICMA.2005.1626816. [URL](https://ieeexplore.ieee.org/document/1626816)
172168
- Michael A. Goodrich, Potential Fields Tutorial [URL](https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.115.3259&rep=rep1&type=pdf)
173169
- Safadi, H. (2007, April 18). Local Path Planning Using Virtual Potential Field. [URL](https://www.cs.mcgill.ca/~Ehsafad/robotics/)

0 commit comments

Comments
 (0)