|
moveit2
The MoveIt Motion Planning Framework for ROS 2.
|

Directories | |
| policies | |
| servo_client | |
Files | |
| __init__.py | |
| utils.py | |
What is a stub?
For this project we leverage (stubgen)[https://mypy.readthedocs.io/en/stable/stubgen.html] from the (mypy)[https://mypy.readthedocs.io/en/stable/index.html] Python package to autogenerate stub files. To do so we simply build the moveit_py Python library and run the following command from an environment containing the built package:
This outputs the outgenerated stub files to an out directory. These are the stub files we use.
Note: manual edits are likely to be made to the autogenerated files for official library releases.](https://mypy.readthedocs.io/en/stable/index.html)