Archive for September, 2013

Car assembly simulation with haptic feedback from DLR

Friday, September 13th, 2013

automatica2012_HUG bimanualHapticDevice_automatica2012_hires

Interactive VR simulations consist of visual and haptic feedback. The haptic signals are displayed to a human operator through a haptic device at a rate of 1kHz. The research of the DLR institute of robotics and mechatronics on this project comprises design and control of light-weight robots for haptic interaction, as well as volume based haptic rendering. Typical applications are assembly simulations, training of mechanics, and skill transfer.

You can visit the project website here.

Connecting X3DOM with InstantIO

Wednesday, September 11th, 2013

Back in June we’ve presented a prototype of a new RESTful interface to exchange graphics based data values across networks at Web3D 2013. This interface can be used to query data from a running application, modify or use it to display something. Said prototype is implemented inside InstantIO, the hardware component of Instant Reality which supports more than 40 devices. For the first time now, you’re able to query hardware information from InstantIO through Javascript from a browser. We’ve set up a tutorial on how to connect a Oculus Rift HMD to an X3DOM application: X3DOM renders a scene as distorted stereo image but connects via REST API to a local InstantIO server, opens a WebSocket connection on the orientation field of the Oculus and uses the incoming data to rotate the view!

You can do this of course with arbitrary hardware (think of the LEAP support or the Kinect), but please bear in mind that this is only a preview at the moment.

You can find the tutorial here. Enjoy!