mavlink / MAVSDK-Java

MAVSDK client for Java.
73 stars 42 forks source link

Update MavSDK to 2.1.0 #146

Closed tkocik92 closed 7 months ago

tkocik92 commented 7 months ago

Is it possible to update MAVSDK-Java to use MavSDK 2.1.0?

JonasVautherin commented 7 months ago

Good point, let me see that ASAP.

JonasVautherin commented 7 months ago

I just released mavsdk-java v2.0.0 to the maven repository. The packages should be there in a few hours. Would you mind trying them and letting me know if they work for you?

JonasVautherin commented 7 months ago

It is already there: https://central.sonatype.com/artifact/io.mavsdk/mavsdk

tkocik92 commented 7 months ago

I confirmed the updates are available, but implementation 'io.mavsdk:mavsdk:2.0.0' appears to be missing its classes? import io.mavsdk.System and all related classes are throwing errors:

Screenshot 2024-02-08 at 7 41 02 AM
JonasVautherin commented 7 months ago

You're right, apparently with the newer version of gradle this got dropped in the publish task. I pushed again (io.mavsdk:mavsdk:2.0.1), would you mind trying that?

tkocik92 commented 7 months ago

Everything is working again. Thanks!