Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 858 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 858 Bytes

rody

rody is a robotics library for mathematical modelling of robots using either symbolic or numeric values.

Features

  • Create a mathematical model of an open loop robot
  • Forward kinematics
  • Inverse dynamics
  • Mass matrix and bias force vector

Features to be implemented

  • Denevit-Hartenberg parameters
  • Differential inverse kinematics
  • Forward dynamics
  • ...

Installation

cd rody
pip3 install -e .

Resources