Skip to content
View ngupta1024's full-sized avatar
  • Bay Area, CA

Block or report ngupta1024

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. MotionPlanningMotionPlanningPublic

    Implementation of basic motion planning algorithms like A*, weighted A*, Dijkstra, RRT, RRT-connect, RRT* and PRM using data structures like trees, linked lists etc.

    C++ 12 3

  2. BeliefSpacePlanningBeliefSpacePlanningPublic

    Implementation of important belief space planning research papers to progress in my research at Biorobotics Lab, CMU

    MATLAB 2 7

  3. state_estimation_leggedstate_estimation_leggedPublic

    This code is developed using the hebi-api to do state estimation for the hexapod using IMU and encoder measurements.

    Makefile 1

  4. ModernRoboticsCppModernRoboticsCppPublic

    Forked from Le0nX/ModernRoboticsCpp

    Modern Robotics: Mechanics, Planning, and Control C++ Library --- The primary purpose of the provided software is to be easy to read and educational, reinforcing the concepts in the book. The code …

    C++ 1

  5. DSA_cppDSA_cppPublic

    This is the repository which includes a variety of Data structures and their algorithms implemented in C++ with object oriented programming

    C++

  6. FullStackRoboticsFullStackRoboticsPublic

    This project contains libraries to do robotics subtasks like SLAM, planning and controls. It will, in future, include a simulator and integration of all the subtasks to see a system in action. Also…

    C++