RobotecAI / ros2cs

A C# (.Net) implementation of ros2 client library (rcl), enabling communication between ros2 ecosystem and C#/.Net applications such as Unity3D
Apache License 2.0
91 stars 22 forks source link

Python libs shouldn't be installed for a standalone build #40

Open msz-rai opened 1 year ago

msz-rai commented 1 year ago

I have noticed that python libs are installed for Windows and ROS humble standalone build. Based on a comment from CMakeLists, all python libs should be skipped.

I have checked for which path redex for searching python libs doesn't work. It was: C:/opt/ros/humble/x64/Lib/python310.lib. It seems that redex should be changed to .*(libs|Lib)\/python[0-9]*\.lib.