"Light-weight implementation of forward kinematics using casadi."
Project description
Installation
This package provides a forward kinematics for simple robots as symbolic functions using casadi. This allows the usage in model predictive control schemes and other trajectory optimization methods.
pip3 install forwardkinematics
Install in editable mode
If you want to install as an editable without the usage of an virtual environment, you
must create a setup.py first.
This can be done using poetry2setup (pip install poetry2setup
)
Then you can run
poetry2setup > setup.py
mv pyproject.toml pyproject.toml_BACKUP
pip3 install -e .
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for forwardkinematics-1.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8dc803aa48db1b5cfa53827ca89e0a6b3506c9e128993d0995bbb0fa969f7419 |
|
MD5 | d39e87e76ffcf13c926ab4e68d54edee |
|
BLAKE2b-256 | 00640a45a8ffd671ee2ed5f9bf6bab428aae915b984096e8438b375d49c6927a |