File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 55
66Python 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
483485MIT
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
487495Atsushi Sakai ([ @Atsushi_twi] ( https://twitter.com/Atsushi_twi ) )
488496
489497
498+
You can’t perform that action at this time.
0 commit comments