I have a fairly complex, time-indexed 3-D trajectory I’d like my quadcopter to follow. I realize I could do this with waypoints, but due to the trajectory complexity, I’d likely require more than the max number of waypoints allowed in a mission (which is around 700 waypoints, per elsewhere on this forum).
I could break up my full trajectory into segments of <700 waypoints each, and then upload a new segment as needed … but I’m afraid that might cause a discontinuity at the point of new mission upload.
Is there any other approach to this problem I could take? Is there any development or branches of Arducopter which include more robust trajectory following?