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
After a while a crash follows.
Calling sensors = context.query_all_sensors does work without errors, so I can work around the problem by using context.get_sensor_parent(sensors{i}) to get the devices, but it is cumbersome.
The text was updated successfully, but these errors were encountered:
When executing following code (like in the API How To, but translated to Matlab):
I get following Java/Matlab error in a popup:
After a while a crash follows.
Calling
sensors = context.query_all_sensors
does work without errors, so I can work around the problem by usingcontext.get_sensor_parent(sensors{i})
to get the devices, but it is cumbersome.The text was updated successfully, but these errors were encountered: