/underactuated

The course text for MIT 6.832 (and 6.832x on edX)

Primary LanguageHTMLOtherNOASSERTION

Underactuated Robotics

Algorithms for Walking, Running, Swimming, Flying, and Manipulation

http://underactuated.mit.edu/

Binder CI Docker Build

Follow the installation instructions in http://underactuated.mit.edu/drake.html

To view the text locally

Make sure to initialize the submodules:

git submodule update --init --recursive

The textbook should then be viewable by opening underactuated.html in your browser.

You'll need to run a local webserver for the code includes (via ajax) to work. I used the instructions at https://websitebeaver.com/set-up-localhost-on-macos-high-sierra-apache-mysql-and-php-7-with-sslhttps and just pointed by root doc directory directly at my underactuated checkout.

To run the linters and 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.

To get experimental Drake binaries

Please see the relevant Drake documentation.

Additional information for Docker Hub users

Supported tags and respective Dockerfile links

Quick reference

License

View license information for the software contained in this image.

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).

As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.