ros-tooling / setup-ros

Github Action to set up ROS 2 on hosts
Apache License 2.0
84 stars 39 forks source link

"failed to load any RMW implementations" reported on latest Windows Server 2019 image #614

Open minggangw opened 11 months ago

minggangw commented 11 months ago

Hi there,

I'm a developer of rclnodejs, and recently I found our test on Windows platform / ROS2 Iron started to fail with error:

 Error: failed to load any RMW implementations, at C:\ci\ws\src\ros2\rmw_implementation\rmw_implementation\src\functions.cpp:125, at C:\ci\ws\src\ros2\rcl\rcl\src\rcl\init_options.c:75

With the latest Windows Server 2019 image update, which upgraded Visual Studio. image

I didn't change any Github actions configuration, but just rerun the pipeline, and failed, please check with the pipeline. The pipeline works well on https://github.com/actions/runner-images/releases/tag/win19%2F20230912.1.

I'm not sure what caused the error, just see if you have any idea about it, thanks!

MichaelOrlov commented 11 months ago

@clalancette Do you know to whom better forward this issue?

clalancette commented 7 months ago

@clalancette Do you know to whom better forward this issue?

Not really, unfortunately. Maybe @ooeygui can comment

ooeygui commented 7 months ago

@minggangw I'm happy to take a look. The build you had linked to has expired - I was looking through recent builds and didn't specifically see this issue - does it still reproduce?