Skip to content

Commit 7275854

Browse files
committed
add contribution
1 parent 970d676 commit 7275854

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
Python codes for robotics algorithm.
77

8+
89
# Table of Contents
910
* [Requirements](#requirements)
1011
* [How to use](#how-to-use)
@@ -50,6 +51,7 @@ Python codes for robotics algorithm.
5051
* [Linear–quadratic regulator (LQR) speed and steering control](#linearquadratic-regulator-lqr-speed-and-steering-control)
5152
* [Model predictive speed and steering control](#model-predictive-speed-and-steering-control)
5253
* [License](#license)
54+
* [Contribution](#contribution)
5355
* [Author](#author)
5456

5557
# Requirements
@@ -482,8 +484,15 @@ This code uses cvxpy as an optimization modeling tool.
482484

483485
MIT
484486

487+
# Contribution
488+
489+
If you have any quesions or problems about this code, feel free to add an issue.
490+
491+
A small PR like bug fix is welcome.
492+
485493
# Author
486494

487495
Atsushi Sakai ([@Atsushi_twi](https://twitter.com/Atsushi_twi))
488496

489497

498+

0 commit comments

Comments
 (0)