Calculates and visualises forward and (full-pose) inverse kinematic realised with a genetic algorithm (ga) for URDF models
Project description
Introduction
gaikpy is a pure python approach to solve the inverse kinematics for every URDF modelled robot.
gaikpy solves the inverse kinematics for every URDF based robot model using a genetic algorithm approach. No pretraining is needed. gaikpy is completely realised in python. gaikpy has already integrated the NICO robot, but you can easily extend this with every robot with a URDF model at hand. Just take the URDF and define your chain ( containing the joints you want to use) , calculate the ik and maybe visualize it.
If you use the library in an academic context, you can cite it by citing the paper below. We analysed the ik in a hybrid manipulation context for the NICO robot ( the measured calculation times in the paper are already outdated, gaikpy is much faster now ).
Neuro-Genetic Visuomotor Architecture for Robotic Grasping
Matthias Kerzel, Josua Spisak, Erik Strahl, Stefan Wermter
Artificial Neural Networks and Machine Learning – ICANN 2020, pages 533-545 - 2020.
History and credits
The Neuro Inspired COmpanion ( or NICO ) is the robot we developed at the Knowledge Technology group at the University of Hamburg to fullfill our research needs.
Our philosophy is to have a full python based interface for the NICO ( besides our ROS based interface ), so we searched first for an existing python based ik library. We found ikpy, which is a great software, but was at least at time we started not able to solve the full-pose ik ( but only the position ) for our NICO robot.
As we favour the idea of bioinspired algoritms in our group and one of our former students has developed a genetic based ik approach in C#, we took parts of this concept and adapted this to our python approach, which you see here with gaikpy.
Installation
- Clone the repository with git clone
- Change to the directory - "cd gaikpy"
- Create a python environment - "python3 -m venv env"
- Source your environment - "source ./env/bin/activate"
- Install - "python setup.py develop" or "python setup.py install"
- Run the test - "python setup.py test" You should have no errors ( warnings are fine, the included libraries might throw some)
Build the docs
- cd gaikpy/docs
- make html
- browse at gaikpy/docs/build/html
Usage
Use the gaikpy to solve the full pose ik for you. See the example at ./examples/visualise_NICO.py . It will solve the ik of the NICO robot and visualise the results on the screen. Extend the example for your own needs.
Use other robots
Using other robots is very easy, if you have a URDF model of the robot at hand. Just take the URDF model and list the joints and links of your active chain until the end effector. Just adapt the NICO example ./examples/visualise_NICO.py o see how it works. We will integrate other robots by efault in the future.
License
GNU GENERAL PUBLIC LICENSE Version 3
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file gaikpy-0.3.3.tar.gz
.
File metadata
- Download URL: gaikpy-0.3.3.tar.gz
- Upload date:
- Size: 51.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5f2577b9af31592a565a3b4206946654ba230dde8aa1939bea4dfc0db96f110 |
|
MD5 | 3fabde6f0289ae949cb02d2089728079 |
|
BLAKE2b-256 | ef1d35351f0403d6217586eca9909a2a49a4eb155438a9a95f1f54a2ce945a67 |