![]() |
|
#1
|
|||
|
|||
|
Fastrak
Hello,
I'm trying to connect Fastrak and I can not understand why I got this message: Code:
polhemus = viz.add('polhemus.dle')
fastrak = polhemus.addFastrak(port=1,bandRate=115200)
Traceback (most recent call last):
File "<string>", line 2, in <module>
AttributeError: 'VizExtension' object has no attribute 'addFastrak'
Can smbd help me? |
|
#2
|
|||
|
|||
|
Try reinstalling Vizard and let us know if that helps.
|
|
#3
|
|||
|
|||
|
No. The reinstallation didn't help. I still get the same error.
Besides I've tried to launch Fastrak with Vizard on the second computer and I still have the same error. If it is useful, I'm trying Vizard 4 (evaluation version 32) on windows XP and windows 7. Do you have some other suggestions? |
|
#4
|
|||
|
|||
|
In the code you posted it shows bandrate where it should be baudrate. Try running the following code:
Code:
import viz
viz.go()
polhemus = viz.add('polhemus.dle')
fastrak = polhemus.addFastrak()
|
|
#5
|
|||
|
|||
|
Quote:
Last edited by ola_nag; 03-13-2014 at 10:03 AM. |
|
#6
|
|||
|
|||
|
Can you please post the entire output generated when running the above script? It sounds like the polhemus plugin is not even loading, which should output an error message.
|
|
#7
|
|||
|
|||
|
I have found where the problem was.
I have tried the script in the command line (interactive mode). Launching the script with the script file works fine. Thank you very much! |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Polhemus Fastrak | williamchappell | Vizard | 11 | 09-28-2013 09:49 AM |
| Integration of Polhemus fastrak transmitter data to Basic guy free rig in maya | abhilash | Vizard | 0 | 04-15-2010 11:18 PM |
| fastrak | Steve_HT | Vizard | 17 | 07-20-2007 10:51 AM |