• Stars
    star
    301
  • Rank 135,403 (Top 3 %)
  • Language
    C++
  • Created about 7 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Sampling based rewiring approaches to solve motion planning problems for a robot with dynamic obstacles

RealTimePathPlanning

Sampling based rewiring approaches to solve real-time path planning problems for a holonomic robot under the presence of dynamic obstacles

Final Simulation Result

Installation Instructions

The exisiting codebase has a dependency on OpenFrameworks - an open source C++ toolkit for GUI and experimentation. The current implementation works well with VS2015. Make sure you install VS2015 and install OpenFrameworks plugin for Visual Studio by following the steps documented here. Once installed, follow these further steps -

  1. Download the OpenFrameworks binaries for windows from here
  2. Create a OpenFrameworks based project in Visual Studio. Point to the path where OpenFrameworks was installed in step 1. Make sure you tick 'ofxGUI' addon while creating the project
  3. Clone this repository and copy the code in the src. Add these items using 'Add Existing Item' option in Visual Studio
  4. Build the Solution.
  5. Run the ofApp.cpp application

Live Demonstration

The demonstration is available at this YouTube link

More Repositories

1

SimpleRobotArmGrasping

This Repository is for simulating a simple grasping behaviour using visual feedback
C++
23
star
2

DynamicModelling6DOFManipulator

The aim of this project is to obtain permissible torques for the maximum payload of the ABB Robotics - IRB-140 manipulator using Inverse Dynamics and validate the developed framework by verifying the resulting torques with that observed in the SimMechanics model
MATLAB
9
star
3

ImageStitching

Code in OpenCV to perfrorm Image Stitching/mosaicing on Input Images
C++
6
star
4

RoboticsPerception

Projects in Robotics Perception for ENPM673 at University of Maryland
MATLAB
5
star
5

TrafficSignRecognition

This project will make an attempt to effectively recognize and classify traffic signs from a real-world data set
MATLAB
3
star
6

ariac_project

The project consist of our implementation of different attempts for the 2017 ariac competition
C++
3
star
7

GantryCraneController

Application of LQR and LQG techniques to obtain a suitable response with an optimal input for a gantry crane modelled with two suspended masses.
MATLAB
3
star
8

AerialRobotics

This repository consist of the projects that were undertaken as part of the course CMSC828T at University of Maryland
MATLAB
2
star
9

TurtleBotSLAM

Implement 2D SLAM running on a TurtleBot
C++
1
star
10

LaneDetection

Lane Detection for a Self-Driving Car
MATLAB
1
star
11

RobotLocalizationTutorial

Localization Demonstration Using Jupyter notebook
Jupyter Notebook
1
star
12

weightedAstarAlgorithm

An implementation of weighted Astar algorithm in Python
Python
1
star
13

AutonomousDentalCleaning

This is a project to identify and remove plaque using computer vision techniques and a Robotic Manipulator
C
1
star
14

ARTagDetectionQuadrotor

This project identifies the tag id from a series of frames taken from a drone attached camera. Also, using homography camera pose is estimated to project a virtual cube
MATLAB
1
star