Pulling in miscellaneous ROS1 updates into the ROS2dev branch, as well as renaming variables for ROS2 (e.g. publishers -> publishers_table.
Also, 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)
Pulling in miscellaneous ROS1 updates into the ROS2dev branch, as well as renaming variables for ROS2 (e.g.
publishers
->publishers_table
.Also, 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.)
Types of change(s)
Checklist
dev
branchdev
branchOther comments