vuforia-spatial-edge-server icon indicating copy to clipboard operation
vuforia-spatial-edge-server copied to clipboard

Edge Server for the Vuforia Spatial Toolbox, a shared research platform for exploring spatial computing as a community

Results 49 vuforia-spatial-edge-server issues
Sort by recently updated
recently updated
newest added

`libraries/objectDefaultFiles/object.js` line 373 elt is undefined. Current fix I have for this is ```diff diff --git a/libraries/objectDefaultFiles/object.js b/libraries/objectDefaultFiles/object.js index f5ff01b..fd28643 100755 --- a/libraries/objectDefaultFiles/object.js +++ b/libraries/objectDefaultFiles/object.js @@ -372,6 +372,14 @@ //...

Reported error of server crashing on launch: ``` C:\Users\break\OneDrive\Dokumente\vuforia-spatial-edge-server\libraries\hardwareInterfaces.js:145 for (var key in objects[objectID].frames[objectID].nodes) { ^ TypeError: Cannot read property ‘nodes’ of undefined ``` > What i did to track...

bug

I looked into why: We need to call `utilities.writeObject(objectLookup, objectName, objectID)` to store the mapping of objectName->ID immediately when the object gets created. Currently it waits for you to add...

bug

Sending a GET request to /restartServer successfully restarts the server once, but further calls simply shut down the server without restarting it.

The nodes only show up, once the anchor has a target (therefore is not an anchor anymore)

bug

New attribute for objects, tools and nodes. If true on any object, tool, node the toolbox will show a guidance system to show where it is.

enhancement