Skip to content

Commit 41a9237

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents eefa6bf + a485b01 commit 41a9237

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

docs/getting_started.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
Getting Started
44
===============
55

6+
What is this?
7+
-------------
8+
9+
This is an Open Source Software (OSS) project: PythonRobotics, which is a Python code collection of robotics algorithms.
10+
11+
The focus of the project is on autonomous navigation, and the goal is for beginners in robotics to understand the basic ideas behind each algorithm.
12+
13+
In this project, the algorithms which are practical and widely used in both academia and industry are selected.
14+
15+
Each sample code is written in Python3 and only depends on some standard modules for readability and ease of use.
16+
17+
It includes intuitive animations to understand the behavior of the simulation.
18+
19+
20+
See this paper for more details:
21+
22+
- PythonRobotics: a Python code collection of robotics algorithms: https://arxiv.org/abs/1808.10703
23+
24+
625
Requirements
726
-------------
827

users_comments.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,11 @@ Thanks for your job! <br>I have learned a lot from it!
375375

376376
---
377377

378+
Dear Atsushi Sakai, <br>Thank you so much for creating PythonRobotics and documenting it so well. I am a senior in high school trying to learn and better myself in these concepts.
379+
380+
--Rohan Mathur
381+
382+
378383

379384
# Citations
380385

@@ -393,6 +398,9 @@ URL: http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=8765684&isnumber=87
393398
5. Josie Hughes, Masaru Shimizu, and Arnoud Visser, "A Review of Robot Rescue Simulation Platforms for Robotics Education"
394399
URL: https://2019.robocup.org/downloads/program/HughesEtAl2019.pdf
395400

401+
6. Hughes, Josie, Masaru Shimizu, and Arnoud Visser. "A review of robot rescue simulation platforms for robotics education." (2019).
402+
URL: https://www.semanticscholar.org/paper/A-Review-of-Robot-Rescue-Simulation-Platforms-for-Hughes-Shimizu/318a4bcb97a44661422ae1430d950efc408097da
403+
396404
# Others
397405

398406
- Autonomous Vehicle Readings https://richardkelley.io/readings

0 commit comments

Comments
 (0)