<%= 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
3 comments
Could anyone help me understand what the meaning of this error is and how to get it solved? Thanks.
This usually happens if you try to start a mission before the drone gets a GPS lock, but in some cases it is possible that the DJI SDK never reports location or other critical telemetry to the app. In the latter case you may need to disconnect / reconnect the drone, or even power cycle it.
thanks. Tried the same today and this time it worked.
Please sign in to leave a comment.