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
89 stars 22 forks source link

Windows10 - Humble - tests are not working #34

Open pijaro opened 1 year ago

pijaro commented 1 year ago

Binaries in Windows are installed in different directory structures than on Linux. This results in tests not seeing required dependencies.

sedwick2048 commented 4 months ago

I try to execute in Visual Studio 2022 Developer PowerShell, but get:

PS C:\dev\ROS2cs\install\share\ros2cs_examples> ros2 run ros2cs_examples ros2cs_talker.exe
Package 'ros2cs_examples' not found

I guess I need to figure out how to make my sourcing script point to that package?