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

RosSharp folder not up-to-date after last commits #15

Open dnlwbr opened 2 years ago

dnlwbr commented 2 years ago

Hi @EricVoll ,

it seems that during the last commits (EricVoll@bbb30bf, EricVoll@b214cf9, EricVoll@4d4913d) not all related files have been properly updated, in both the RosSharp folder and the demo project. E.g. in the demo project, the file MessageGeneration.dll.meta has been updated instead of MessageGeneration.dll and non of the respective files in RosSharp has been updated at all. Thus the RosSharp folder does not seem to be up-to-date. In general this folder seems to be different from the one in the demo project where I assume they should be the same, right?

Best, Daniel

EricVoll commented 2 years ago

Hi Daniel,

you are right, the RosSharp folder probably needs some updates. The DemoProject Folder is up to date so copying files from there to the RosSharp folder should be enough. If I remember correctly, the dlls for the message generation weren't updated in either of them, since I generate the messages directly from the commandline tool. Would also be fixed by replacing them with newly compiled ones.

best, Eric