EricVoll / ros-sharp

ROS# is a set of open source software libraries and tools in C# for communicating with ROS from .NET applications, in particular Unity3D
Apache License 2.0
36 stars 7 forks source link

Fix external dependency DLL versions #14

Closed EricVoll closed 3 years ago

EricVoll commented 3 years ago

This PR fixes the versions of the nuget packages in the RosBridgeClient & RosBridgeClientUWP projects and fixes the provided DLL versions in the RosSharp Pluginfolders for the example project and the "Unity3D" folder.

Fixes #13