mavlink / MAVSDK-Java

MAVSDK client for Java.
73 stars 42 forks source link

maven release? #121

Closed rkashaev closed 1 year ago

rkashaev commented 1 year ago

Hello, guys! Thanks for your work!

Not sure if it's the proper place to ask, but anyway. I'm trying to update the mavsdk-java lib to the latest release, but in the maven repo https://mvnrepository.com/artifact/io.mavsdk/mavsdk I see the latest version is 1.2.0 only. Are there any plans for updating it? Currently, I'm struggling with building the lib from the sources and it's not that easy.

Thanks again! Happy new year!

JonasVautherin commented 1 year ago

What do you need that is not released yet?

I'll try to make a release early next week :+1:

rkashaev commented 1 year ago

Oh, actually I confused with MAVSDK release. So yeah, according to the sources, latest mavsdk-java is really 1.2.0 (supporting server version 1.4.6), while MAVSDK itself is 1.4.10.

JonasVautherin commented 1 year ago

So you don't really need a new release, do you? :thinking:

rkashaev commented 1 year ago

I do! If it's possible, I would like to have MAVSDK-Java reflecting the latest MAVSDK version.

JonasVautherin commented 1 year ago

I'll do it ASAP. Note that those are only a few bugfixes, so possibly it doesn't make a difference for you :+1:

divyanshupundir commented 1 year ago

I've been trying to add more Adrupilot support but it looks like some changes have been done post 1.4.6

@JonasVautherin can you please do it by next week?

JonasVautherin commented 1 year ago

Done! MAVSDK-Java 1.3.0 should be available on the Maven Repository in a few hours

divyanshupundir commented 1 year ago

Thanks @JonasVautherin. I'll test it and get back in a few hours.

rkashaev commented 1 year ago

Thanks, guys! I think we can close this!