Skip to content

weiye6636/manipulation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robot Manipulation

Perception, Planning, and Control

http://manipulation.csail.mit.edu/

To Cite

Russ Tedrake. Robot Manipulation: Perception, Planning, and Control (Course Notes for MIT 6.800/6.843). Downloaded on [date] from http://manipulation.mit.edu/.

Installation

Please follow the installation instructions in drake.html. Make sure that you have done a recursive checkout in this repository, or have run

git submodule update --init --recursive

To Run the Unit Tests

bazel test //...

If you would like to bazel to use a local installation of drake, you can set the DRAKE_INSTALL_DIR environment variable. Otherwise it will look in /opt/drake.

Tips for developers

These are things that I often add to my preamble of the notebook (ever since vs code broke my pythonpath importing)

%load_ext autoreload
%autoreload 2
import sys
sys.path.append('/home/russt/drake-install/lib/python3.6/site-packages')
sys.path.append('/home/russt/manipulation')

About

Course notes for MIT manipulation class

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 48.4%
  • HTML 33.5%
  • Python 17.4%
  • Shell 0.6%
  • Dockerfile 0.1%
  • Perl 0.0%