No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
Repository Summary
Description | |
Checkout URI | https://github.com/rospypi/rosidl_generator_mypy.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-09-16 |
Dev Status | UNKNOWN |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
rosidl_generator_mypy | 0.1.0 |
README
rosidl_generator_mypy
Stub files generator for the ROS2 interfaces in Python
Installation
``` {.sourceCode .sh} cd your_workspace/src git clone https://github.com/rospypi/rosidl_generator_mypy.git
Usage
-----
Add `rosidl_generator_mypy` to your `CMakeLists.txt`. This package will
be registered as a `rosidl_generate_idl_interfaces` extension so that
`rosidl` automatically find and call this library when
`rosidl_generate_interfaces` is called.
Also, keep in mind that your package should have the build dependency
for `rosidl_generator_mypy` in `package.xml` to make sure that the build
tool finishes the build of `rosidl_generator_mypy` before building your
package.
Examples:
-
CMakeLists.txt
:
``` {.sourceCode .cmake}
find_package(rosidl_generator_mypy REQUIRED)
-
- package.xml
-
``` {.sourceCode .xml}
rosidl_generator_mypy
```
CONTRIBUTING
No CONTRIBUTING.md found.
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.