After completing a mission, I want the drone to land facing a specific direction.
I tried setting the yaw option for the LAND waypoint while creating the mission, but the vehicle always lands in the direction of the last waypoint instead.
Is there a parameter or setting I need to enable to make the yaw command effective during landing?
Or does PX4 ignore yaw settings for the final LAND command by default?
Sounds like it’s using MPC_YAW_MODE instead of using the mission item yaw. Can you try to fix this, verify in SITL, and submit a PR? If not at least open an issue on github so we can track it.
Thank you for your reply.
I went through the px4 code of mission module and found that it is intentionally ignoring the landing yaw after mission and suggested a work around to add an extra waypoint with desired yaw before landing and it is working.