Hello,
I have the following architecture:
QGC ↔ ardupilot ↔ raspberry pi 4 ↔ sensors
On the raspberry pi, I have a program which detects status of the connected sensors.
I attempted to send notifications of changes of status to QGC.
I have tried sending from the raspberry STATUSTEXT MAVLINK messages with all different severities levels. I have checked the traffic and saw that the QGC received the messages, however this does not pop up any message on QGC.
Is it supposed to work?
Alternatively, is there a different way to notify QGC of status changes?
Thanks alot,
Asaf