ros2-dotnet / ros2_dotnet

.NET bindings for ROS2
Apache License 2.0
136 stars 54 forks source link

Fixes multiple runtime issues #126

Open timonmentink opened 6 months ago

timonmentink commented 6 months ago

Fixed multiple issues in this PR.

I have ros2-dotnet now building & working examples under Windows 10 + Humble & Ubuntu 22.04 + Humble.

There where some typo`s, missing functions in _native.dll and old dll loading functions.

hoffmann-stefan commented 5 months ago

@timonmentink Thanks for the contributions 👍 Currently somewhat busy, but hope to get to review this soon.

timonmentink commented 5 months ago

Seems like pre Humble uses python_executable. Created a list that contains all the newer distro`s for easy checks.

Builds now working on own branch :)