Robotics
-
I've been working with a number of local organisations to help prepare the 25th anniversary party we're holding for Autodesk Switzerland in October. One of them is Robosphère, an association in La Chaux de Fonds focused on increasing awareness of the field of robotics. When I was there chatting with Serge Bringolf – the chairman […]
-
Just out of curiosity, this morning I decided to go and check the YouTube video we saw in the last post. I'd realised from my messing around with the Star Wars opening crawl that if you include copyrighted content in a video, then sometimes ads get included, too, with the proceeds benefiting the copyright owner. […]
-
As promised, way back when we started this series of posts looking at various Windows Holographic platform capabilities to build an app that displays an animated ABB industrial robot inside HoloLens, here's the part where we make it dance. 🙂 During Autodesk Switzerland's 25th anniversary party in late October, people will be able to give […]
-
This was a fun piece of functionality and super easy to add. I'd seen a few HoloLens demos where you can scale the model up and down using "bigger" and "smaller" voice commands. There's even some code in the HoloLens Toolkit that does it. But until I'd actually added it to our robot application, I […]
-
After the first two parts of this series, where we looked at items 1 & 2 on the below list, it's time to tackle item 3: A single sound is assigned to our robot When the robot stops completely, so does the sound The same sound is assigned to each of the robot's parts When […]
-
Last time we looked at a rudimentary – although in some senses complicated – spatial sound implementation for our ABB IRB 6620 industrial robot model inside HoloLens. It was simple because we added a single sound at the root of the robot, and complicated because we then had to track the status of each of […]
-
As mentioned last time, upgrading to Windows 10 has opened the door to spatial sound in our HoloLens model. The foundational step is to set our Unity project's audio settings to have the Spatializer Plugin as the "MS HRTF Spatializer": if you don't see this option then you may need to upgrade your OS (as […]
-
In the last post we added a gaze cursor and some command support for our ABB industrial robot inside HoloLens. The next step I took was to add spatial mapping, allowing the user to select the base of the robot and move it around within the spatially mapped environs. The Holograms 101 tutorial provided very […]
-
Now that our industrial robot is animated, I thought it a good time to head back on over and finish more of the Holograms 101 tutorial. The next section of the tutorial focuses on adding a gaze cursor to the application: you have a torus mesh that tracks against the geometry the user is looking […]
-
Now that we have our basic model of the ABB 6620 industrial robot inside HoloLens, it's time to make it move. Tom Eriksson kindly provided some basic scripts to perform rotations on the various parts in the base model. I went ahead and consolidated these into a single "Rotate" script, with parameters (the speed, axis […]