Is there a mistake on the "Navigation Toolbox"?
1 次查看(过去 30 天)
显示 更早的评论
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!
0 个评论
采纳的回答
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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Financial Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!