@ -672,7 +672,11 @@ bool AP_Mission::mavlink_to_mission_cmd(const mavlink_mission_item_t& packet, AP
@@ -672,7 +672,11 @@ bool AP_Mission::mavlink_to_mission_cmd(const mavlink_mission_item_t& packet, AP
cmd.content.guided_limits.alt_max=packet.param3;// max alt above which the command will be aborted. 0 for no upper alt limit
cmd.content.guided_limits.horiz_max=packet.param4;// max horizontal distance the vehicle can move before the command will be aborted. 0 for no horizontal limit
packet.param3=cmd.content.guided_limits.alt_max;// max alt above which the command will be aborted. 0 for no upper alt limit
packet.param4=cmd.content.guided_limits.horiz_max;// max horizontal distance the vehicle can move before the command will be aborted. 0 for no horizontal limit