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

use byte type instead of char for int8 - fixes #55 #56

Open jankolkmeier opened 1 year ago

jankolkmeier commented 1 year ago

See #55 - the fix @Deric-W propses seems to fix the issue. Tests still complete.