I watch this video lua script sending Mavlink to GCS. but seem like it was not a success.
But, I want to know is if there is anyhow to interact with Vehicle with Mavlink command.
for example, send MAV_CMD_CONDITION_YAW
when the mission starts. currently, I do a trick by edit one waypoint in the script to change command from 16
to 115
but feel like a hack.