mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-30 11:00:36 +08:00
25e071e21d
We should not send out acks for commands that are not targetted at us. This can confuse other MAVLink components and MAVLink commands just don't scale that way, and it unnecessarily fills up our ack queue. This was likely introduced to debug when MAVLink components were implemented incorrectly sending commands to a wrong target. The most we should do in this case is to print/log an info.