-
Notifications
You must be signed in to change notification settings - Fork 13.6k
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
Poor Fixed Wing flight performance in v1.9-alpha (SITL) #11116
Comments
I suspect at least a portion of this can be blamed on the SITL plane model itself. |
I'm not so sure. Not not respecting tangent loiter exit and the parallel mission tracks are definitely some logic problem somewhere. You can get it to follow the landing approach parallel several hundred meters to the side depending on which way it crazy-ivan turns out of the loiter. |
Might be time to get the foam planes out and see what happens. |
I'll try re-installing SITL this weekend and seeing if I can repeat the issues from scratch. |
Thanks, that's super helpful! |
The line tracking offset is due to the simulated wind. I experienced the same problem with the simulation. In your simulation you have wind in East-direction which will not be corrected by the plane (which means the plane has a constant roll-angle but just enough to fly parallel). I don't know why. But if you change wind direction you will get the offset in the corresponding direction. I found out that in the simulation, PX4 is not able to estimate the wind direction and assumed that this is why in the simulation the offset in path-following persists. |
interesting. I had wondered if it was wind, but I did not see any indications in the telemetry stream of wind effects. the airspeed and ground speed where typically reporting nearly identical. Maybe I'll try again. I'm only using the default PX4 Fixed Wing Gazebo settings. Wind would not explain the changes in the loiter entry and exit performance that I am seeing. |
If there’s no more news on this by next week or so, I’ll get someone on our flight test team to get a small foam plane (bixler, etc) up in the air and get a log uploaded to look at and we can see actually what’s happening. |
Here is some more SITL testing showing additional problems with Fixed Wing SITL flight performance. I'd like to break these into separate individual issues if someone can help me determine more specifically what might be going on, it all seems somewhat related... Additional FW SITL issues:
|
Update: With wind = 0 the SITL waypoint tracking problems went away. Line following is correct, loiter orbits are centered correctly, and landing aborts track correctly relative straight ahead. So this turns into 2 different issues for which I will open new github issue posts:
|
I was SITL testing on recent Master and v1.9-alpha and noticed some problems with Fixed Wing:
See this QGC screenshot from SITL:
The text was updated successfully, but these errors were encountered: