Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DJI stops at intermediate waypoints #1

Open
Nannigalaxy opened this issue Apr 13, 2023 · 2 comments
Open

DJI stops at intermediate waypoints #1

Nannigalaxy opened this issue Apr 13, 2023 · 2 comments

Comments

@Nannigalaxy
Copy link

I have KML generator which adds intermediate waypoints for terrain undulations

for example: consider this as wayline and its intermediate points
#------------X----------------X----------------X---------------#

So during intermediate points drone speed reduces to 0 and continues flight in the straight line.
What tag to change to make drone without dropping speed throughout the line.

here is the one waypoint placemark

<Placemark>
        <name>Waypoint4</name>
        <visibility>1</visibility>
        <description>Waypoint</description>
        <styleUrl>#waypointStyle</styleUrl>
        <ExtendedData xmlns:mis="www.dji.com">
          <mis:useWaylineAltitude>true</mis:useWaylineAltitude>
          <mis:heading>0</mis:heading>
          <mis:turnMode>Auto</mis:turnMode>
          <mis:gimbalPitch>0.0</mis:gimbalPitch>
          <mis:useWaylineSpeed>true</mis:useWaylineSpeed>
          <mis:speed>6.0</mis:speed>
          <mis:useWaylineHeadingMode>true</mis:useWaylineHeadingMode>
          <mis:useWaylinePointType>true</mis:useWaylinePointType>
          <mis:pointType>LineStop</mis:pointType>
          <mis:cornerRadius>0.2</mis:cornerRadius>
        </ExtendedData>
        <Point>
          <altitudeMode>relativeToGround</altitudeMode>
          <coordinates>78.24844631342327,18.38721717273354,53.57012939453125</coordinates>
        </Point>
      </Placemark>
      <Placemark>
@sbonaime
Copy link
Member

sbonaime commented May 2, 2023

@Nannigalaxy
Unfortunately, I did not find yet any solution to prevent the drone from stopping 😕

@Nannigalaxy
Copy link
Author

so even you have faced the same issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants