add few tutorials (under construction)

This commit is contained in:
Brian Delhaisse
2019-12-17 00:09:34 +01:00
parent 7a88f62746
commit 655f5adc72
12 changed files with 2908 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
## Robotics tutorials
This folder contains tutorials about robotics in the form of python notebooks and webpages, and are based on books, slides, videos and notes [1, 2, 3, 4, 5]. I hope these tutorials will be useful for people learning about robotics, and a possible supplement to their theoretical courses.
## References
Here are the main references that I used while writing the tutorials:
1. "Robotics: Modelling, Planning and Control", Siciliano et al., 2010
2. [CS223A - Introduction to Robotics](https://see.stanford.edu/course/cs223a) by Prof. Khatib.
3. [Course materials](http://www.diag.uniroma1.it/deluca/Teaching.php) from Prof. Alessandro De Luca
- [Course material Robotics 1](http://www.diag.uniroma1.it/deluca/rob1_en/material_rob1_en.html)
- [Course material Robotics 2](http://www.diag.uniroma1.it/deluca/rob2_en/material_rob2_en.html)
4. "Springer Handbook of Robotics", Siciliano et al., 2008
Note that each python notebook provides more accurate references.
## Citation
If these tutorials were useful to you, please cite the corresponding references that I used and the pyrobolearn framework.
## Improvements?
If you have any criticisms, questions, advices, or requests, don't hesitate to open an issue.