Closed minggangw closed 6 years ago
Currently when creating a publisher, we will pass something like "std_msgs/String" as the type of the message. But the type of the message is defined as "std_msgs/msg/String" in ros2.
This patch support both of these two formates.
Fix #72
LGTM!
Tested with some code in the both ROS1 and ROS2 message/interface type format and worked for me!
Currently when creating a publisher, we will pass something like "std_msgs/String" as the type of the message. But the type of the message is defined as "std_msgs/msg/String" in ros2.
This patch support both of these two formates.
Fix #72