Create custom flight file
2 ビュー (過去 30 日間)
古いコメントを表示
We are working on gyro-free inertial navigation and I watched the tutorial about Flight Log Analysis.
I need to create a Custom Flight Log data with a trajectory and parameters like linear and angular acceleration, etc.
I tried Visualize Custom Flight Log at https://www.mathworks.com/help/uav/ug/visualize-custom-flight-log.html
At the very beginning it is said "Load Custom Flight Log" but I need to CREATE the log file.
I would really appreciate your help.
1 件のコメント
Star Strider
2023 年 5 月 10 日
I don’t have the UAV Toolbox (and have no direct experience with UAVs), however it seems that the UAV creates its own flight log. You can then use Flight Log Analysis to access it and work with it.
回答 (1 件)
Priyank Pandey
2023 年 5 月 17 日
Hi Alexander,
MATLAB does not have a built-in flight log file format.
To visualise custome flight log and explore Flight Log Analyzer you can run the following command in command window to load an existing example ulog file:
ulg= ulogreader('flight.ulg')
To explore more about Flight Log analyzer, refer to the following link:
I hope this helps!
Regards
Priyank
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!