Skip to content

Update the Log.msg constant types.#161

Merged
clalancette merged 1 commit intorollingfrom
clalancette/update-log-constant-types
Sep 6, 2023
Merged

Update the Log.msg constant types.#161
clalancette merged 1 commit intorollingfrom
clalancette/update-log-constant-types

Conversation

@clalancette
Copy link
Copy Markdown
Contributor

These should be uint8 to match the type of the level field below, which is also uint8. This will allow us to assign them without error when using Python.

This will fix #158

These should be uint8 to match the type of the level
field below, which is also uint8.  This will allow
us to assign them without error when using Python.

Signed-off-by: Chris Lalancette <clalancette@gmail.com>
@clalancette clalancette requested a review from gbiggs as a code owner September 5, 2023 17:24
@clalancette
Copy link
Copy Markdown
Contributor Author

CI:

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

@clalancette clalancette merged commit b5339e6 into rolling Sep 6, 2023
@clalancette clalancette deleted the clalancette/update-log-constant-types branch September 6, 2023 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

rcl_interfaces Log message level field does not match type of constants

2 participants