You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-10Lines changed: 6 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,6 @@
22
22
-[Grid Based Planner](#grid-based-planner)
23
23
-[Authors](#authors)
24
24
-[Acknowledgements](#acknowledgements)
25
-
-[PRM](#prm)
26
-
-[RRT](#rrt)
27
-
-[Potential Fields](#potential-fields)
28
25
-[License](#license)
29
26
30
27
@@ -133,7 +130,7 @@ The goal pose emits a strong attractive force, and the obstacles emit a repulsiv
133
130
creating a artificial potential field that attracts the robot towards the goal. The goal pose emits a strong attractive field,
134
131
and each obstacle emits a repulsive field. By following the sum of all fields at each position, we can construct a path towards
135
132
the goal pose.
136
-

133
+

137
134
138
135
### Virtual Fields
139
136
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
158
155
159
156
160
157
# Acknowledgements
161
-
## PRM
162
-
158
+
**PRM**
163
159
- 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)
164
160
- 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)
- RRT, RRT* & Random Trees. (2018, November 21). [YouTube](https://www.youtube.com/watch?v=Ob3BIJkQJEw)
169
-
170
-
## Potential Fields
165
+
166
+
**Potential Field**
171
167
- 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)
172
168
- Michael A. Goodrich, Potential Fields Tutorial [URL](https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.115.3259&rep=rep1&type=pdf)
173
169
- Safadi, H. (2007, April 18). Local Path Planning Using Virtual Potential Field. [URL](https://www.cs.mcgill.ca/~Ehsafad/robotics/)
0 commit comments