Giter Club home page Giter Club logo

dircon's Introduction

DIRCON

A modern Drake implementation of the DIRCON constrained trajectory optimization algorithm. Currently under construction.

Based off the publication

Michael Posa, Scott Kuindersma, Russ Tedrake. "Optimization and Stabilization of Trajectories for Constrained Dynamical Systems." Proceedings of the International Conference on Robotics and Automation (ICRA), 2016.

Available online at https://posa.seas.upenn.edu/wp-content/uploads/Posa16a.pdf

Two approaches to building the project are recommended. See http://drake.mit.edu/ for instructions on building Drake.

Build Instructions (Bazel)

  • This approah uses a local copy of the Drake source code. See https://github.com/RobotLocomotion/drake-shambhala for other approaches to building against Drake.
  • Download Drake and DIRCON source into the same root directory git clone https://github.com/RobotLocomotion/drake.git
  • Download DIRCON git clone https://github.com/DAIRLab/DIRCON.git
  • Build DIRCON (will build Drake as an external project)
cd DIRCON
bazel build ...

Build Instructions (CMake)

  • Install Drake as a binary
  • Download DIRCON git clone https://github.com/DAIRLab/DIRCON.git
  • Configure Cmake
mkdir build && cd build
cmake -Ddrake_DIR=/opt/drake/lib/cmake/drake ../
  • Build DIRCON
make

dircon's People

Contributors

mposa avatar

Watchers

 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.