<%= 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
5 comments
Look up on the fly orbits
Thank you Barry,
Will “on the fly” orbits allow me to fly to a point manually and then launch a mission such as a spiral from that pint?
What is the best way to fly to a point manually and then launch a mission from that point?
take a read of this article https://support.dronelink.com/hc/en-us/articles/13516181001235-Orbit-Mode-On-the-Fly-Continuously-fly-orbits-or-arcs-around-a-POI-and-adjust-orbit-real-time-using-the-RC-sticks
Thank you Martin for the link to the article: https://support.dronelink.com/hc/en-us/articles/13516181001235-Orbit-Mode-On-the-Fly-Continuously-fly-orbits-or-arcs-around-a-POI-and-adjust-orbit-real-time-using-the-RC-sticks
The article states:
In the orbit mode in on-the-fly missions, is it possible to program an advanced orbit such as spiral?
Could I manually fly the drone over an object and then have it perform an advanced orbit/programmed spiral?
Ideally, I would like to
1) pre-program an advanced orbit.
2) manually fly the drone to an object in view using the controllers/joysticks.
3) execute the pre-programmed advanced orbit beginning at the exact location of the drone.
Thank you!
Use the Spiral function.
Please sign in to leave a comment.