ArduPilot / MissionPlanner

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

Edit multiple altitudes at once in flight plan #225

Open iskess opened 11 years ago

iskess commented 11 years ago

After laying down over a hundred waypoints, I decided I needed to lift them all up by a certain amount. It would be nice to have a function in MP that allows the editing of altitudes in a batch rather than one at a time.

SSUAV commented 11 years ago

+1

Sent from my iPhone

On 04/11/2013, at 7:16 AM, iskess notifications@github.com wrote:

After laying down over a hundred waypoints, I decided I needed to lift them all up by a certain amount. It would be nice to have a function in MP that allows the editing of altitudes in a batch rather than one at a time.

— Reply to this email directly or view it on GitHub.

Habitatea commented 11 years ago

+1

meee1 commented 11 years ago

there are a few different options.

all to a set height all increase by a set height. 5-10 to a set height 5-10 increase by a set height.

which ones of these do I need to implement?

iskess commented 11 years ago

Ideally I could select using the shift+click or ctrl+click convention, then those increase/decrease by a set height. "To a set height" would be very useful to if you can add the option, but if too hard, we can just decrease by a big value like 10000, which sets all to zero, then increase by a set value to normalize everything.

meee1 commented 11 years ago

the first version will be a simple increase all by x

iskess commented 10 years ago

Can you add "change all by multiple" Thank you

iskess commented 10 years ago

Thank you Michael. That was another great incremental step. Eventually it would be great to be able to line select the WP that you want to change rather than all of them. This could use the SHIFT and CTRL convention to select.

iskess commented 10 years ago

I think there is a bug in the display: alt change

The entry field is not visable

meee1 commented 10 years ago

that is a bit of an issue. I wil lfix