siemens / 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
945 stars 364 forks source link

Received a message without an op. #444

Closed sstoleriu closed 1 year ago

sstoleriu commented 1 year ago

I have a question!

Here is my question: When I want to subscribe to an topic with HoloLens 2 application, I receive the message "[Client x] Received a message without an op." In Play mode works fine, I receive the message from topic.

HaomiaoZ commented 1 year ago

Try https://github.com/EricVoll/ros-sharp. It looks like UWP needs a different protocol.

sstoleriu commented 1 year ago

@HaomiaoZ It works! Thank you!