Giter VIP home page Giter VIP logo

18-rss-physicalmanipulation's Introduction

R:SS 2018 paper on Differentiable Physics and Stable Modes for Tool-Use and Manipulation Planning

Contact me if you're interested using Logic-Geometric Programming yourself!

I'm currently developing nicer (user oriented) interfaces to the code, including python bindings. Please register with the "LGP code" mailing list at https://groups.google.com/forum/#!forum/lgp-code or contact me at [email protected] if you're interested being involved, e.g. in testing interfaces and providing feedback how to improve them, or even contributing yourself.

Description

This repository is a supplement to the paper

M. Toussaint, K. R. Allen, K. A. Smith, and J. B. Tenenbaum: Differentiable Physics and Stable Modes for Tool-Use and Manipulation Planning. In Proceedings of Robotics: Science and Systems (R:SS), 2018.

Please also see the supplementary video to get an impression on the method.

The repository checks out the original commit 18-RSS tag (as submodule) and allows you to reproduce the experiments. Please see the notes at the end on ongoing developments of the core RAI code, including simpler interfaces for others to use these methods.

Quick Start

On Ubuntu 16.04, and assuming you have ssh authorization with github:

git clone --recurse-submodules [email protected]:MarcToussaint/18-RSS-PhysicalManipulation.git
cd 18-RSS-PhysicalManipulation

sudo apt-get install  graphviz graphviz-dev # is missing below (LATER FIX)
make -j1 initUbuntuPackages  # calls sudo apt-get install; you can always interrupt
cd demo; make; ./x.exe       # run the demo

If you don't have ssh authorization, try

git clone https://github.com/MarcToussaint/18-RSS-PhysicalManipulation.git
cd 18-RSS-PhysicalManipulation

git config --file=.gitmodules submodule.rai.url https://github.com/MarcToussaint/rai.git
git config --file=.gitmodules submodule.rai-robotModels.url https://github.com/MarcToussaint/rai-robotModels.git

git submodule init
git submodule update

sudo apt-get install  graphviz graphviz-dev # is missing below (LATER FIX)
make -j1 initUbuntuPackages  # calls sudo apt-get install; you can always interrupt
cd demo; make; ./x.exe       # run the demo

If you need to run in a docker, please have a look at the docker setup I use to test RAI. A slight modification of the Dockerfile and run scripts should allow you to setup the appropriate environment also for this repo, including X.

Ongoing development

This repo is meant as a snapshot that documents the RSS paper's experiments. Since then, the RAI code and LGP method continuously developed, both to provide cleaner interfaces to collaborators, and in terms of extending the method. Development is mostly going on driven by the python bindings - see https://github.com/MarcToussaint/rai-python .

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.