Skip to content
This repository was archived by the owner on Nov 23, 2019. It is now read-only.
This repository was archived by the owner on Nov 23, 2019. It is now read-only.

compass and gyrovalues #77

@Horsevad

Description

@Horsevad

In the AbsoluteIMU class, the methods z_gyro and compass seems to be switched, they are found from line 131 in mindsensors.py

` @Property
def z_gyro(self):
self.mode = 'COMPASS'
return self.value0

@property
def compass(self):
    self.mode = 'GYRO'
    return self.value2`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions