Skip to content

sdu_modeling is a Python library for robot modeling and estimation of inertial parameters. The library is developed and maintained by the SDU Robotics group at University of Southern Denmark (SDU).

License

Notifications You must be signed in to change notification settings

SDU-Robotics/sdu_modeling

Repository files navigation

License: MIT GitHub Workflow Status Documentation Status    

sdu_modeling

sdu_modeling is a Python library for robot modeling and estimation of inertial parameters. The library is developed and maintained by the SDU Robotics group at University of Southern Denmark (SDU).

Installation

The Python package sdu_modeling can be installed from PyPI:

python -m pip install sdu_modeling

Development installation

If you want to contribute to the development of sdu_modeling, we recommend the following editable installation from this repository:

git clone git@github.com:SDU-Robotics/sdu_modeling.git
cd sdu_modeling
python -m pip install --editable .[tests]

Having done so, the test suite can be run using pytest:

python -m pytest

Build docs

Make sure dependencies for the docs are installed. Otherwise install with:

pip install .[docs]

now build the documentation with:

cd docs
make html

About

sdu_modeling is a Python library for robot modeling and estimation of inertial parameters. The library is developed and maintained by the SDU Robotics group at University of Southern Denmark (SDU).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages