Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable tests for 'char' type fields #91

Merged
merged 2 commits into from Oct 7, 2019
Merged

Conversation

jacobperron
Copy link
Member

For legacy interfaces (ie. .msg, .srv, and .action), the 'char' is mapped to a 'uint8' type.

Resolves #90

For legacy interfaces (ie. .msg, .srv, and .action), the 'char' is mapped to a 'uint8' type.

Signed-off-by: Jacob Perron <jacob@openrobotics.org>
@jacobperron
Copy link
Member Author

Up to rosidl_generator_py:

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

@jacobperron jacobperron added the enhancement New feature or request label Oct 5, 2019
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
@jacobperron
Copy link
Member Author

@ros-pull-request-builder retest this please

@jacobperron jacobperron merged commit 50afb33 into master Oct 7, 2019
@delete-merged-branch delete-merged-branch bot deleted the jacob/enable_char_tests branch October 7, 2019 23:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

char IDL type translated to Python int
2 participants