Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yaxsomo/robotics-bases
https://github.com/yaxsomo/robotics-bases
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/yaxsomo/robotics-bases
- Owner: yaxsomo
- Created: 2024-01-16T13:16:49.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-30T09:59:51.000Z (11 months ago)
- Last Synced: 2024-01-30T23:35:15.014Z (11 months ago)
- Language: Python
- Size: 8.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Creative Commons License](https://i.creativecommons.org/l/by/4.0/88x31.png)
Robotics initiation class materials by Remi Fabre and Steve N'Guyen is licensed under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/).
# Robotics initiation
From the a DC motor to a walking Hexapod, an introduction to robotics.
![Hexapod](hexapod.jpg)## Notes
Some files are encrypted because they contain the solutions to some of the tasks. The passwords will be shared as we move forward in class.
Of course, I'll forget the passwords then. Note to myself: look for "Passwords for robotics initiation class" in my mail.To decrypt:
```
qpdf --password=ASmartPassw0rd --decrypt directKinematicSolutionProtected.pdf directKinematicSolutionProtected.pdf
```To encrypt:
```
qpdf --encrypt ASmartPassw0rd ASmartPassw0rd 256 -- directKinematicSolution.pdf directKinematicSolutionProtected.pdf
```