Hello everyone

Anyone knows if is possible to change/create the waypoints during the flight?

float wayPoints[WP_TOTAL][3] = {
{-0.000465, -0.000612, 100}, // 1
{0.000456, -0.000628, 75}, // 2
{-0.000453, 0.000558, 50}, // 3
{0.000456, 0.000536, 25}, // 4
}


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.

You think that is possible?

Best REgards
Joao Machado
Portugal

You need to be a member of diydrones to add comments!

Join diydrones

Email me when people reply –

Replies

  • Does this still apply?
  • I recall this where modding the code to add waypoints in the air...

    http://diydrones.com/forum/topics/a-selflearning-uav-with-the
  • right now with regular AP, you only have one-way downstream communication via XBee....I believe some people have hacked in 2-way with some additional equipment.

    As I understand it, APMega should support this out of the box. (once the code is written) =)
  • Developer
    If i remember correctly NO. it is not possible to change them on fly but what I have been playing with ArduPIlot and it's software, it is rather easy to modify code to support this feature.

    --jp
This reply was deleted.

Activity