Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 300 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 300 Bytes

rigid-body-dynamics

A simple implementation of the algorithms in Roy Featherstone's "Rigid Body Dynamics" textbook.

Installation

Install Prerequisites

Install Eigen 3.3. E.g. on OSX brew install eigen.

Create the build direcory and build.

mkdir build
cd build
cmake ../src
make