Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add zrange support #211

Closed
ataffanel opened this issue Mar 29, 2017 · 0 comments
Closed

Add zrange support #211

ataffanel opened this issue Mar 29, 2017 · 0 comments
Milestone

Comments

@ataffanel
Copy link
Member

The Zrange deck provides a very accurate measurement of the Crazyflie height. This measurement should be used by the complementary filter to enhance altitude-hold.

@ataffanel ataffanel changed the title Add zrange support to the complementary fitler Add zrange support Mar 30, 2017
tobbeanton added a commit that referenced this issue Apr 21, 2017
The vl53 deck driver used interrupt polling and a periodic timer to read
out sensor data. The periodic timer was running faster then the vl53
sensor could provide values leaving the driver in a constant polling
state. This had the consequence that the mem subsystem, having a lower
priority, never got to read the eeprom on the same i2c buss. A
relaxation delay was added to fix this. Also the sensor reading was
changed from every 100ms to as fast as possible.
@krichardsson krichardsson added this to the Next version milestone Apr 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants