ArduPilot / MissionPlanner

Mission Planner Ground Control Station for ArduPilot (c# .net)
http://ardupilot.org/planner/
GNU General Public License v3.0
1.71k stars 2.34k forks source link

MP need to show DO_LAND_START points as rally points #2472

Open suraqis opened 3 years ago

suraqis commented 3 years ago

Issue details

When planning missions DO_LAND_START commands in mission are not shown on map but they are really used as rally points. We need to see that points for better planning and decision making during the flight.

It's confusing enough when planning a mission that DO_LAND_START command have coordinates and altitude but UAV will not follow it, and that coordinates are used only for making decision to which DO_LAND_START command from multiple possible to jump when RTL engaged. Using DO_LAND_START and RTL along with AFS and FS features gives operator a very powerful tools for programming contigencies and emergencies mitigation. But we have to see that points on map. Best way is to show it as rally point.

Version

1.3.74 (any)

Platform

[ ? ] All [ ] AntennaTracker [ ] Copter [ X ] Plane [ ] Rover [ ] Sub

Airframe type

Plane

Hardware type

Any (Particularly Arduplane 4.1 dev SITL)

Logs

No need log to reproduce

magicrub commented 3 years ago

I like this idea!