Posted by Sushanth J on December 16, 2015 at 8:55am
Hey guys,
Is it possible to modify the waypoints or add new waypoints during a mission, without changing the mission plan as a whole. I heard MAVproxy is capable of this, but can we do it using mission planner?
You need to be a member of diydrones to add comments!
To add or modify a mission you'll need to 'Write' the new mission and 'Restart' the mission (or click loiter/restart/auto after writing the new mission), if you want it to resume from a specific waypoint number you'll then need to "Set WP" number to the next required WP number just after restarting the mission. The WP's are stored onboard the FC and are not updated real time.
Sushanth J > Graham DyerDecember 16, 2015 at 11:08am
Is there anyway to do this without restarting the mission?
you can modify the mission on APM while in a auto mode, the only thing to note is that the APM current WP cannot be changed. There is a 'fix' for this, but it's not in the current released FW.
Sushanth J > Bill BonneyDecember 16, 2015 at 10:03am
Can I do the same in guided mode. As in, can I deviate the flight path slightly so that the plane doesn't exactly travel in a straight line from one waypoint to the next waypoint.
My intention is to deviate from the predefined flight path, so can I do this using waypoints or without waypoints?
Replies
To add or modify a mission you'll need to 'Write' the new mission and 'Restart' the mission (or click loiter/restart/auto after writing the new mission), if you want it to resume from a specific waypoint number you'll then need to "Set WP" number to the next required WP number just after restarting the mission. The WP's are stored onboard the FC and are not updated real time.
Is there anyway to do this without restarting the mission?
you only need to restart, if you want to go to WP1. You can add a DO_JUMP command to go to a specific WP in the list.
i.e. you could add DO_JUMP 5 after the current WP (e.g. 4), and it will jump to that specified WP
you can modify the mission on APM while in a auto mode, the only thing to note is that the APM current WP cannot be changed. There is a 'fix' for this, but it's not in the current released FW.
Can I do the same in guided mode. As in, can I deviate the flight path slightly so that the plane doesn't exactly travel in a straight line from one waypoint to the next waypoint.
My intention is to deviate from the predefined flight path, so can I do this using waypoints or without waypoints?
Guided Mode is different. It goes to point you last sent.