Code Monkey home page Code Monkey logo

director's Introduction

Director

This README describes how to download and build the Director source code and how to satisfy 3rd party dependencies.

The Director is a robotics interface and visualization framework.

It includes applications for working with Drake, and includes the primary user interface used by Team MIT in the DARPA Robotics Challenge.

Team MIT DRC day-1 visualization

The Director is a collection of C++ and Python libraries and applications. Many components from this repository are usable out-of-the-box, but some require additional components from the greater MIT DRC codebase.

As of this writing, the software is tested on Ubuntu 14.04 and 16.04, and MacOSX 10.11. The build should work on Microsoft Windows with MSVC but it is not continuously tested. In theory it can run on any platform where VTK and Qt are supported.

The source code is stored in a Git repository. To download the source code you may need to first install Git on your system. On Mac, we recommend using Homebrew. On Windows, download the official git package from https://git-scm.com

Download the repository with the git clone command:

git clone https://github.com/RobotLocomotion/director.git

The required 3rd party dependencies are:

  • Qt4 or Qt5 (Qt 4.8.7 recommended)
  • VTK 6.2+ (VTK 7.1.1 recommended)
  • Python 2.7 and NumPy

Additionally, you will need CMake 2.8 or greater to configure the source code.

The dependencies can be installed on Mac using Homebrew:

brew tap patmarion/director && brew tap-pin patmarion/director
brew install cmake glib libyaml numpy python scipy vtk7
pip2 install lxml PyYAML

The dependencies can be installed on Ubuntu using apt-get:

sudo apt-get install build-essential cmake libglib2.0-dev libqt4-dev \
  libx11-dev libxext-dev libxt-dev python-dev python-lxml python-numpy \
  python-scipy python-yaml

On Ubuntu the build does not require VTK to be installed. A compatible version of VTK will be downloaded (precompiled binaries) at build time.

make superbuild

This is an alias for:

mkdir build && cd build
cmake ../distro/superbuild
make

A preliminary Online Help for the Director (currently in preparation) can be found here.

If you wish to cite the director, please use:

@misc{director,
  author = "Pat Marion",
  title = "Director: A robotics interface and visualization framework",
  year = 2015,
  url = "http://github.com/RobotLocomotion/director"
}

director's People

Contributors

patmarion avatar rdeits avatar avalenzu avatar wxmerkt avatar manuelli avatar mauricefallon avatar gizatt avatar marcocar avatar mdicicco avatar mattantone avatar kuindersma avatar simalpha avatar psiorx avatar cdarpino avatar peterkty avatar amcastro-tri avatar yimingyanged avatar mwoehlke-kitware avatar drcbot avatar sammy-tri avatar tkoolen avatar iamwolf avatar ericcousineau-tri avatar sankhesh avatar raluca-scona avatar edbot avatar steinachim avatar david-german-tri avatar edowson avatar russtedrake avatar

Watchers

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