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

Px4 imu fixes #1950

Merged
merged 10 commits into from
Nov 18, 2016
Merged

Px4 imu fixes #1950

merged 10 commits into from
Nov 18, 2016

Conversation

kevindehecker
Copy link
Contributor

@kevindehecker kevindehecker commented Nov 16, 2016

The lsm303d accelero was misbehaving in pprz. Rewrote the driver and cleaned up deprecated stuff.

Test flown with Iris, which now works well in att mode.

@@ -227,6 +227,9 @@
<!-- Adaptive Learning Rate -->
<define name="USE_ADAPTIVE" value="FALSE" />
<define name="ADAPTIVE_MU" value="0.0001" />
<!-- max rates (conservative) -->
<define name="STABILIZATION_INDI_MAX_RATE" value="343.77" unit="rad/s"/>
<define name="STABILIZATION_INDI_MAX_R" value="120" unit="rad/s"/>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You probably meant deg/s here? My Iris has the rate limit at 90deg/s and seems to working fine

@podhrmic
Copy link
Member

LGTM. @gautierhattenberger any comments?

@gautierhattenberger
Copy link
Member

except for the strange configuration value you have mentioned above, it looks fine

@kevindehecker
Copy link
Contributor Author

Indeed, should have been deg/s. 120 also seems to works fine with my Iris, so I kept it like that for now.
The slider range in GCS is often too small (especially for smaller quads), so enlarged the range while we are at it.

@podhrmic podhrmic merged commit 7859e0a into paparazzi:master Nov 18, 2016
@kevindehecker kevindehecker deleted the PX4_IMU_Fixes branch February 2, 2017 17:23
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

Successfully merging this pull request may close these issues.

None yet

3 participants