Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.
Options

Project: HoloLens integration with ROS

Simple HoloLens integration with Robotic Operating System (ROS), via Rosbridge, to simulate a holographic turtlesim_node environment.

https://www.youtube.com/watch?v=FMtvrTGnP04

Comments

  • Options

    I was trying your example , and it worked in the editor mode. But , when i am using it remotely on the hololens, It fails in the "NetworkConnectedHandler" function. Because the status that I am getting is 278737688 but the expected status value must be equal to AsyncStatus.Completed (which is 1).

    Line of Interest:
    if (status == AsyncStatus.Completed)

    Can you help me with this?? Again, the editor mode works perfect and I have made changes to the IP address correctly in Source.cs.

    PS: I am using ROS indigo and the latest version of Unity HTP

  • Options

    Hey riazmuns,
    I hope I don't wake up the dead but I have the absolutely same problem right now. Nothing I try is working to get the datawriter working.
    What did you do to get it to work?

Sign In or Register to comment.