The Navigation Equations: Computing Position North, East, and Down

  Рет қаралды 12,317

Christopher Lum

Christopher Lum

Күн бұрын

Пікірлер: 44
@ChristopherLum
@ChristopherLum 4 жыл бұрын
In case it is helpful, here are all the Flight Mechanics videos in a single playlist kzbin.info/aero/PLxdnSsBqCrrEx3A6W94sQGClk6Q4YCg-h. You can support this channel via Patreon at www.patreon.com/christopherwlum. Please let me know what you think in the comments. Thanks for watching!
@jordantriolo571
@jordantriolo571 3 ай бұрын
AE512: Nice video, I'm glad that gamma has finally been properly redefined
@zhc3404
@zhc3404 4 жыл бұрын
Aha!This world is better becaues of you!
@ChristopherLum
@ChristopherLum 4 жыл бұрын
Glad you like it. There are other Flight Mechanics videos on the channel. Please feel free to check them out and let me know what you think. Thanks for watching!
@milesrobertroane955
@milesrobertroane955 6 ай бұрын
AA516: Good video! It is cool to see the Matlab implementation matches what we came up with
@daniellerogers5959
@daniellerogers5959 Жыл бұрын
AA516 - Best, concise explanation for the differentiation between course and heading angle, thank you!
@davidtelgen8114
@davidtelgen8114 3 ай бұрын
AE512: That mathworks 6DOF model is super well organized under the mask, I can never make my models look that neat!
@aimeepak717
@aimeepak717 4 ай бұрын
AE512: I like how we are seeing the NED frame positions coming back from the beginning of the class!
@tomgoodwin9161
@tomgoodwin9161 6 ай бұрын
What I was looking for is the formula to find a location NORTH, EAST/ WEST SOUTH. It has been 52 years since I have had to do it. When last I had to, there was no GPS available. We called it the NEWS formula.
@chayweaver.2995
@chayweaver.2995 3 ай бұрын
AE512: Nice to see the NED making a comeback from the first class video
@edwardmau5877
@edwardmau5877 3 ай бұрын
AE 512: The drawing of the simulink model helped the discussion. It was nice to see the model and the derivations at the same time on the board.
@anthonysu1712
@anthonysu1712 2 жыл бұрын
I appreciate it so much every time you put those helpful tips on common pitfalls! E.g. the hDot = -down, the pros and cons of the two MATLAB implementations, etc. are very helpful.
@zaneyosif
@zaneyosif 3 ай бұрын
AE512: Interesting discussion about how to manipulate the outputs of the RCAM state vector. 48:26 makes me think that it might be better to keep the state vector as the 9 states and have a separate function to implement the navigation equations so that we wouldn't have to affect the trim algorithms that we have developed before.
@sethwhittington28
@sethwhittington28 2 жыл бұрын
AE512: error at 37:30? 3 element vector is velocity in each axis of NED frame, not position?
@hamasahmad3751
@hamasahmad3751 11 ай бұрын
hi can anyone plz send me this model i am stuck after the 6 DOF model with 9 states , but i need this
@yaffetbedru6612
@yaffetbedru6612 6 ай бұрын
AA516: Thanks for the video!
@petermay6090
@petermay6090 6 ай бұрын
AA516: Useful and concise video!
@metehanaltnok936
@metehanaltnok936 4 жыл бұрын
you said you made some augmentations and modifications on rcam model Can you share this in the video ?
@sethreed6088
@sethreed6088 2 жыл бұрын
A A 516, Thank you Professor Lum for a great quarter. This was probably my favorite class that I have taken. These videos are so well documented and organized which really helped me learn all about building the resulting flight sim. Thanks!
@ChristopherLum
@ChristopherLum 2 жыл бұрын
Seth, I'm glad you enjoyed the class, it was a pleasure having you in the class, I hope our paths cross again in the future!
@berkinan1496
@berkinan1496 9 ай бұрын
Hi. What is the climb angle formula reference book? I need to study this book. Pls help me!
@ChristopherLum
@ChristopherLum 9 ай бұрын
Hi, Thanks for reaching out, I'm glad you enjoyed the video. Unfortunately I'm unable to respond to questions on KZbin due to the sheer volume of inquiries that I receive. That being said, I hope you'll consider supporting the channel via Patreon at www.patreon.com/christopherwlum or via the 'Thanks' button underneath the video as I'll be able to answer questions there. Given your interest in the topic, I'd love to have you as a Patron as I'm able to talk/interact personally with Patrons. Thanks for watching! -Chris
@marcosszmania5874
@marcosszmania5874 2 жыл бұрын
AE 512 - Hi Professor Lum. Minute 44:07 -> Your "simUIn" is a "From WorkPlace" block? is it a two-column matrix with time inputs on first column and value inputs on second column? How could I create my simUIn? Thanks.
@yifuwang1807
@yifuwang1807 2 жыл бұрын
Hi Marcos, it is a From Workspace block and you can find it under Simulink Library Browser >> Simulink/Sources. To input data, use simUIn.time and simUIn.signals.values in MATLAB.
@SomeTechGuy666
@SomeTechGuy666 3 жыл бұрын
My goodness, the object orientated dissection of these problems make them so much easier to understand.
@ChristopherLum
@ChristopherLum 3 жыл бұрын
Hi TechGuy, it seems that you are working your way through the Flight Mechanics playlist, thanks for all the comments and for watching!
@SomeTechGuy666
@SomeTechGuy666 3 жыл бұрын
Fantastic video.
@yemaneabera1828
@yemaneabera1828 3 жыл бұрын
it was so helpfull...pls keep it up. and pls would you pass me through the link for 1. wind Tunnel Testing And Data Reduction 2. The Flat Earth Equations of Motion for a Rigid Body
@timproby7624
@timproby7624 4 ай бұрын
[AE 512] 40:57 Don't you need to integrate PN PE PD coming out of the RCAM system to get positions? Based on the code you are outputting translational velocities in the NED frame, not positions?
@ChristopherLum
@ChristopherLum 4 ай бұрын
I think you mean VN, VE, VD. And in short this is correct, we are rotating u, v, w (which is in the body frame) to be VN, VE, VD and then integrating.
@timproby7624
@timproby7624 4 ай бұрын
@@ChristopherLum So the integration to get PN PE PD is happening underneath the 'RCAM' submodel mask?
@SalmaAbdelaty
@SalmaAbdelaty 4 жыл бұрын
Hello Prof. Christopher, I'd like to express my deep appreciation & gratitude for your videos, I've watched a couple of control videos and this video which helped me to make the scattered concepts clear & intuitive... I really hope those videos were released earlier... It's helping me with my graduation project.... I would really appreciate if you can build up on the flight dynamics videos and discuss Autopilot design especially the part of Guidance & path following controllers design for small UAVs ... I can't find clear & easy to grasp resources discussing them and it would be wonderful if you could discuss them soon... Thank you so much for all of your efforts.
@ojasvikamboj6083
@ojasvikamboj6083 Жыл бұрын
A A 516: Ojasvi Kamboj
@serhatsarhan8349
@serhatsarhan8349 4 жыл бұрын
Thank you for your valuable lessons. I hope you do consider sharing lessons which cover missiles, autopilots and guidance systems.
@601106790
@601106790 4 жыл бұрын
Hello Prof. Christopher, so clear and detailed explaination!! Could you please share your lecture notes?
@daviddevine2415
@daviddevine2415 2 жыл бұрын
AE512: If we add X(10), X(11), X(12) as P_N, P_E, P_D to the state vector inside the RCAM model, what do you suggest setting for initial conditions on these elements? I'm thinking (0,0,0) would be a good choice, since when we initialize (phi, lambda, h) as our starting LLA for the Simulink block Geodetic Integrator then the P_N, P_E, P_D evolutions will be relative to that LLA starting point. What do you think?
@ChristopherLum
@ChristopherLum 2 жыл бұрын
David, yes [0;0;0] is fine. Or if you want some altitude try [0;0;-500];
@Po-ChihHuang
@Po-ChihHuang 6 ай бұрын
AA816:Po
@soyluserdar
@soyluserdar 4 жыл бұрын
Thank you for the great content!
@halilhanc5176
@halilhanc5176 3 жыл бұрын
Sir when we change the output of RCAM as 12x1 matrix how do we have to change integrator's inital condition ?How 12 element matrix give feedback to RCAM function.It seems there is something wrong here.
@jackmacleod-maclean4206
@jackmacleod-maclean4206 3 жыл бұрын
I'm having a similar issue with the modification and the no. of input and exit ports not matching. Have you found a soluiton? Perhaps we can share code to try and work through it?
@ucontrolchannel5967
@ucontrolchannel5967 4 жыл бұрын
Thank youuu verryyy much
@ChristopherLum
@ChristopherLum 4 жыл бұрын
You're welcome!
@deepbluesee2213
@deepbluesee2213 3 жыл бұрын
@@ChristopherLum could you share the modifications on rcam model? Thank you very much!
Geodetic Coordinates: Computing Latitude and Longitude
31:29
Christopher Lum
Рет қаралды 19 М.
Reference Frames
16:52
Tim Wilson
Рет қаралды 7 М.
Inside Out 2: ENVY & DISGUST STOLE JOY's DRINKS!!
00:32
AnythingAlexia
Рет қаралды 11 МЛН
Worst flight ever
00:55
Adam W
Рет қаралды 27 МЛН
The joker favorite#joker  #shorts
00:15
Untitled Joker
Рет қаралды 30 МЛН
Поветкин заставил себя уважать!
01:00
МИНУС БАЛЛ
Рет қаралды 6 МЛН
Expressing Vectors in Different Frames Using Rotation Matrices
45:39
Christopher Lum
Рет қаралды 33 М.
The REAL Three Body Problem in Physics
16:20
Up and Atom
Рет қаралды 636 М.
Trimming a Model of a Dynamic System Using Numerical Optimization
1:00:44
Manipulating Aerodynamic Coefficients
25:33
Christopher Lum
Рет қаралды 7 М.
Celestial Navigation Math
10:10
TabletClass Math
Рет қаралды 507 М.
Euler Angles Explained | Numerical Methods with Python 7
7:07
Alfonso Gonzalez - Astrodynamics & SE Podcast
Рет қаралды 23 М.
Inside Out 2: ENVY & DISGUST STOLE JOY's DRINKS!!
00:32
AnythingAlexia
Рет қаралды 11 МЛН