Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 862 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 862 Bytes

RigidBodyDynamics.jl examples

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:

  1. install RigidBodyDynamics.jl
  2. install IJulia (add it to the default project)
  3. in the Julia REPL, run
    using Pkg
    Pkg.build("RigidBodyDynamics")
    using IJulia, RigidBodyDynamics
    notebook(dir=joinpath(dirname(pathof(RigidBodyDynamics)), "..", "examples"))