mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-13 14:48:02 -05:00
25 lines
771 B
Markdown
25 lines
771 B
Markdown
<!--
|
|
Thanks for contributing a pull request!
|
|
Please check this document before submitting:
|
|
- [How to contribute](https://atsushisakai.github.io/PythonRobotics/modules/0_getting_started/3_how_to_contribute.html#adding-a-new-algorithm-example)
|
|
|
|
Note that this is my hobby project; I appreciate your
|
|
patience during the review process.
|
|
|
|
Again, thanks for contributing!
|
|
-->
|
|
|
|
#### Reference issue
|
|
<!--Example: fix #392-->
|
|
|
|
#### What does this implement/fix?
|
|
<!--Please explain your changes.-->
|
|
|
|
#### Additional information
|
|
<!--Any additional information you think is important.-->
|
|
|
|
#### CheckList
|
|
- [ ] Did you add an unittest for your new example or defect fix?
|
|
- [ ] Did you add documents for your new example?
|
|
- [ ] All CIs are green? (You can check it after submitting)
|