Change the gravity force in Unreal Engine but not affecting to Airsim IMU #4933
Unanswered
Charles-Lim93
asked this question in
Support Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm making Lunar exploration simulator with Airsim Car mode and making navigation system for space car.
I want to get IMU's z axis accelerometer data (which is gravitational force) as 1/6 of Earth's gravitational force.
So I changed the global Z gravity from -980 to -160 in World Settings (UE 4.27),
But when I read IMU data from airsim, it still shows -9.81 m/s^2.
Is there anyone can give me solution?
Thank you in advance.
MY VERSION===
UE = 4.27
Airsim = 1.08
Beta Was this translation helpful? Give feedback.
All reactions