iNavFlight / inav

INAV: Navigation-enabled flight control software
https://inavflight.github.io
GNU General Public License v3.0
3.18k stars 1.49k forks source link

WingWing preset, flew with only ARMED, plane is very Unresponsive -> CRASH #2632

Closed junwoo091400 closed 6 years ago

junwoo091400 commented 6 years ago

Board : Omnibus F4 V3 Version : INAV 1.8.0

INAV/OMNIBUSF4V3 1.8.0 Nov 1 2017 / 06:35:50 (912d1315)

Behavior


DUMP : https://pastebin.com/iFmdkWWi

LOG00008.TXT

=> At about 1 minute 32 seconds, the plane crashes :(

digitalentity commented 6 years ago

From your log I see that plane is barely responding to commands. Most likely your mechanical rates are too low. INAV expects full servo deflection to defect aileron to ~45deg.

junwoo091400 commented 6 years ago

@digitalentity Thanks, I changed the mechanical rates (slightly better).

But I found out that the problem was that 'RATE' mode (that should be the default, with only ARM and no modes activated right?) didn't deflect Servo enough.

So what happened was when I was on the ground, I was DISARMED, and I checked Servo deflections and went "Oh that is OK". But when it ARMED, the Servo deflections were much, much smaller, leading into a crash... (Normal : 14mm => ARMED,noMode : 1~2mm)

I changed PASSTHRU to be default for ARM, and it worked much better than the last crash...

Do you know why 'Default flight mode (RATE)' doesn't deflect Servo as much as when it is in DISARM state? (like, really it barely moves :( )

Redshifft commented 6 years ago

You might want to take the RC expo out if it's set at the default 70% first. Test fly and trim in passthru and add any expo if you need it. If it will not fly how you require it to change throws etc.. INAV can only work with the mechanical constraints you allow it as DE said. You can play with rate and level modes after that. Don't forget if no mode is set it will be in Acro (rate mode) I don't know what you mean re,default arm mode? and anything other than passthru will be heavily influenced by the flight controller sensors.

junwoo091400 commented 6 years ago

@Redshifft Yeap, I should try Pass-through much more today when the sun rises. And the core reason why Acro wasn't working was because of it's 'PID/Level-strength' Settings.

Now I probably know what to do after reading Fixed-Wing-Guide about 3 times. 1) Passthrough => check MAX Rates -> set in Configurator 2) Tune PIFF controller with 'Acro' mode (Angle maybe?) 3) Try Angle Mode and RTH and so on...

giacomo892 commented 6 years ago

Just to be sure I set my Wing Wing setup correctly. How much deflection (in degs) should I get when I ask for max roll and pitch all together? (in passthrough of course). Maybe it is here that we may fail.

Redshifft commented 6 years ago

@giacomo892 For a flying wing you are best to have more travel available for the test flight :) You can finalize it after it is fully trimmed. You would not want any less than 45Deg combined unless it was heavy and over powered etc as often until the balance / motor thrust line is optimised, temporary trim can eat into elevator throw. Best to always optimise everything before using any other FC modes as problems can be masked.

DzikuVx commented 6 years ago

Issue looks like solved, closing it. Thaks