layout | title | description | nav-menu | image | weight |
---|---|---|---|---|---|
page |
Outreach |
Past community programs and resources |
true |
img/misc/breadboard.jpg |
3 |
CTE Courses
QSTP
CTE TechWeekend
Mini Projects
- The course is aimed at giving a kickstart to everyone who are interested in the field Robotics. The course will help you to get an idea about different aspects of robotics and also the new advancements in it. Topics covered include Arduino , PCB and ICs, Kinematics, Control Theory, Matlab & Simulink, Introduction to ROS amongst other things.
- This course provides detial insight into automation and control aspects involved in Robotics.The content of the course includes ROS basics, ROS Simulations, MoveIT, Autonomous navigation and OpenCV.
- This course is to provide a basic idea about the field of Robotics and different areas involved in it. The content of the course includes Mechanical aspects in Robotics, Arduino programming and sensor, Python, Intro to ROS, etc.
QSTP
- Mechatronics is a multidisciplinary field, encompassing Electronics, Robotics and Computer and Control Syetem engineering.This course is to familiarise people with fundamentals and concepts related to basic mechatronic devices. The content of the course includes Arduino programming and Sensors, CAD designing and Matlab and Simulink.
- Automation and Control in Robotics is a fast growing field with exciting innovations coming out with a rapid pace. This course aims to familiarise you with the basic tools and techniques that are at the core of such developments. The content of the course includes basics of Python, ROS, Gazebo Simulatons, Path Planning and writing a Controller.
- This project based course was aimed at teaching basic usage and application of ROS
CTE TechWeekend
- ERC in collaboration with CTE, announces Arduino Open. Its amazing that how you can process something as functional as robotic arm and something as trivial as blinking an LED with a single-board. With Arduino the only limit is your imagination. Solve the questions given in the problem statement within the stipualted time to win exciting prizes.
- ERC in Collaboration with CTE brings you - the Intelligent Robotics Hackathon. The task will challenge you to code up a robot that can display intelligent behavior. We hope the task will bring out the best of your technical and logical thinking abilities.
- In the Tech Talk by Mihir Kulkarni is he talked about Ignition, the new up and coming powerful open source simulator set to take over the robotics world. He is currently pursuing his PhD from University of Nevada, Reno and recently did extensive work with Ignition during his GSOC internship.
Mini Projects
The best way to learn is to get your hands dirty. Keeping this in mind, we have prepared a set of mini-projects for you to dive into the field of robotics. Together, the projects cover a wide variety of fields so that there is something to try, no matter what your area of interest.
The projects are designed to be completed in 5-6 weeks in small teams. Each project has been allotted ERC members as mentors. Every week, you will be given resources to learn about and practice a concept required to complete the project. The mentors will be there to solve your doubts and help you troubleshoot. They will also hold weekly meetings to take project updates and help out with any problems.
- Read about the available projects here.
- Get in touch with any of the ERC Members for more information or guidance <script> var acc = document.getElementsByClassName("accordion"); var i; for (i = 0; i < acc.length; i++) { acc[i].addEventListener("click", function() { this.classList.toggle("active"); var panel = this.nextElementSibling; if (panel.style.display === "block") { panel.style.display = "none"; this.getElementsByClassName('accordion-dropdown')[0].className = "accordion-dropdown fa fa-caret-down"; } else { panel.style.display = "block"; this.getElementsByClassName('accordion-dropdown')[0].className = "accordion-dropdown fa fa-caret-up"; } }); } </script>