Code Monkey home page Code Monkey logo

wafr2016's Introduction

A Linear-Time Variational Integrator for Multibody Systems

Build Status

⚠️ This repository is under development. There is still room for improvement in terms of API design or code optimization. Also, the quantitative of the performance tests can be different from the paper, but the qualitative performance is the same.

This repository contains the algorithms introduced by "A Linear-Time Variational Integrator for Multibody Systems" and several state-of-art algorithms that are implemented on top of DART v6.0.0.

Implemented Algorithms

  • Root finding algorithms to solve the DEL equation
    • Newton's method
    • Secant method
    • Broyden method (used GSL)
    • Recursive Impluse-based Quasi-Newton (RIQN) method [1]
  • Recusive algorithms to evaluate the DEL equation
    • Scalable Variational Integrator (SVI) [2]
    • Discrete Recursive Newton-Euler Algorithm (DRNEA) [1]

Results

TODO

How to Build

On Ubuntu

Install Dependencies

$ sudo apt install cmake libassimp-dev libboost-all-dev libccd-dev libeigen3-dev libfcl-dev freeglut3-dev libxi-dev libxmu-dev libflann-dev libnlopt-dev libtinyxml-dev libtinyxml2-dev liburdfdom-dev liburdfdom-headers-dev libopenscenegraph-dev libgsl0-dev

Build

$ cd <wafr2016_root_dir>
$ mkdir build
$ cd build
$ cmake .. -DCMAKE_BUILD_TYPE=Release
$ make -j experiments examples

Running Example

$ cd <wafr2016_root_dir>/build/bin
$ ./dm_passivePendulum

Running Experiments

$ cd <wafr2016_root_dir>/build/bin
$ ./energy_conservation
$ ./convergence
$ ./iteration_numbers
$ ./performance_comparisons

References

[1] Jeongseok Lee, C. Karen Liu, Frank C. Park, and Siddhartha S. Srinivasa, “A Linear-Time Variational Integrator for Multibody Systems,” in the International Workshop on the Algorithmic Foundations of Robotics, 2016 (accepted) [arXiv]

[2] Elliot R. Johnson, Todd D. Murphey, "Scalable variational integrators for constrained mechanical systems in generalized coordinates," IEEE Transactions on Robotics, 25(6) (2009) 1249-1261

wafr2016's People

Contributors

jslee02 avatar

Watchers

James Cloos avatar  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.