ros2 / ros1_bridge

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

No template specialization for the pair #394

Closed mertbacaksiz closed 1 year ago

mertbacaksiz commented 1 year ago

I use neotic as Ros1 and galactic as Ros2. I created a publisher from the example_interface package. And I want to subscribe it with Ros1 std_msgs package. But the error I get is as follows: with ROS 2 type 'example_interfaces/msg/Float64' and ROS 1 type '': No template specialization for the pair. Can you help me ?

Screenshot from 2023-01-29 21-41-30

Ogunniran commented 1 year ago

Seems it was not built properly, or maybe your workspace was not properly source, maybe you could rebuild based on the README instruction and source your bridge ws before running the script.

mertbacaksiz commented 1 year ago

Seems it was not built properly, or maybe your workspace was not properly source, maybe you could rebuild based on the README instruction and source your bridge ws before running the script.

I solved it by directly installing noetic own package. Thank you.