Closed GoogleCodeExporter closed 8 years ago
I have a fix (4 lines) and can submit.
Original comment by cwcent...@gmail.com
on 18 Jul 2012 at 4:37
this is not a problem,
the planner uses this
armed = (hb.base_mode & (byte)MAVLink.MAV_MODE_FLAG.SAFETY_ARMED) ==
(byte)MAVLink.MAV_MODE_FLAG.SAFETY_ARMED ? 4 : 3;
Original comment by Meee...@gmail.com
on 20 Jul 2012 at 9:16
Ok, I see missionplanner takes care of that logic, but when I read heartbeats
in a custom application and just look at status, I get ACTIVE (4), which in the
2.5 firmware I got 3, which i see if different logic in MP for a sysstatus
packet vs a HB packet.
I can adjust my client logic to the same for now.
Original comment by cwcent...@gmail.com
on 20 Jul 2012 at 6:17
i had the same issue in the planner when we converted. but this was the
solution agreed apon.
Original comment by Meee...@gmail.com
on 22 Jul 2012 at 12:52
Original comment by Meee...@gmail.com
on 12 Oct 2012 at 3:29
Original issue reported on code.google.com by
cwcent...@gmail.com
on 18 Jul 2012 at 4:35