Quadplane precision landing support - testers needed!

If one were to build a new vtol today what’s one of the more recommended platforms? I have a new Matek H743-Wing V3 FC in my parts box and am looking for a summer project.
Thanks!

@tridge
I’m currently testing precision landing in SITL, trying to send landing targets using both MAVLink 1 and MAVLink 2 commands.

With MAVLink 2, Mission Planner gets ‘Target found’ and ‘Init Complete’ messages, keeps detecting until I stop.

However, when using MAVLink version 1, I consistently receive ‘Target Lost’ messages despite continuous command input. It intermittently reinitializes and fails again, sometimes it fails in initialization.

I’m seeking clarification on whether there are any limitations when using MAVLink 1 command.

@pramod it depends what frame you are sending. If sending MAV_FRAME_BODY_FRD then it needs some fields which are MAVLink2 extensions, so won’t work.
What example message fields are you sending?