-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] [ROS2 Jazy] Failed to parse type hash for topic #290
Comments
Same here! |
1 similar comment
Same here! |
might have something to do with this update for sending the type definitions over the wire: ros2/ros2#1159 |
Correct: Unfortunately I won't have time to address this shortly, as I'm attending ROSCon next week and then have a few days off. But I plan to do it in November. |
Describe the bug
With ROS2 Jazzy and the related version of RMW Cyclone DDS, bridging any topic between two machines that run with ROS2 Jazzy using the zenoh ros2dds bridge results in the following warning:
[WARN] [1728567761.820363013] [rmw_cyclonedds_cpp]: Failed to parse type hash for topic 'ros_discovery_info' with type 'rmw_dds_common::msg::dds_::ParticipantEntitiesInfo_' from USER_DATA '(null)'.
To reproduce
ros2 run demo_nodes_cpp talker
on the first machine andros2 run demo_nodes_cpp listener
on the second machineThe text was updated successfully, but these errors were encountered: