Add how to contribute docs (#573)

* clean up SLAM docs

* clean up SLAM docs

* clean up SLAM docs

* clean up SLAM docs

* add contribution doc

* add contribution doc

* add contribution doc

* add contribution doc

* add contribution doc
This commit is contained in:
Atsushi Sakai
2021-11-25 23:05:25 +09:00
committed by GitHub
parent 413011ba97
commit 094a413dcd
7 changed files with 187 additions and 22 deletions

View File

@@ -96,17 +96,17 @@ See this paper for more details:
For running each sample code:
- Python 3.9.x
- [Python 3.9.x](https://www.python.org/)
- [NumPy](https://numpy.org/)
- [SciPy](https://scipy.org/)
- [Matplotlib](https://matplotlib.org/)
- [pandas](https://pandas.pydata.org/)
- numpy
- scipy
- matplotlib
- pandas
- [cvxpy](https://www.cvxpy.org/index.html)
- [cvxpy](https://www.cvxpy.org/)
For development: