![]() |
#2
|
|||
|
|||
Hi,
The data coming from the inertiacube should be the yaw,pitch, and roll in degrees by default. Example: Code:
isense = viz.add('intersense.dls') data = isense.get() yaw = data[3] pitch = data[4] roll = data[5] |
Thread Tools | |
Display Modes | Rate This Thread |
|
|