The output value of discrete PID controller is NaN
Afficher commentaires plus anciens
I'm trying to control motors with pwm signals.
when I clicked monitor & tune button, I found some outputs of discrete PID controller block is NaN. It is stated below.

Other input from same bus, yawspeed, generate normal value, however, pitch and roll angles have nan value.
I first thought that the problem is from the difference of data type.. so I checked data types of all inputs and outputs and there are no problems with data types.
Is there anyone who know why the nan value is generated?
2 commentaires
Ameer Hamza
le 19 Mai 2020
Try to monitor the input of PID blocks. Are the input values finite?
lim daehee
le 19 Mai 2020
Réponses (3)
Ankur Bose
le 28 Sep 2021
2 votes
Answered the same question here
https://www.mathworks.com/matlabcentral/answers/527384-i-gain-of-pid-controller-has-nan-value-simulink
2 commentaires
勇刚 张
le 19 Mai 2022
This method can solve the problem
- Ensure that initial inputs are not NaN. in PX4 thing might happen when you are trying to read from vehicle attitude connected to rotation block. Initially the estimator might not have started which caues attitude not to be published and hence uORB block retutns [0 0 0 0] as quat which are invalid and hence rotation block computes NaN and passes to PID. Eventually this might be fixed but PID will still store NaN.
- Reset the PID block using and external signal when values are stored
Zheng Zhang
le 8 Sep 2023
您好,能详细说一下您是怎么解决的吗?
Jonas
le 19 Mai 2020
1 vote
Check the block 'Rotation Order: ZYX'. Does it work properly?
1 commentaire
lim daehee
le 19 Mai 2020
Modifié(e) : lim daehee
le 19 Mai 2020
Kunal Lad
le 31 Juil 2020
0 votes
Hey Lim Daehee,
Did you find the solution to this problem as I am facing it too. Share up if possible.
Thanks.
Catégories
En savoir plus sur Continuous dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!