Skip to content

Commit fda67dc

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 14bc640 + 3aa2131 commit fda67dc

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

PathPlanning/RRTStarReedsShepp/rrt_star_reeds_shepp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import sys
1414
import os
1515
sys.path.append(os.path.dirname(os.path.abspath(__file__)) +
16-
"/../PathPlanning/ReedsSheppPath/")
16+
"/../ReedsSheppPath/")
1717

1818
try:
1919
import reeds_shepp_path_planning

users_comments.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,18 @@ Thank you for python robotics!!
275275

276276
---
277277

278+
Great job
279+
280+
--Anonymous
281+
282+
---
283+
284+
Dear Atsushi Sakai <br>Thank you for the Python Robotics
285+
286+
--Alex Liberzon
287+
288+
---
289+
278290
# Citations
279291

280292
1. B. Blaga, M. Deac, R. W. Y. Al-doori, M. Negru and R. Dǎnescu, "Miniature Autonomous Vehicle Development on Raspberry Pi," 2018 IEEE 14th International Conference on Intelligent Computer Communication and Processing (ICCP), Cluj-Napoca, Romania, 2018, pp. 229-236.
@@ -284,6 +296,8 @@ URL: http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=8516589&isnumber=85
284296

285297
2. Peggy (Yuchun) Wang and Caitlin Hogan, "Path Planning with Dynamic Obstacle Avoidance for a Jumping-Enabled Robot", AA228/CS238 class report, Department of Computer Science, Stanford University, URL: https://web.stanford.edu/class/aa228/reports/2018/final113.pdf
286298

299+
3. Welburn, E, Hakim Khalili, H, Gupta, A, Watson, S & Carrasco, J 2019, A Navigational System for Quadcopter Remote Inspection of Offshore Substations. in The Fifteenth International Conference on Autonomic and Autonomous Systems 2019. URL:https://www.research.manchester.ac.uk/portal/files/107169964/ICAS19_A_Navigational_System_for_Quadcopter_Remote_Inspection_of_Offshore_Substations.pdf
300+
287301

288302
# Others
289303

0 commit comments

Comments
 (0)