• Projects

    Recent Work

    Apr 4, 2022 | Perception for Autonomous Robots | Python, OpenCV

    Curved Lane Detection

    Lane and curvature radius detection using custom computer vision pipeline. No major functions from the OpenCV library are used.

    Apr 4, 2022 | Perception for Autonomous Robots | Python, OpenCV

    Lane Detection

    Lane Detection using the method of finding contours.

    Apr 4, 2022 | Perception for Autonomous Robots | Python, OpenCV

    Lane Detection

    Lane Detection using the method of finding hough lines.

    Mar 7, 2022 | Perception for Autonomous Robots | Python, OpenCV

    Cube Projection on AR Code

    Detected the AR Code from the given video and projected a cube on each frame. No major inbuilt functions are used to solve the problem.

    Apr 22, 2022 | Autonomous Robotics | Python, Perception, Control

    Colored block tracker and picker

    Detected green colored block from an environment containing other colored blocks. The block is then picked from its place and placed at a distance.

    Mar 7, 2022 | Perception for Autonomous Robots | Python, OpenCV

    Projection of Testudo on AR Code

    Detected the AR Code and projected the Testudo image on the AR Code without loosing its pose. Minimal inbuilt functions are used.

    Apr 15, 2022 | Autonomous Robotics | Python, Localization, Control

    Robot Motion in Rectangular Plot

    The performance of the self designed robot is analyzed by using different techniques (IMU and Encoder count) to find the angle of rotation and the distance travelled.

    Jan 10, 2021 | Omni Wheel Robot | Python, Perception, Control, Jetson Nano

    Autonomous Bottle Follower

    This project is developed as part of my work at Teleparadigm Networks, Hyderabad.

    Oct 30, 2021 | Introduction to Robot Modelling | Python, ROS, SolidWorks, URDF, Gazebo, RViz

    Teleoperation of A Toy Car

    Designed a toy car using SolidWorks and exported the design to URDF for simulation using Gazebo. The toy car is controlled using teleop. The lidar is integrated on top of the designed car for obstacle detection.

    Dec 10, 2021 | Robot Modelling | Python, ROS, SolidWorks, Gazebo, RViz

    SPOT Inspired Four Legged Robot

    This project is inspired from the Boston Dynamics SPOT Robot. The robot is designed using SolidWorks and it's URDF file is generated for simulation. To improve the mobility on a flat terrain, the robot is designed with wheels for each leg.

    Dec 14, 2021 | Robot Programming | C++, ROS, Gazebo, RViz

    Simplified Urban Search and Rescue Operation

    Simulation of the search and rescue operation using two turtlebots with ArUco markers as identifiers. Firstly, one turtlebot searches in the generated pgm map with given possible coordinates and finds the pose and position of the identified markers. Once the search operation finishes, the resue bot then goes to the identified markers in order of the ArUco IDs.