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

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  1. MotionPlanning MotionPlanning Public

    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. BeliefSpacePlanning BeliefSpacePlanning Public

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

    MATLAB 2 7

  3. state_estimation_legged state_estimation_legged Public

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

    Makefile 1

  4. ModernRoboticsCpp ModernRoboticsCpp Public

    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_cpp DSA_cpp Public

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

    C++

  6. FullStackRobotics FullStackRobotics Public

    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++