Logging Euler angle, acc and gyro

Hello,
When i try to log Euler angle, acc and gyro together i get this error:

result[0] = RuntimeError("Could not create " + (resource if 'resource' in kwarg else "resource") ) if pointer == None else pointer
NameError: name 'kwarg' is not defined

If i try to log only two of them (no matter which of them) the code is running successfully.
Iv'e tried to use fuser instead and got the same error.
Is it possible to log all of the three together?
code is attached.

thanks.

Comments

  • You can't do euler + acc + gyro, that is not supported.
    Please see our developer and tutorials documentation about this.

Sign In or Register to comment.