Euler Angles

Hi All

I've got a python script that displays Euler angles on the cmd terminal. I've beet tying to access the individual, heading, roll, yaw and pitch values and log/save them to new Variables that i can use for my application. It seems as if the angles are wrapped in some form of a class/ dictionary but im battling to get hold of the "keys" that hold the values.

If you could kindly assist :)

Thanks in advanve.

Comments

  • edited December 2019

    @Aubrey_1 said:
    Hi All

    I've got a python script that displays Euler angles from the MMC sensor on the cmd terminal. I've beet tying to access the individual, heading, roll, yaw and pitch values and log/save them to new Variables that i can use for my application. It seems as if the angles are wrapped in some form of a class/ dictionary but im battling to get hold of the "keys" that hold the values.

    If you could kindly assist :)

    Thanks in advance.

  • You need to read our developer documentation: www.mbientlab.com/developers
    and our examples: https://github.com/mbientlab/MetaWear-SDK-Python/blob/master/examples/log_acc.py

Sign In or Register to comment.