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

Fix regex to match the multi-digital standalone library versions #57

Closed msz-rai closed 1 year ago

msz-rai commented 1 year ago

The newest ROS2 release comes with ddsc version update from 0.9.1 to 0.10.3. The current regex for validating standalone libraries can't handle multi-digital versions. This PR fixes it.

pijaro commented 1 year ago

Thanks!