orocos_kinematics_dynamics icon indicating copy to clipboard operation
orocos_kinematics_dynamics copied to clipboard

We have Python type stub file (*.pyi) for PyKDL

Open mikolajz opened this issue 4 years ago • 4 comments

Hi, To be able to run type checks on our code using PyKDL, we have created a pyi file for PyKDL. This allows mypy to check if we are using it correctly (and makes IDEs like PyCharm autocomplete methods for PyKDL objects). Do you want to include it in your package?

The file is attached, so that you can have a look: PyKDL.zip

mikolajz avatar Apr 15 '20 16:04 mikolajz