KevinDelao / Cloud-Backend-Project

0 stars 0 forks source link

Store rotational data send from c++ #34

Open jsunthon opened 4 years ago

jsunthon commented 4 years ago

Obtain rotational data from the HTC vive and send it as part of the HTTP REST call being made to the server.

Make sure the variable name in the JSON body follows camel casing convetion..for example, if the data point is is the x rotational data, you might call it xRotational, yRotational, ect

jsunthon commented 4 years ago

all floats:

xRot yRot zRot xRotVel yRotVel zRotVel