When checking the code below in the c:\MP\ExtLibs\SimpleExample example among MP sources, mavlink_gps_status_t data cannot be received. I would like to know why.
When inserting the code below, Messagebox.show("gps_status_t’); does not appear.
The GPS is fixed. If anyone has any idea why, please respond.
if (packet.data.GetType() == typeof(MAVLink.mavlink_gps_status_t))
{
Messagebox.show("gps_status_t’);
}
mavlink_attitude_t,mavlink_heartbeat_t,mavlink_sys_status_t,
mavlink_global_position_int_t is received without problem.
The reason why mavlink_gps_status_t does not receive examination
mavlink_global_position_int_t is received, but mavlink_gps_status_t is not received.