From 62db9d0b83a06b2006a21e3bb8944dffa58661d6 Mon Sep 17 00:00:00 2001 From: Atsushi Sakai Date: Sun, 7 Jul 2019 19:41:04 +0900 Subject: [PATCH 1/4] Update users_comments.md --- users_comments.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/users_comments.md b/users_comments.md index 4a4f9fcb..a56ae4da 100644 --- a/users_comments.md +++ b/users_comments.md @@ -275,6 +275,12 @@ Thank you for python robotics!! --- +Great job + +--Anonymous + +--- + # 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. From 37b88b3deddb7962ac2671960ef94ff14ef20b5a Mon Sep 17 00:00:00 2001 From: Jumpei Arima Date: Mon, 8 Jul 2019 23:33:09 +0900 Subject: [PATCH 2/4] fixed path --- PathPlanning/RRTStarReedsShepp/rrt_star_reeds_shepp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 21f2eeabae7cac8548ac465959dd50f0735c7642 Mon Sep 17 00:00:00 2001 From: Atsushi Sakai Date: Tue, 9 Jul 2019 09:47:08 +0900 Subject: [PATCH 3/4] Update users_comments.md --- users_comments.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/users_comments.md b/users_comments.md index a56ae4da..a87de730 100644 --- a/users_comments.md +++ b/users_comments.md @@ -281,6 +281,12 @@ Great job --- +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. From 3aa21316f1c483e68f9065289d2ec22adcac108a Mon Sep 17 00:00:00 2001 From: Atsushi Sakai Date: Tue, 9 Jul 2019 19:43:10 +0900 Subject: [PATCH 4/4] Update users_comments.md --- users_comments.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/users_comments.md b/users_comments.md index a87de730..021d0760 100644 --- a/users_comments.md +++ b/users_comments.md @@ -296,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