Undefined function or variable 'insfilterNonHolonomic'

1 visualización (últimos 30 días)
Raj Gupta
Raj Gupta el 20 de Nov. de 2019
Respondida: Bhargavi Maganuru el 27 de Nov. de 2019
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

Respuestas (1)

Bhargavi Maganuru
Bhargavi Maganuru el 27 de Nov. de 2019
'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!

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by