You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm guessing there is an issue when a field has the same name as the message. When I try to plot AOA.AOA, I get TypeError: Cannot read properties of undefined (reading '0')
If I hack the format descriptor in a hex editor, to change that field name to Ang instead, I can plot AOA.Ang no problem:
The text was updated successfully, but these errors were encountered:
I'm guessing there is an issue when a field has the same name as the message. When I try to plot AOA.AOA, I get
TypeError: Cannot read properties of undefined (reading '0')
If I hack the format descriptor in a hex editor, to change that field name to Ang instead, I can plot AOA.Ang no problem:
The text was updated successfully, but these errors were encountered: