Algorithms for Walking, Running, Swimming, Flying, and Manipulation
Follow the installation instructions in http://underactuated.mit.edu/drake.html
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.
Boilerplate on hypothes.is etiquette: For typos and small corrections, please remove your comment once it has been addressed.
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
.
Please see the relevant Drake documentation.
-
Where to get help: Stack Overflow
-
Where to file issues: GitHub Issues
-
Maintained by: Russ Tedrake
-
Supported architectures:
amd64
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.