Giter Site home page Giter Site logo

dynoplan's Introduction

Dynoplan ๐Ÿฆ–

The first version kinodynamic-motion-planning-benchmark is now deprecated.

Robots and Problem Description

Kinodynamic motion planning problem are defined in Dynobench

How to use

we provide several exectuables and libraries for different different use cases

Testing

Check the tests to learn how to use the code!

Planners

  • Trajectory Optimization (Several Algorithms on top of Differential Dynamic Programming (Croccoddyl))
  • RRT*-TO (Geometric Planner RRT* (OMPL) + Trajectory Optimzation)
  • iDb-A* (Iterative disccontinuity bounded search and Trajecgory Optimization)
  • SST* (Stable Sparse Tree (OMPL))
  • Dbrrt, AO-dbrrt and DBrrtConnect, DB-SST* (coming soon!)

Building

You can check the Github CI cmake.yml to see how to compile the project in latest ubuntu (For ubuntu 20.04, we experienced some issues with g++-9, but clang-13 is fine.)

Dependencies:

  • Boost
  • fcl (0.7)
  • yaml-cpp
  • Eigen3
  • Crocoddyl (1.8)
  • OMPL (1.6)

We need OMPL 1.6 for planners RRT + TO and SST. We recommend to install OMPL in a local directory with -DCMAKE_INSTALL_PREFIX, and use -DCMAKE_PREFIX_PATH here

Motion Primitives

You will find a small set of motion primitives for each system in dynobench. I you want more primitives, e.g. to run our planner, use wget ...

Benchmark

Results of the benchmark in TRO are in folder XX. To replicate the results, use branch XX and run the script :

Benchmark between planners

python3

Study of heuristic functions

python3

Study of strategy for trajectoy optimization with free terminal time

python3

Citing

If you use or work for academic research, please cite:

COOL TRO paper
@online{hoenigDbADiscontinuityboundedSearch2022,
  title = {Db-A*: Discontinuity-Bounded Search for Kinodynamic Mobile Robot Motion Planning},
  author = {Hoenig, Wolfgang and Ortiz-Haro, Joaquim and Toussaint, Marc},
  year = {2022},
  eprint = {2203.11108},
  eprinttype = {arxiv},
  url = {http://arxiv.org/abs/2203.11108},
  archiveprefix = {arXiv}
}

dynoplan's People

Contributors

khaledwahba1994 avatar quimortiz avatar

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.