You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I want to control the Handy with a script. As the Handy doesn't seem to have a oscillate function, I try to make it work with the linear command.
As far as I understand the command, it should work like this:
let duration = 500;
let offset = 0.2;
device.linear([[duration, 0 + offset], [duration, 1 - offset]]);
But this throws an error in Intiface:
It seems that the duration and position Values are swapped.
Describe the bug
I want to control the Handy with a script. As the Handy doesn't seem to have a oscillate function, I try to make it work with the linear command.
As far as I understand the command, it should work like this:
But this throws an error in Intiface:
It seems that the duration and position Values are swapped.
So I tried to to swap those values, like this:
Which throws an error in the console:
Expected behavior
The data is send correctly and the Handy moves.
The text was updated successfully, but these errors were encountered: