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

Is the B15 robot app, source code or documentation available?

I'd love to see how the B15's position is tracked. Can we try out the app? Or is there any documentation describing how the app for the B15 was built and what light/position tracking technology it uses?

Answers

  • Options
    AlexDAlexD ✭✭✭

    I don't think that was ever released to the public.

    If I'm allowed to speculate, I would say the physical robot was fitted with a "HoloLens" like motherboard that was able to track its position in space just like the HoloLens. From there you can use the Sharing modules (as shown in Holograms 240) to track the position and overlay a hologram on top of it.

  • Options
    mavashermavasher ✭✭
    edited June 2016

    Back last Fall when I went to demo the Hololens I inquired about object tracking for the Hololens. They pointed me to the B15 robot demo saying that the 4 LEDs on the robot allowed the Hololens to determine its position:
    http://forums.hololens.com/discussion/comment/168#Comment_168

    There are some general principles discussed in the documentation. Unfortunately, we would need to have something working for OpenCV in Unity for this to function well. Honestly, I'm waiting for Vuforia to finally release for the Hololens. Then the world will open up for us developers.

    The robot and the Hololens do have to share information as @AlexD says but the positional tracking of the robot was via the hololens tracking the LEDs on the robot according to the Microsoft people I spoke to last Fall. I too would love to peer into their source code to see how they did this.

  • Options
    AlexDAlexD ✭✭✭

    Interesting stuff. Didn't hear about the LED tracking thing. Will read on it.

  • Options

    For anyone running across this thread, the Microsoft team posted the robot source at https://github.com/ms-iot/holobot. The Hololens app solution is not included, but the information about the robot is excellent.

Sign In or Register to comment.