Anyone knows if is possible to change/create the waypoints during the flight?
float wayPoints[WP_TOTAL][3] = {My ideia is to create a similar program to configtool (to create the traject of the plane) and give the possibility to put a new waypoint during the flight.
{-0.000465, -0.000612, 100}, // 1
{0.000456, -0.000628, 75}, // 2
{-0.000453, 0.000558, 50}, // 3
{0.000456, 0.000536, 25}, // 4
}
You think that is possible?
Best REgards
Joao Machado
Portugal
Replies
http://diydrones.com/forum/topics/a-selflearning-uav-with-the
As I understand it, APMega should support this out of the box. (once the code is written) =)
--jp