WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 05-04-2009, 01:38 PM
kabk kabk is offline
Member
 
Join Date: Apr 2009
Location: The Hague
Posts: 1
5DT glove ultra error 5dt.dls failed

Why do I get an error message with this script
when using the 5dt glove ultra?

The error is:
** ERROR: Failed to load plug-in: '5dt.dls' ?




import viz
viz.go()

PORT_5DT_USB = 0
sensor = viz.add('5dt.dls')

import hand
h = hand.add(sensor)
h.setEuler(0,-90,0)
#h.leftHand()

tips = []
S = 0.01
for x in range(5):
tips.append( viz.add('white_ball.wrl',scale=(S,S,S),color=viz.B LUE) )

def UpdateFingerTips():
for x in xrange(5):
mat = h.getFingerTip(x)
tips[x].setPosition(mat.getPosition())
tips[x].setQuat(mat.getQuat())

vizact.ontimer(0,UpdateFingerTips)

import vizcam
cam = vizcam.PivotNavigate()
cam.setCenter(0,0,0)
cam.setDistance(0.5)

viz.clearcolor(viz.GRAY)
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
intersense with 5DT glove sjp Vizard 2 04-06-2009 07:22 AM
intersense: Failed to set control word on \\.\COM1 OueOue Precision Position Tracker (PPT) 2 01-18-2007 12:51 PM
Use of 5DT Ultra left handed glove pattie Vizard 1 08-26-2006 12:59 PM
5DT Data Glove 5 Ultra Problem bjgold Vizard 1 08-08-2006 04:08 PM
5DT Data Glove 5 Ultra Flexure Question bjgold Vizard 1 07-25-2006 02:58 PM


All times are GMT -7. The time now is 03:06 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC