ros2 / rcl_interfaces

A repository for messages and services used by the ROS client libraries
Apache License 2.0
40 stars 43 forks source link

Update the Log.msg constant types. #161

Closed clalancette closed 1 year ago

clalancette commented 1 year ago

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

clalancette commented 1 year ago

CI: