RigidBodyDynamics.jl examples
May 28, 2019 ยท View on GitHub
This directory contains various RigidBodyDynamics.jl usage examples.
The .jl files in each subdirectory are meant to be processed using Literate.jl.
During the documentation build process, the .jl files are converted to markdown
files that end up in the package documentation.
You can also generate Jupyter notebooks and run them locally by performing the following steps:
- install RigidBodyDynamics.jl
- install IJulia (
addit to the default project) - in the Julia REPL, run
using Pkg Pkg.build("RigidBodyDynamics") using IJulia, RigidBodyDynamics notebook(dir=joinpath(dirname(pathof(RigidBodyDynamics)), "..", "examples"))