FlightMechanics.jl icon indicating copy to clipboard operation
FlightMechanics.jl copied to clipboard

Linearization

Open parthp08 opened this issue 6 years ago • 3 comments
trafficstars

parthp08 avatar Aug 03 '19 13:08 parthp08

Codecov Report

Merging #43 into master will decrease coverage by 8.36%. The diff coverage is 0.9%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
- Coverage   84.85%   76.49%   -8.37%     
==========================================
  Files          29       30       +1     
  Lines         997     1106     +109     
==========================================
  Hits          846      846              
- Misses        151      260     +109
Impacted Files Coverage Δ
src/aircrafts/Linearization.jl 0% <0%> (ø)
src/aircrafts/Aircrafts.jl 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 75d91b0...a9022f3. Read the comment docs.

codecov[bot] avatar Aug 03 '19 13:08 codecov[bot]

we can check using x_dot = A * x + B * u and then converting u_dot, v_dot, w_dot to vt_dot, alpha_dot, beta_dot. check out files i mentioned above i did that but in our case results didnt match.

I cannot find where this is done :confounded:

Any way, maybe it is worth to implement the dynamic system in terms of tas, alpha, beta... for this kind of validations. Would you like to do it? In that case, do you know how to proceed?

AlexS12 avatar Aug 06 '19 17:08 AlexS12

Any way, maybe it is worth to implement the dynamic system in terms of tas, alpha, beta... for this kind of validations. Would you like to do it? In that case, do you know how to proceed?

I already started this #45. I have the intention to implement few more things before merging. I am assigning it to you as a reviewer.

AlexS12 avatar Aug 13 '19 18:08 AlexS12