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

Image data is not render after deployed on HoloLens2 #413

Closed kkyuri0419 closed 5 months ago

kkyuri0419 commented 2 years ago

I have a question!

Here is my question:

I dont know why it doesn't work when deployed on Hololens2 while it works on play mode on Unity. is there anything that I set or change to make it work on Hololens2? I dont even know what is causing this issue..please help,,


I found a bug!

Here is my bug description:

Perform the following steps reproduce the bug:

Observed results:

when I hit the play mode on unity, the image I receive though ImageSubscriber is rendered on the window. But when I deploy this application on HoloLens2, I cannot see the image on the window.

Expected results:

the image should be shown on the window on Hololens2 just like it is shown in the play mode

Relevant Code:

<!-- Insert code here. Optionally attach code or data files to this issue. -->

I have a feature request!

I want to do this:

For being able to do it, I wish ROS# had the following feature:

verena-roehrl commented 2 years ago

Hi @kkyuri0419, Check out this UWP fork of ROS#. There is also a nice video tutorial explaining the setup of ROS# on Hololens step-by-step.

MartinBischoff commented 5 months ago

outdated / closing due to inactivity