ROS1's get_published_topics returned [[str, str]], but ROS2's get_topic_names_and_types returns a List[Tuple[str, List[str]]]. As we don't support multiple types per topic, this PR adds a warning message and maintains the original type subscribed.
Useful links (GitHub issues, JIRA tickets, forum threads, etc.)
Proposed change(s)
ROS1's
get_published_topics
returned[[str, str]]
, but ROS2'sget_topic_names_and_types
returns aList[Tuple[str, List[str]]]
. As we don't support multiple types per topic, this PR adds a warning message and maintains the original type subscribed.Useful links (GitHub issues, JIRA tickets, forum threads, etc.)
Types of change(s)
Testing and Verification
Tested using string, bool, int32
ros2 topic pub
.Test Configuration:
Checklist
dev
branchdev
branchOther comments