You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use ros1_bridge with custom message types. I had one specific value that was an int32 in ROS1 but a string in ROS2 (it was predefined, not my decision), resulting in an error when building ros1_bridge.
Is it possible to directly implement a data type conversion via rosbridge for such cases?
The text was updated successfully, but these errors were encountered:
I tried to use ros1_bridge with custom message types. I had one specific value that was an
int32
in ROS1 but astring
in ROS2 (it was predefined, not my decision), resulting in an error when building ros1_bridge.Is it possible to directly implement a data type conversion via rosbridge for such cases?
The text was updated successfully, but these errors were encountered: