Giter VIP home page Giter VIP logo

path-adaptor's Introduction

PATH ADAPTOR

Path adaptor is a basic CHOMP implementation for differential drive mobile robots. It adapts an initial path to avoid obstacles. This implementation is based on source code from trychomp

Build and Run GUI:

You need CMake, Eigen v3, and GTK+ v2.

git clone https://github.com/rafaelvalencia/path-adaptor.git
mkdir path-adaptor/build
cd path-adaptor/build
cmake ..
make
./demoSE2

Basic Class Usage:

  • Declare a CHOMP object (CHOMP_SE2 or CHOMP) with your selected parameters (passed as arguments in constructor).
  • Initialize a path, a starting pose and an ending pose. E.g. use 'setPath' to set any given initial path (e.g. computed with a global path planner), 'initStraightLinePath' for a straight line or 'initStackedPath' for a path with all poses stacked at the initial pose.
  • Set obstacles with 'setObstacles' (add more with 'addObstacle', obstacles are defined as circles).
  • Run CHOMP with 'generatePath' or run a single iteration with 'chompIteration' (you need an initialized path for this step).

This is based on the Covariant Hamiltonian Optimization for Motion Planning CHOMP.

path-adaptor's People

Watchers

James Cloos avatar

Forkers

jdr-neu

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.