Three diferent methods are used to solve the inverse kinematics:
- Jacobian pseudo transpose
- Jacobian transpose
- Jacobian pseudo transpose + null-space
- Download the repository
- Install the required libraries defined in requeriments.txt
- Run the main file providing the solving method (
-m, --method):
- p -> Pseudo transpose
- t -> Transpose
- n -> Null space (Default)
E.g.
python3 main.p -m p
