A C# (.Net) implementation of ros2 client library (rcl), enabling communication between ros2 ecosystem and C#/.Net applications such as Unity3D
91
stars
22
forks
source link
fix client example not receiving responses #66
Open
Deric-W opened 3 months 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.