Code Monkey home page Code Monkey logo

Comments (4)

dji-dev avatar dji-dev commented on August 16, 2024

Agent comment from yating.liao in Zendesk ticket #110180:

Could you share with us the value of this feature to you? Currently, the emulator function provided by MSDK does not have a wind speed interface .

°°°

from mobile-sdk-android-v5.

IakovlevAA avatar IakovlevAA commented on August 16, 2024

image
I think it will be great, if I can add to InitializationSettings not only coordinates of drone and sattelites, but wind speed and wind direction.
As for example

val coordinate2D = LocationCoordinate2D(simulator_latitude, simulator_longitude)
val num_sat = 15
val wind_speed = 10
val wind_direction = WindDirection.NORTH
val sett = InitializationSettings.createInstance(coordinate2D, num_sat, wind_speed, wind_direction)
enableSimulator(sett, object : CommonCallbacks.CompletionCallback {
    override fun onSuccess()
    {
        ToastUtils.showToast("start simulator Success")
    }

    override fun onFailure(error: IDJIError)
    {
        ToastUtils.showToast("start Failed " + error.description())
    }
})

from mobile-sdk-android-v5.

brien-crean avatar brien-crean commented on August 16, 2024

@dji-dev I would also love to see this feature in SDK 5. The old SDK 4 iOS MSDK used to have this feature and it helped us greatly. It is very useful for testing Virtual stick flight when there is wind. Would it be possible to request this feature in a future update please?

from mobile-sdk-android-v5.

dji-dev avatar dji-dev commented on August 16, 2024

Agent comment from yating.liao in Zendesk ticket #110180:

The current plan does not include this feature. I can submit this requirement to the team for evaluation.

°°°

from mobile-sdk-android-v5.

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.