You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Waylines can be made to not wiggle without extra waypoints
We have been doing a lot of extra work, and adding lots of extra waypoints, to avoid the DJI Mini 4 Pro wanting to fly in a curved path. @smathermather and I have been experimenting with the WayPoint Markup Language (.wpml) to avoid this, and we've found the following parameters that seem to produce nice rectilinear flight plans:
Waylines can be made to not wiggle without extra waypoints
We have been doing a lot of extra work, and adding lots of extra waypoints, to avoid the DJI Mini 4 Pro wanting to fly in a curved path. @smathermather and I have been experimenting with the WayPoint Markup Language (.wpml) to avoid this, and we've found the following parameters that seem to produce nice rectilinear flight plans:
Specifically note these lines:
In our .wpml previously, the
globalUseStraightLine
parameter has been set to 0. I've set it to 1, and I get a square-looking flight path.I haven't actually flown these yet as it's raining, but in the controller it shows a square path, whereas before it showed a wiggly path.
Pending some actual tests, I suggest we modify our mission config parameters to this setting.
With luck, we might be able to stop using the extra waypoints to avoid the rotated photos!
The text was updated successfully, but these errors were encountered: