We do: ``` await drone.action.set_takeoff_altitude(1) await self.vehicle.system.action.takeoff() ``` But the drone is receiving a [Mavlink take off message](https://mavlink.io/en/messages/common.html#MAV_CMD_NAV_TAKEOFF) with param alt = 2 [m] This is the received mavlink msg: 