Open Aposhian opened 2 years ago
This issue has been mentioned on ROS Discourse. There might be relevant details there:
https://discourse.ros.org/t/fastdds-without-discovery-server/26117/13
@Aposhian this problem only happens on Galactic but Humble?
I will be trying this on humble soon, although I don't have a good self-contained setup to do so, so it will probably be a few days.
Bug report
Required Info:
ros-galactic-rmw-fastrtps-cpp
@ 5.0.2-1focal.20220430.134850ros-galactic-fastrtps
@ 2.3.4-1focal.20220430.115156Steps to reproduce issue
Running https://github.com/FormantIO/ros2-adapter which is a fairly simple ROS2 node to subscribe to topics and forward them to a cloud service.
Expected behavior
rclcpy.create_node
works just fine. It works on CycloneDDS.Actual behavior (with FastRTPS only)
Additional information
This is with the following node, which is difficult to make an MCVE for since it interfaces with a cloud service. https://github.com/FormantIO/ros2-adapter