
I reorganized my control and robotics course materials into a free GitHub repository
I recently made a major update to my Control and Robotics learning repository and decided to keep the course materials freely accessible.
The repository now includes structured course folders with standalone HTML lecture pages, mathematical explanations, diagrams, and companion code examples for many lessons. The topics cover areas such as:
- Linear control
- Modern control
- System dynamics
- Robot kinematics and dynamics
- Robot control
- Advanced robotics
- Autonomous mobile robots
For some lessons, the code examples are provided in different languages/environments such as Python, C++, Java, MATLAB, and Wolfram/Mathematica, so the material can be studied from both the theory and implementation side.
Repo: https://github.com/mohammadijoo/Control_Robotics_Lab
I’m sharing it here in case it is useful for students, instructors, or self-learners working through control systems and robotics topics. I would also appreciate feedback, especially if you notice mistakes in equations, explanations, code examples, structure, or missing topics that would make the material more useful.