Undefined function or variable 'insfilterNonHolonomic'
이전 댓글 표시
I am trying to use insfilterNonHolonomic function from sensor fusion and tracking toolbox but I am getting following issue:
Undefined function or variable 'insfilterNonHolonomic'
I saw that the toolbox is installed and activated
license('test','Sensor_Fusion_and_Tracking')
ans =
1
I am using Matlab R2019a
답변 (1개)
Bhargavi Maganuru
2019년 11월 27일
0 개 추천
'insfilterNonHolonomic' is the new syntax in R2019b version for the function 'NHConstrainedIMUGPSFuser' in R2019a version. So you could try using 'NHConstrainedIMUGPSFuser' in your code.
Hope this helps!
카테고리
도움말 센터 및 File Exchange에서 Tracking and Sensor Fusion에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!