Skip to content

pvarin/rigid-body-dynamics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published