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

IMU linear acceleration XY almost doesn't change compare to MultiRotorState linear acceleration XY #4997

Open
iagupov opened this issue Nov 13, 2024 · 0 comments

Comments

@iagupov
Copy link

iagupov commented Nov 13, 2024

Bug report

  • AirSim Version/#commit: 1.8.1
  • UE/Unity version: 4.27
  • autopilot version: "N/A"
  • OS Version: Ubuntu 20.04
  • Python 3.8

What's the issue you encountered?

IMU linear acceleration almost doesn't change compare to MultiRotorState linear acceleration for XY component.

How can the issue be reproduced?

One can just compare x and y values of client.getMultirotorState().kinematics_estimated.linear_acceleration.x_val and client.getImuData().linear_acceleration.x_val while drone is moving.

Include full error message in text form

Plot of linear acceleration taken from IMU sensor and from MultiRotorState:
Image

at the time, it's not a case for angular velocity, for angular velocity IMU and MultiRotorState curves are almost the same (image below):
Image

Also found an issue, but without any reply.

Thanks for providing any help

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

1 participant