How is the cross-coupling between Rudder and Roll being controlled in the ArduPilot since there are no ailerons? I'm doing some autopilot research for my Parkzone Radian, similar to the EasyStar in that there are no ailerons. Basically, a simple PID loop for heading by actuating the rudder won't work since you will impose roll and sideslip. What is the ArduPilots method for heading and roll control?Thanks!-Todd
Ahh, Good point on the dihedral wings. I'm trying to simulate the controls on Flightgear and UAVPlayground and was having issues with the cross-coupling, but I was using the Cessna, I should probably try a plane w/ dihedral wings. Hopefully FlightGear will simulate the stability effects of dihedral wings.
I think you're overthinking it. For aircraft with dehideral, like the EZ, sideslip isn't a big problem. It's pretty easy to chain your stabilization and navigation PIDs loops, as we do with the ArduPilot code. Just watch it in flight and you'll see.
Comments