-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
Bug report
Required Info:
- Operating System: Ubuntu 22.04
- Installation type: binary
- Version or commit hash: 0.15.0
- DDS implementation: cyclonedds
- Client library (if applicable): rclpy
Steps to reproduce issue
- Define a message with a float field
- Try to assign an integer to the field.
Expected behavior
The integer should be automatically casted to a float.
Actual behavior
You manually have to cast the integer to float, otherwise you get the error message AssertionError: The 'x' field must be of type 'float
.
sloretz, TonyWelte, martinerk0, EsipovPA and lights0123
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed