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

fix client example not receiving responses #66

Open Deric-W opened 1 month ago

Deric-W commented 1 month ago

This PR fixes the client example not processing incoming responses, as reported in #63.

Note that it will not resolve the issue but rather correct an unrelated mistake.

The new client example has been tested on Ubuntu.