diff --git a/PathPlanning/RRTStarReedsShepp/rrt_star_reeds_shepp.py b/PathPlanning/RRTStarReedsShepp/rrt_star_reeds_shepp.py index 489cf087..aa03418f 100644 --- a/PathPlanning/RRTStarReedsShepp/rrt_star_reeds_shepp.py +++ b/PathPlanning/RRTStarReedsShepp/rrt_star_reeds_shepp.py @@ -13,7 +13,7 @@ import random import sys import os sys.path.append(os.path.dirname(os.path.abspath(__file__)) + - "/../PathPlanning/ReedsSheppPath/") + "/../ReedsSheppPath/") try: import reeds_shepp_path_planning diff --git a/users_comments.md b/users_comments.md index 4a4f9fcb..021d0760 100644 --- a/users_comments.md +++ b/users_comments.md @@ -275,6 +275,18 @@ Thank you for python robotics!! --- +Great job + +--Anonymous + +--- + +Dear Atsushi Sakai
Thank you for the Python Robotics + +--Alex Liberzon + +--- + # Citations 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 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 +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 + # Others