Is there a mistake on the "Navigation Toolbox"?

2 ビュー (過去 30 日間)
Chengbin Wang
Chengbin Wang 2020 年 9 月 5 日
回答済み: Ryan Salvo 2021 年 4 月 19 日
When I use the Navigation Toolbox, I find someting maybe is wrong.
In the "..\Polyspace\R2020a\toolbox\shared\positioning\positioning\+fusion\+internal\+frames\NED.m", there is :
" % LinAccelSign - is the linear acceleration a positive or negative
% quantity.
% In ENU, it is a negative quantity.
LinAccelSign = -1; "
and in the "..\Polyspace\R2020a\toolbox\shared\positioning\positioning\+fusion\+internal\+frames\ENU.m", there is:
" % LinAccelSign - is the linear acceleration a positive or negative
% quantity.
% In ENU, it is a negative quantity.
LinAccelSign = -1; " Is that wrong??
I'm confused, but this definition is critical!

採用された回答

Ryan Salvo
Ryan Salvo 2021 年 4 月 19 日
Hi Chengbin,
The source code is correct, there is just a typo in the NED.m file. The comment in that file should read "In NED, it is a negative quantity."
Thanks,
Ryan

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeFinancial Toolbox についてさらに検索

製品


リリース

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by