Git Product home page Git Product logo

Comments (5)

lanyusea avatar lanyusea commented on July 28, 2024 1

it will be unreasonable if we apply this unit

it is float, which means the value you can set 0.0000001, 0.0000002, etc

I also want to know the start point of the coordinate system. Is it a ego-centric coordinates system or it starts from where the drone taking off? Thanks!

not quite understand what you mean, if you're asking about the GPS coordinate, it should be the same as the regular definition.

from windows-sdk.

dji-sdk avatar dji-sdk commented on July 28, 2024

Hi, there are two options for you to ask for help:

  1. Post your issues on StackOverflow: https://stackoverflow.com/questions/tagged/dji-sdk, the community can help you.

  2. Report your issues to [email protected], as it's our official channel for developers to request DJI Developer Support now.

For DJI Developer Support, we have the following three tiers:

  • Standard

This free support is available to anyone reaching out to [email protected]. There is no guarantee for response time.

  • Preferred

    This support comes with Pro membership for 99 USD per year. You can purchase it on DJI Developer Website. These requests have priority over Standard ones. Starting today, Preferred questions will be replied to within 2 to 5 business days (Monday – Friday).

  • Premium

    This one-time ticket is considered high-priority and costs 499 USD per issue. You can purchase it on DJI Developer Website after you become the Pro membership developer. Starting today, Premium questions will be replied to within 1 business day (Monday – Friday). This may include communication with DJI SDK engineers, but will not involve face-to-face interaction. Time limitations apply, and please keep in mind that one question is permitted per ticket. We will do our best to resolve your issue, but there some situations demand deeper engineering efforts.

from windows-sdk.

wzx16 avatar wzx16 commented on July 28, 2024

it will be unreasonable if we apply this unit

it is float, which means the value you can set 0.0000001, 0.0000002, etc

I also want to know the start point of the coordinate system. Is it a ego-centric coordinates system or it starts from where the drone taking off? Thanks!

not quite understand what you mean, if you're asking about the GPS coordinate, it should be the same as the regular definition.

Thanks Lanyusea. I got it, the LocationCoordinate2D is in geographical unit. So the issue I met is I want to control the drone to fly around in a in-door space, so I assume I need to do some low level control. Can you tell me what should I do? How can I build the coordinate system for my experimental playground? For instance:

Waypoint waypoint = new Waypoint()
{
location = new LocationCoordinate2D() { latitude = latitude, longitude = longitude },
altitude = 20,
gimbalPitch = -30,
turnMode = WaypointTurnMode.CLOCKWISE,
heading = 0,
actionRepeatTimes = 1,
actionTimeoutInSeconds = 60,
cornerRadiusInMeters = 0.2,
speed = 0,
shootPhotoTimeInterval = -1,
shootPhotoDistanceInterval = -1,
waypointActions = new List()
};

Replace the location's LocationCoordinate2D() by DoublePoint2D?

from windows-sdk.

lanyusea avatar lanyusea commented on July 28, 2024

I assume I need to do some low level control.

yes

an you tell me what should I do?

the waypoint here is not suitable for your requirement. Waypoint is designed for long-term outdoor flight task based on GPS.

For your requirement, I suggest use DJI Onboard SDK, which is designed for lowlevel control.

If you insist using Windows SDK, the https://developer.dji.com/api-reference/windows-api/VirtualRemoteController/VirtualRemoteController.html may help

from windows-sdk.

wzx16 avatar wzx16 commented on July 28, 2024

Cool, thanks. I read the document you posted here. So I assume (-1, 1) corresponds to the maximum degree that the drone can perform. And the method ‘attitudechanged’ shows the range is (-180, 180), which I assume is unavailable to perform. So I was wondering the corresponding degree to (-1, 1). Btw, my drone is Mavic Air.

from windows-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.