I am a Research Staff with
Prof. Howie Choset
at the Biorobotics Lab,
Robotics Institute
,
part of the School of Computer Science
at Carnegie Mellon University
.
Over the past year, I've dived deep in multi-agent task planning and path finding problems using optimization-based methods and hierachical planning methods. Next, I am working on a project involving multi-agent coverage and exploration.
I have a Masters of Science in Physics and a Bachelors of Engineering in Electrical and Electronics from
BITS Pilani
where I worked with
Prof. Ashwin KP
on parallel manipulator systems,
Prof. Sarang Dhongdi
on ad-hoc aerial networks for search and rescue operations, and
Prof. Rakesh R. Warier
on distributed coordination of networked multi-agent systems.
I am applying for PhD positions starting Fall 2024, with a focus on planning for multi-agent systems.
These include coursework, side projects and unpublished research work.
Latent Space Optimization for Modular Robot Design
Research Project - Carnegie Mellon University
2023
Designing a VAE to structurally encode robot designs (in known environments) such that we can use Bayesian Optimization to converge on well performing robot designs for unseen environments.
Development and control of 3RPS Parallel Manipulator System
Mechanical Dept Research Project - BITS Pilani
2021
code
/
Research Project with Dr. Ashwin KP at BITS Pilani, Goa. Modeled the dynamics and control of a 3RPS Parallel Manipulator platform. Developed the robot with three linear actuators and an acrylic base.
Analysis and Development of Ad-hoc Drone Networks for Disaster Management
Electrical and Electronics Dept Research Project - BITS Pilani
2021
Research Project with Dr. Sarang Dhongdi at BITS Pilani, Goa. We built a framework for the analysis of ad-hoc networks of aerial vehicles under constrained mobility conditions. This work was developed for robust and reliable exploration of disaster prone areas by teams of aerial vehicles. The framework used NS3 and ROS, and we further emulated the network on Intel boards that can be mounted on real drones.
Quadcopter Trajectory Tracking
Aerodynamics Club, BITS Pilani
2020
Autonomous trajectory tracking with a custom-built drone using PID control. Implemented using ROS and PX4 Autopilot for processing odometry data for position estimation and tracking
A Survey on Efficiency of Multi-Swarm Systems
Embedded System Design Course Project - BITS Pilani
2020
paper
/
For a course project on Embedded Systems Design, we review algorithms used in Multi-Swarm Systems, with a focus on Particle Swarm Optimization techniques. In particular, we present a detailed analysis of algorithms for task allocation, communication and grouping for multi-swarm systems.
6 D-O-F Manipulator Arm for Mars Rover
Mars Rover Team (Kratos) - BITS Pilani
2020
code
/
Development and inverse kinematic control of end-effector for heavy-object manipulation (carrying loads), and precision manipulation tasks (soil sample testing). Also implemented Model Predictive Control of end effector position.
Self-Reconfigurable Modular Robots
Robotics Club - BITS Pilani
2019
Led mechanical design team to design a novel and secure module-locking mechanism in Solidworks for self-reconfiguration of identical modules. Manufactured using Ultimaker 3D Printer.
Density Function Theory Experiments for materials in Semiconductor Devices
Simulating and visualizing properties of Metals (Al, Cu, Ni, Fe and Ag) and Single and Bi-layer Graphene, implemented in Fortran.
Hybrid Round-Robin Process Scheduling Algorithm
Operating Systems Course Project - BITS Pilani
2019
code
/
Development of scheduler optimized for long-
duration processes and high-traffic loads using Shortest Job First with Round-Robin and dynamic quantum times.