Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 800 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 800 Bytes

Symrobotics

About the project

This is a convenient piece of software I wrote during my time at the ALTAIR Robotics Laboratory. It computes the most common matrices used in robotics such as the Forward Kinematics and Analytical/Geometric Jacobians in symbolic forms while also allowing numerical substitution.

DISCLAIMER: if you intend to do any serious work, you are probably better off by using the excellent Robotics Toolbox for Python by Peter Corke.

Getting started

Installation

  1. Clone the repo
    git clone https://github.com/matteomeneghetti/symrobotics
    
  2. Run the install script
    python3 setup.py install
    

Usage

Minimal use cases are provided in the examples directory.