<%= partial('partial-article-list-sections', {
id: 'category-' + category.id,
parentId: '#sidebar-article-navigation',
sections: category.sections,
activeCategoryId: activeCategoryId,
activeSectionId: activeSectionId,
activeArticleId: activeArticleId,
partial: partial
}) %>
<% }); %>
Comments
4 comments
The height is always above the actual takeoff location.
So the actual take off height of the first mission is carried over as the actual take off height of the second mission. I can see that will work fine where the two start points have a similar actual height but is it fair to say that if, due to the terrain, those two start points have very different heights, then one could fly into the ground?
If you have concerns about the altitude reference, you need to set a required takeoff locaiton for each plan, and the app will force you to come land and takeoff at the right place to ensure altitude consistency.
Yes I understand. I needed to be sure of when I can run two missions without landing in between. It seems that is fine so long as the two take off locations are reasonably similar in height.
Please sign in to leave a comment.