Package Summary
Tags | No category tags. |
Version | 1.2.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/rosidl.git |
VCS Type | git |
VCS Version | foxy |
Last Updated | 2020-12-08 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
API and scripts to parse .msg/.srv/.action files and convert them to .idl.
Additional Links
No additional links.
Maintainers
- Dirk Thomas
Authors
No additional authors.
README
No README found.
See repository README.
CHANGELOG
Changelog for package rosidl_adapter
1.2.0 (2020-12-08)
1.1.0 (2020-08-17)
- Refactor regex for valid package/field names (#508)
- Add pytest.ini so tests succeed locally (#502)
- Contributors: Chris Lalancette, Dirk Thomas
1.0.1 (2020-06-03)
1.0.0 (2020-05-22)
0.9.2 (2020-05-19)
0.9.1 (2020-05-08)
0.9.0 (2020-04-24)
- Use f-string (#436)
- Contributors: Dirk Thomas
0.8.2 (2020-01-17)
0.8.1 (2019-10-23)
0.8.0 (2019-09-24)
- Improve parser error messages (#415)
- support adjacent string literals, use them for multi-line comments (#410)
- avoid zero length comment when the comment only contains a unit (#411)
- use latin-1 encoding when reading/writing .idl files, prepend BOM to generated C/C++ files when necessary (#391)
- fix error msg asserts due to change in pytest (#393)
- open interface files with utf-8 encoding (#390)
- Contributors: Dirk Thomas, Jacob Perron, William Woodall
Wiki Tutorials
See ROS Wiki Tutorials for more details.
Source Tutorials
Not currently indexed.
Package Dependencies
Deps | Name | |
---|---|---|
1 | ament_cmake | |
1 | ament_cmake_pytest | |
1 | ament_lint_common | |
1 | ament_lint_auto |
System Dependencies
Name |
---|
python3-empy |
Dependant Packages
Name | Repo | Deps |
---|---|---|
rosidl_cmake | github-ros2-rosidl | |
rosidl_parser | github-ros2-rosidl |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged rosidl_adapter at answers.ros.org
Package Summary
Tags | No category tags. |
Version | 0.7.10 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/rosidl.git |
VCS Type | git |
VCS Version | dashing |
Last Updated | 2020-11-24 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
API and scripts to parse .msg/.srv/.action files and convert them to .idl.
Additional Links
No additional links.
Maintainers
- Dirk Thomas
Authors
No additional authors.
README
No README found.
No README in repository either.
CHANGELOG
No CHANGELOG found.
Wiki Tutorials
See ROS Wiki Tutorials for more details.
Source Tutorials
Not currently indexed.
Package Dependencies
Deps | Name | |
---|---|---|
1 | ament_cmake | |
1 | ament_cmake_pytest | |
1 | ament_lint_common | |
1 | ament_lint_auto |
System Dependencies
Name |
---|
python3-empy |
Dependant Packages
Name | Repo | Deps |
---|---|---|
rosidl_cmake | github-ros2-rosidl | |
rosidl_parser | github-ros2-rosidl |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged rosidl_adapter at answers.ros.org
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. 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 ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
Package Summary
Tags | No category tags. |
Version | 0.6.3 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/rosidl.git |
VCS Type | git |
VCS Version | crystal |
Last Updated | 2019-02-08 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
API and scripts to parse .msg/.srv/.action files and convert them to .idl.
Additional Links
No additional links.
Maintainers
- Dirk Thomas
Authors
No additional authors.
README
No README found.
No README in repository either.
CHANGELOG
No CHANGELOG found.
Wiki Tutorials
See ROS Wiki Tutorials for more details.
Source Tutorials
Not currently indexed.
Package Dependencies
Deps | Name | |
---|---|---|
1 | ament_cmake | |
1 | ament_cmake_pytest | |
1 | ament_lint_common | |
1 | ament_lint_auto |
System Dependencies
Name |
---|
python3-empy |
Dependant Packages
Name | Repo | Deps |
---|---|---|
rosidl_parser | github-ros2-rosidl |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged rosidl_adapter at answers.ros.org
Package Summary
Tags | No category tags. |
Version | 0.8.3 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/rosidl.git |
VCS Type | git |
VCS Version | eloquent |
Last Updated | 2020-12-04 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
API and scripts to parse .msg/.srv/.action files and convert them to .idl.
Additional Links
No additional links.
Maintainers
- Dirk Thomas
Authors
No additional authors.
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package rosidl_adapter
0.8.3 (2020-12-04)
0.8.2 (2020-01-17)
0.8.1 (2019-10-23)
0.8.0 (2019-09-24)
- Improve parser error messages (#415)
- support adjacent string literals, use them for multi-line comments (#410)
- avoid zero length comment when the comment only contains a unit (#411)
- use latin-1 encoding when reading/writing .idl files, prepend BOM to generated C/C++ files when necessary (#391)
- fix error msg asserts due to change in pytest (#393)
- open interface files with utf-8 encoding (#390)
- Contributors: Dirk Thomas, Jacob Perron, William Woodall
Wiki Tutorials
See ROS Wiki Tutorials for more details.
Source Tutorials
Not currently indexed.
Package Dependencies
Deps | Name | |
---|---|---|
1 | ament_cmake | |
1 | ament_cmake_pytest | |
1 | ament_lint_common | |
1 | ament_lint_auto |
System Dependencies
Name |
---|
python3-empy |
Dependant Packages
Name | Repo | Deps |
---|---|---|
rosidl_cmake | github-ros2-rosidl | |
rosidl_parser | github-ros2-rosidl |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged rosidl_adapter at answers.ros.org
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.