I'm an Masters in Electrical and Computer Engineering Student at Carnegie Mellon University. I work with Prof. Guanya Shi at the LeCAR Lab. My current work is on reducing the sim2real gap of legged robots using real2sim techniques.
I received my Bachelors in Electrical Engineering from IIT Madras during which I interned as a Robotics Intern at DiFACTO Robotics and Automation focusing on navigation and recovery of in house AMR. I also worked as a Research Intern at Dynamic Robotics and Control Laboratory under the guidance of Prof. Quan Nguyen on Model-based oracle using preview control to guide a Reinforcement Learning policy for Agile Bipedal Locomotion.
Prior to this I worked with Prof. Bharath Bhikkaji on synchronised control of mutliple Crazyflie Quadrotors to track a given trajectory,
and on my Bachelor Thesis on Multi-agent RL based control guided by a reach-avoid model to solve a 3D pursuit-evasion-target scenario.
Apart from this I was part of Team Anveshak ,a student run Mars Rover Team of IIT Madras which participates in University Rover Challenge at Mars Research Desert Station,Utah and worked as an Embedded Systems and Control Engineer, later getting promoted as Team lead for the period July 2022-February 2023.
I am interested in Model-based Optimal Control, Reinforcement Learning and Motion planning with specific focus on legged and space robotics. I am also open to explore locomanipulation and multi-agent control.
Publications
OGMP: Oracle Guided Multimodal Policies for Agile and Versatile Robot Control
Lokesh Rajan,
Nikhil Sobanbabu,
Quan Nguyen,
Coordinated autonomous control of multi-agent quadrotors in a regular polygon formation with varied orientations using the in-built mellinger controller.
Receding-Horizon mode planner for mode planning against perturbations
Nikhil Sobanbabu, Lokesh Krishna
Planner chooser behaviours encoded as latent modes using monte-carlo roll outs to be robust against perturbations generating emergent transitions between modes/behaviors.
Multi-agent Game Theoretic Framwork for Target-Attacker-Defender game
Nikhil Sobanbabu, Shivendra Verma
Simulation environment for the single attacker, singe target, multiple defender pursuit evation differntial game.
Course Projects
Swing-up and Stabilisation of inverted pendulum.
Course EE6415 Non-Linear System Analysis
Swing-up is done using a control from an energy based Lyapunov function. After a reaching an appropriate angle, pole-placement based stabilisation kicks in.
Motion planning for a KUKA mobile Manipulator
Course ED5215 Intro to Motion Planning Nikhil Sobanbabu, Balaji R, Kanishkan M S
Problem Statement: Optimal pick and place of multiple objects to a given destination with payload constraints for the mobile manipulator.
Solution: Dijkstra+Modified TSP for navigation. RRT* for manipulation.