First Second Third
Self Balancing Bike | F. T. Motors, Sina Mobility
May’19 - July’19

This project was a part of my internship at F.T. Motors based at IIT Madras Research Park, where I worked on the design and control aspects of the project. In this project a control moment gyroscope had to be controlled to balance the bike using the linear quadratic regulator method. The controller was designed and implemented on a small scale prototype and the demo can be seen in the video.

Details

A mathematical model of the bike was first found using energy techniques in kinematics and dynamics. Then the nonlinear model was linearized and the region where the linear approximation holds was found. A linear controller was designed for the linearized model and the controller was tuned using the LQR method. A low pass FIR filter was also designed to filter noise from the IMU sensors.

A PCB was designed to incorporate all the electronics including the power supply module, microcontroller, sensors and motor drivers using Autodesk Eagle. The linear controller was programmed into the microcontroller in embedded C language.

The internship gave me an opportunity to learn more and improve my skill in mechatronics. It also gave me in depth knowledge about prototyping, improving the design for low cost manufacturing and making the product more reliable.

Sessions on Robotics | Team Anveshak
Feb’19 - March’19

Sessions on robotics were conducted for the members of team Anveshak which spanned for nearly a month. The sessions were mainly focused on teaching concepts related to robotic control. The topics were organized into three modules, each comprising of four sessions. The following concepts were tought in these sessions:

Disclaimer: The videos are recorded to augment learning and does not deliver the whole content taught in the sessions. The videos were recorded to give a glimpse of the concepts in robotics, for the members of the team. Hence not much attention has been given to video and audio quality

3R Articulated Arm End-Effector Velocity Control
Dec’18 - Feb’19
Abstract:

For teleoperated service robots, velocity control on the end-effector of the manipulator is more intuitive when using a joystick, than position control. Hence a velocity control on the end-effector of a 3R spatial manipulator was implemented in ROS framework.

This project was a part of Team Anveshak - Electrical Module. The control algorithm was programmed in python language in ROS framework and simulated in Unity 3D. For more details click the Details button below.

ROS code       More Details

Motor Speed Controller | Team Anveshak
Nov’18 - Jan’19
Abstract:

Actuators in manipulators and wheels of service robots require speed control for carrying out certain tasks. Hence a custom DC motor speed controller was developed for the same. The controller uses the PID algorithm to nullify the error in speed.

This project was a part of Team Anveshak - Electrical Module Research and Development. The Controller PCB was fabricated and used on the rover Ceaser (2018-19), Team Anveshak’s 3rd rover.

PCB and code       More Details

Flexible Gripper Finger | Team Anveshak
July’18 - Sept’18
Abstract:

A service robot needs to have an end-effector that is capable of grasping objects of varied shapes and sizes. Commercial two finger graspers have rigid fingers and make use of actuator forces to grasp the object. This may lead to use of high power actuators which directly affects the compactness of the grasper. Also, these graspers may not be able to grasp some irregularly shaped objects. Hence a Grasper having flexible fingers was devised to grasp objects of varied shape and size with reduced actuation force.

Details

The design uses the concept of form closure which enhances the grip without the requirement of high actuation forces. Each gripper finger is basically two four bar mechanisms cascaded one on top of another as shown in the figure. The link lengths are designed based on the maximum size of a cylindrical object that is desired to be grasped.

This project was a part of Team Anveshak - Mechanical Module Research and Development. The gripper was fabricated and used as an end-effector on the rover Ceaser (2018-19), Team Anveshak’s 3rd rover. The gripper functioned well in the field and was not only capable of grasping objects like rocks, hammer and bottles but also manipulating things like opening a drawer, pressing buttons, joystick and opening a latch.

Indoor Light Automation
May’18
Abstract:

Commercially available light automation systems use wireless remotes or centrally control lighting which have to be installed at the time of home construction. Hence, to make indoor light automation cheaper and easier for installation, a prototype of an add-on for indoor lights was built. The prototype uses a PIR sensor that detects human occupancy and switches on the light.

More Details