SteamVR HDK JSON Error

74 Views Asked by At

I'm about at my wit's end right now dealing with the GUI. I'm making a controller to track in VR for a school project, and I am at the stage where I am running simulations to verify my JSON. I had to hand make it because our group already decided on sensor placements, so I followed the reference controller template. Unfortunately, there is a perpetual error at [34, 33] that I can't figure out. I will post a piece of the code here:

"plus_z" : [ 0, 1, 0 ], "position" : [ -0.05221, 0, 0 ] }, "render_model" : "KNIFE_MODEL.obj", "head" :

These are lines 31-35. My error is a leading decimal, however when I've run it through several online JSON validators, my code is valid. Earlier today, the model visualized in OpenScad several times, however my sensor orientation was wrong so when I fixed the coordinates, the GUI gave me the same error as usual. No matter what version I reverted to I got the same error.

0

There are 0 best solutions below