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
Python sample codes and documents about Autonomous vehicle control algorithm. This project can be used as a technical guide book to study the algorithms and the software architectures for beginners.
4
+
Python sample codes and documents about Autonomous vehicle control algorithm. This project can be used as a technical guide book to study the algorithms and the software architectures for beginners.
*[Stanley steering control Path tracking](#stanley-steering-control-path-tracking)
@@ -46,16 +49,16 @@ Python sample codes and documents about Autonomous vehicle control algorithm. Th
46
49
47
50
48
51
## What is this?
49
-
This is a sample codes collections about Autonomous vehicle control algorithm. Each source codes are implemented with Python to help your understanding. You can fork this repository and use for studying, education or work freely.
52
+
This is a sample codes collections about Autonomous vehicle control algorithm. Each source codes are implemented with Python to help your understanding. You can fork this repository and use for studying, education or work freely.
50
53
51
54
52
55
## Goal of this project
53
-
I want to release my own technical book about Autonomous Vehicle algorithms in the future. The book will include all of codes and documents in this repository as contents.
56
+
I want to release my own technical book about Autonomous Vehicle algorithms in the future. The book will include all of codes and documents in this repository as contents.
54
57
55
58
56
59
## Requirements
57
-
Please satisfy with the following requirements on native or VM Linux in advance.
58
-
For running each sample codes:
60
+
Please satisfy with the following requirements on native or VM Linux in advance.
61
+
For running each sample codes:
59
62
*[Python 3.13.x](https://www.python.org/)
60
63
*[Matplotlib](https://matplotlib.org/)
61
64
*[NumPy](https://numpy.org/)
@@ -71,7 +74,7 @@ For setting up the environment with Docker:
Design documents of each Python programs are prepared here. The documents are still not completed. They have been being updated. If you found any problems in them, please tell me by creating an issue.
166
-
[Documents link](/doc/DESIGN_DOCUMENT.md)
168
+
Design documents of each Python programs are prepared here. The documents are still not completed. They have been being updated. If you found any problems in them, please tell me by creating an issue.
169
+
[Documents link](/doc/DESIGN_DOCUMENT.md)
167
170
168
171
169
172
## License
170
-
MIT
173
+
MIT
171
174
172
175
173
176
## Use Case
174
-
I started this project to study an algorithm and software development for Autonomous Vehicle system by myself. You can also use this repo for your own studying, education, researching and development.
177
+
I started this project to study an algorithm and software development for Autonomous Vehicle system by myself. You can also use this repo for your own studying, education, researching and development.
175
178
176
-
If this project helps your task, please let me know by creating a issue.
177
-
Any paper, animation, video as your output, always welcome!! It will encourage me to continue this project.
179
+
If this project helps your task, please let me know by creating a issue.
180
+
Any paper, animation, video as your output, always welcome!! It will encourage me to continue this project.
178
181
179
-
Your comment and output is added to [this list of user comments](/USERS_COMMENTS.md).
182
+
Your comment and output is added to [this list of user comments](/USERS_COMMENTS.md).
180
183
181
184
182
185
## Contribution
183
-
Any contribution by creating an issue or sending a pull request is welcome!! Please check [this document about how to contribute](/HOWTOCONTRIBUTE.md).
186
+
Any contribution by creating an issue or sending a pull request is welcome!! Please check [this document about how to contribute](/HOWTOCONTRIBUTE.md).
0 commit comments