Mission Planner not sending MISSION_ITEM_INT

When i work with SITL doesn’t send at all mission_item_int and similar parametres


any ideas??

Are you using ArduPlane 4.5.0-beta1 ?

Those messages are not typically sent at regular intervals, but rather on demand (as in, when you read or write a mission to the autopilot).

The fact that those messages appear in the inspector means that they have been received at least once, but the message rate indicates that they are not continuously monitored (normal behavior).

Further, if you are using a more recent version, those messages may never appear at all when using MAVFTP to transfer a mission.

yeah, now it’s clear, but what commands are there? For example, I’m working in C# via udp, I’m just reading, as I understand it should demand, maybe there are some examples?