As they said ,it will be available on may 6th…
I also am really looking forward to the Anafi SDK.
It is the main reason that I bought a Anafi.
Thank you Parrot developers for making the time to work on this.
Sitting here drinking my coffee and hoping we hear some good news today.
I am pressing F5 every 5 seconds since 08.00 am - It’s 17.49!!! -
Not in my timezone!
It’s already May 7th here.
Jerome will there be a forum re-design as well? Still wondering if & when we will see a pilots wishlist THAT still would be awesome to have…
Keep up the great work!
Cheers
Meikel
There is no special built-in function in the discourse tool for that, I guess we can just open a new thread called [WISHLIST] and create a wiki on the first post to edit it.
I’ll do that
THAT would be great Jerome…I already pushed for some ideas on the german forum(s) so happy to add those ideas as a first starter
Let me know once that is done…
cheers
Is there somewhere a prebuild/compiled .arr library for download.
Hi,
I presume you mean ‘.aar’ library. If so, yes indeed: all GroundSdk Android artifacts are available on jcenter.
You can add them as dependencies in your application’s build.gradle file, like so:
repositories {
jcenter()
}
dependencies {
implementation 'com.parrot.drone.groundsdk:groundsdk:1.0.1'
implementation 'com.parrot.drone.groundsdk:sdkcore:1.0.1'
runtimeOnly 'com.parrot.drone.groundsdk:arsdkengine:1.0.1'
}
Regards.
Thx for your quick answer. Parrot ist realy cool! Will try your hint. Thx!!!
Thx - works great now. Add this to your graddle to get the ground sdk working:
compileOptions {
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_1_8
}
Is there any way for this to work with a react native application ?? (cross platform)
Not really.
We made native code by choices
Hi Devs,
Can anyone tell me which they feel is the best programming platform for the ANAFI’s please?