ros2 / ros1_bridge

ROS 2 package that provides bidirectional communication between ROS 1 and ROS 2
Apache License 2.0
421 stars 274 forks source link

Data Type conversion directly #419

Open talhassj28 opened 9 months ago

talhassj28 commented 9 months ago

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?