`An 8-week intensive Applied Robotics course with AI integration. Learn ROS2, autonomous systems, and build intelligent robots. Part of NERD Community Ethiopia's tech bootcamp
# Applied Robotics β Course Repository
Welcome to the official repository for the **Applied Robotics** course. This project demonstrates modern robotics development practices including hardware integration, simulation, real-time systems, and AI-powered robotic applications.
## π Quick Links
- **Student Guide** - How to submit assignments
- **Intern Guide** - Development workflow for team members
- **Contributing Guidelines** - Complete contribution guide
- **Security Policy** - Security guidelines and reporting
- **Code of Conduct** - Community guidelines
## π Course Overview
This is an 8-week intensive course for intermediate/advanced students to gain hands-on experience with:
- Building and programming autonomous robots
- Integrating AI models with robotic systems
- Working with sensors, actuators, and embedded systems
- Developing real-time robotic applications
- Deploying robotics solutions using modern DevOps practices
- **Modern Development Practices**: CI/CD, testing, security, collaboration
**This course runs in parallel with the Generative AI & Automation course**, allowing students to apply their AI knowledge to real-world robotic applications.
Each week includes 3 hours of lectures and 3 hours of practical workshops.
## ποΈ Repository Structure
```
applied-robotics-course/
βββ .github/ # GitHub configuration
β βββ workflows/ # CI/CD pipelines
β βββ ISSUE_TEMPLATE/ # Issue templates
β βββ pull_request_template.md
βββ lectures/week-01/ # Weekly lecture materials
βββ workshops/week-01/ # Workshop starter kits
βββ student-submissions/ # Student assignment submissions
βββ scripts/ # Automation and utility scripts
βββ tests/ # Test suite
βββ docs/ # Documentation
βββ capstone-projects/ # Final projects
βββ simulations/ # Robot simulation environments
βββ hardware/ β¦