MOCAP properties
The following properties are related to motion capture data.
setMocap
Stores the MOCAP data to be sent. The structure for each vehicle looks like:
qw: 1
qx: 0
qy: 0
qz: 0
x: 0
y: 0
z: 0
To set this property, use set_MocapData
MocapFlags
A vector of flags. If the vehicles corresponding flag is 1
, the corresponding MOCAP data is streamed. Otherwise, if it is 0
, it is ignored. To set this property, use set_MocapFlags
method.