Adding nois to GPS and IMU #118
Unanswered
Craftech001
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear community and Cosys-Airsim team. I am using Cosys-Airsim to simulate some sensor fusion algorithm. When I try to add some noise to GPS sensors, the GNSS data is not crashes by any noise, even if I make the sigma parameter upto 100. May any one give me some suggestions how should I deal with this issue. I am using latest Cosys_Airsim with UE 5.5
{
"SettingsVersion": 1.2,
"SimMode": "Car",
"Vehicles": {
"Drone1": {
"VehicleType": "PhysXCar",
"EnableCollisionPassthrogh": false,
"Sensors": {
"gps1": {
"SensorType": 3,
"Enabled": true,
"X": 0.25, "Y": 0.0, "Z": 0.0,
},
"Wind": { "Enabled": false }
}
Beta Was this translation helpful? Give feedback.
All reactions