On the Drone, we have successfully auto-landed on moving target by use POSITION_TARGET_LOCAL_NED API.
But, This API(POSITION_TARGET_LOCAL_NED) doesn’t work in plane or VTOL plane. The plane doesn’t change speed.
I currently use MAVLink 1.0 protocol and GUIDED mode to control the plane. Is there an alternative API to control speed and direction of the plane or VTOL plane?
Many thanks.
I have tried to use COMMAND_INT API to send command(MAV_CMD_DO_CHANGE_SPEED).
However, it doesn’t change speed.
Is this API limited in AUTO mode, or any mode can excute by this API.