![]() |
** ERROR: Link failed (source linkable is invalid)
What does the following error mean (I cannot find much help on the issue):
** ERROR: Link failed (source linkable is invalid) this happens when I try to load a .dae file (which does load if it's the only code) Code:
def openGrasp(): Code:
open babcock2 |
Looking at the error, it specifies that there is some problem with the linking of the source object and the destination object, specifically with the source. Your source is device, which is (presumably) defined outside of the code you've provided. The error occurs because the source object 'device' is not known in your function, or is not a linkable object. I'm curious what values 'pos' and 'rot' have in your function, seeing as they also use the object 'device'.
|
For some reason, my firewire card (connected to phantom omni's from sensable) has to be plugged in (even though I'm not using the omni joystick) for my code to not produce the previous error. I'm not currently sure why they have to be plugged in since initially I was able to run the code without them being plugged in.
If I don't have the omni's plugged in, I get the following error: Code:
** ERROR: Failed to connect to haptic device (Invalid value specified for a function that is attempting to set a value.) Code:
sensable = viz.add('sensable3.dle') |
All times are GMT -7. The time now is 01:42 AM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC