ros2 / examples

Example packages for ROS 2
Apache License 2.0
681 stars 308 forks source link

Windows build errors : static link wait_set_subscriber_library #349

Closed adityapande-1995 closed 1 year ago

adityapande-1995 commented 1 year ago

This PR fixes the problem mentioned here : https://github.com/ros2/examples/issues/344 Windows builds are not able to find wait_set_subscriber_library.lib

Signed-off-by: Aditya aditya050995@gmail.com

adityapande-1995 commented 1 year ago

Windows CI : Build Status

clalancette commented 1 year ago

This doesn't look the right fix for this issue, so closing this out for now.

songyuc commented 11 months ago

As a beginner in ROS2, I wonder if this problem has been solved yet?