-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Great documentation! Do you have any tips on how to handle /rosout properly?
# ros2 run ros1_bridge dynamic_bridge --bridge-all-topics
failed to create 2to1 bridge for topic '/rosout' with ROS 2 type 'rcl_interfaces/msg/Log' and ROS 1 type 'rosgraph_msgs/Log': No template specialization for the pair
check the list of supported pairs with the `--print-pairs` option
# ros2 run ros1_bridge dynamic_bridge --print-pairs | grep rosgraph
- 'rosgraph_msgs/msg/Clock' (ROS 2) <=> 'rosgraph_msgs/Clock' (ROS 1)Looks like there's some notes about field selection being required, but all the dependencies look merged:
https://github.com/ros2/ros1_bridge/blob/3d5328dc21564d2130b4ded30afe5cd1c41cf033/doc/index.rst?plain=1#L311C23-L311C122
Any tips?
If you need a fully-fledged example in docker, feel free to check out the dockerfiles here I added (modeled after your guide).
osrf/docker_images#778
Metadata
Metadata
Assignees
Labels
No labels