HoloLens

  • 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 of Robosphère– a few weeks ago, I showed Serge the HoloLens demo I'd been working on. It included a robot, after all. This was Serge's first exposure to mixed reality and he thought it'd be a good topic for a presentation at one of the…

  • I was a little surprised when LinkedIn reported my 21st anniversary at Autodesk, a couple of weeks' ago. I eventually realised it was because the middle of my month of starting had been chosen to notify my connections of this particular anniversary (LinkedIn doesn't have the specific date, I suppose). Anyway, it turns out today's the actual anniversary. 21 short years' ago, I joined Autodesk Ltd. in Guildford, Surrey. Since then I've worked for Autodesk Development S.à.r.l. (Neuchâtel, Switzerland), Autodesk India Private Ltd. (Bangalore, India), and Autodesk, Inc. (San Rafael, California). But all within the umbrella of life at the…

  • This week has been a little hectic, once again. Yesterday I spent the morning back across at ETH Zurich, speaking with members of the Block Research Group about Forge, Dynamo and HoloLens. They've just moved into a brand new building labelled HIB – where the various schools at ETH focusing on architecture from a technological perspective will be co-located – but as it's so new it's yet to be sign-posted. I eventually did find it, but not without asking for directions from 5 different people. Inside the ceiling is pretty cool: they've used a combination of skylights for natural light…

  • We have an internal company Hackathon being held at Autodesk locations around the world on September 6th and 7th. The theme for the event is "What's Next?" and there are variety of sub-themes under which the hacks can fall: Computer as collaborator Future of product interfaces Internet of Things Social good / Sustainability The future of anything else I signed up some time ago to be an "evangelist" for the event, which means I'm a resource for people in the local Neuchatel office should they have questions about VR/AR and IoT (which fall under the second and third sub-themes, respectively),…

  • I've been looking at using HoloLens for more "serious" applications (yes, beyond dancing robots :-). One simple prototype I've worked on over the last few weeks – once again with the help of Tom Eriksson, who did another stellar job transforming the CAD data into a good-looking Unity model – is to show an electrical transformer and allow the user to pinpoint a technical problem inside it for the purposes of (hopefully predictive) maintenance. Here's a quick demo video, showing a prototype where we open up the electrical transformer and show its insides before scaling and exploding it and then…

  • 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. Which is absolutely fair enough, as far as I'm concerned. What I hadn't realised is that some copyrighted content isn't viewable in certain countries, presumably at the request of the copyright owner. So due to its use of a Chemical Brothers track, my last video…

  • 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 the app a try and hopefully see the robot dancing along to whatever tunes the DJ plays. Let's talk a bit about how the system works… Quite early on I decided against doing the additional audio processing directly on the HoloLens device itself. So I…

  • I've been spending quite a bit of time working on our "Dasher 360" prototype, recently. Which is, of course, based on the Forge Viewer. A simple – but handy – feature I added today is to add a context menu item to be displayed when objects are selected – and right-clicked – inside the Viewer. In my case I wanted to prototype a possible workflow for a "Send to HoloLens" capability: the feature itself isn't ready (that's what you might call an extreme understatement), but I thought I'd add the menu item in preparation for something being implemented. Here's a…

  • 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 hadn't really understood how interesting it was. You can scale a model down and have it sit on your desktop… …or you can scale it up to 10x its realworld size and inspect it in unbelievable close-up mode. From the inside! (Although in fairness the…

  • 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 each part stops moving, so does the sound for that part A different sound is assigned to each of the robot's parts When each part stops moving, so does the sound for that part As I mentioned last time, I was fairly happy with the…