Closed dcwalmsley closed 10 years ago
Thanks for the detailed thoughts and effort put into this enhancement reqest. I suspect that it's better to discuss this on drones-discuss though before raising it as an enhancement request.
I'm going to close this issue, because I think this request is more of a ground station request which would mean it belongs in the mission planner issues list. https://github.com/diydrones/MissionPlanner
I don't think there's much we can do in the flight control software.
What do you mean by drones-discuss. ?
Doug W.
On March 12, 2014 11:03:17 PM Randy Mackay notifications@github.com wrote:
Thanks for the detailed thoughts and effort put into this enhancement reqest. I suspect that it's better to discuss this on drones-discuss though before raising it as an enhancement request.
I'm going to close this issue, because I think this request is more of a ground station request which would mean it belongs in the mission planner issues list. https://github.com/diydrones/MissionPlanner
I don't think there's much we can do in the flight control software.
Reply to this email directly or view it on GitHub: https://github.com/diydrones/ardupilot/issues/896#issuecomment-37496056
Doug, There's an email discussion group called drones-discuss@gogglegroups.com. Feel free to post there and it'll go out to all the ArduCopter/ArduPlane dev and a bunch of other people.
Ok. I will send my thoughts to that address.
Thank you.
Doug W.
On March 13, 2014 10:47:30 AM Randy Mackay notifications@github.com wrote:
Doug, There's an email discussion group called drones-discuss@gogglegroups.com.
Feel free to post there and it'll go out to all the ArduCopter/ArduPlane dev and a bunch of other people.
Reply to this email directly or view it on GitHub: https://github.com/diydrones/ardupilot/issues/896#issuecomment-37541191
I wanted to post this for discussion and possible implementation. I for one can feel the stress and sorrow for a lost copter or airplane. I had a few close calls and after reading Quadzimido's "Joy, Excitement, Flight, Loss, ..." post, I decided to draft up what I think could work in any mission planner once coded.
Ok here goes my thoughts and ideas and by no means does this cover everything but it's a good start. Please feel free to read, digest, and provide inputs as I feel this is a necessary feature in helping pilots locate downed aircrafts.
Is there a way to build into the Mission Planner software a Rescue Line/Triangular Search Area for lost copters/airplanes?
Other Factors a. Flight Mode. What was the aircraft set to when it flew away? Autopilot or Operator Inputs b. Aircraft Altitude
Note: Not sure how to address airplanes and glide slope issues, or how search areas could be affected by different flight modes. Best leave this open for discussion with other folks.
a. Normally this is a simple process of calculating position based on a point (Lat-Long), time, course, and speed and plots position as time progresses. This is a simple mathematic equation but all of this isn’t necessarily needed. What's needed is a line/triangular search area that shows minimum and maximum flight range based on last known position and battery life remaining, and ground speed. This established the beginning and end points. The side of the triangle would be based on wind direction and velocity referred to as steering winds.
Here are some thoughts on how to possibly incorporate this idea into the Mission Planner.
Note: This is basic and does not indicate true flight time for numerous reasons such as battery health, battery life remaining, pilot inputs, aircraft weight, onboard power demands, winds, etc.
Using this as a means to measure voltage, I recommend sampling battery voltage every 15 seconds so as to not over task the processor time. Take current voltage reading and subtract that from maximum and this provides voltage remaining.
Position Calculation a. Plot Position at time Aircraft last reported position. Calculate distance remaining based on last known ground speed x time remaining of battery life.
Steering Winds
a. Cross winds will affect aircraft normal path of travel.
Recommend using 90 degree offset (Perpendicular) to normal travel as a worst case scenario and will make calculations far easier to incorporate.