micro-ROS / rmw_microxrcedds

RMW implementation using Micro XRCE-DDS middleware.
Apache License 2.0
35 stars 26 forks source link

rmw wait error during colcon build #83

Closed RajasJoshi closed 3 years ago

RajasJoshi commented 3 years ago

build Tried to build rmw-microxrcedds fro micro ros demo , but encountered with this error

pablogs9 commented 3 years ago

This function was included in Micro XRCE-DDS Clien in this commit: https://github.com/eProsima/Micro-XRCE-DDS-Client/commit/46907463f4b0a846f114389320b582028b8334c2

As you can see it is in foxy branch. Have you tried to update your repositories?

If you provide a step by step procedure we can replicate the issue. I guess that doing a clean installation of your micro-ROS environment will solve the issue.

I'm closing since it can be solved by updating your micro-ROS repos, please reopen if you can provide a step by step procedure to reproduce the issue.