You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Android, I am using the below code inside of grade dependency to use the SDK. How does the mavsdk-server link with mavsdk-core? Does it link by downloading a prebuilt file of mavsdk-core from GitHub or I have an installed mavsdk-core system on my computer?
The reason I am asking is because when I try to use a modified sdk-java with new function in for example, core plugin and/or core.proto. It will have trouble linking with mansdk-core and crash the app.
I am using the modified mavsdk dependency through a .jar file.
I would really appreciate if someone could give me guidance on how I can use the modified mavsdk-java and link it with my modified mavsdk-core. I think I need to add a PATH into my project to tell it to use the modified mavsdk-core headers file.
The text was updated successfully, but these errors were encountered:
Ba0Nguyen
changed the title
How does MavSdk-Java mavsdk-server connect with mavsdk-core (C++)?
How does MavSdk-Java mavsdk-server connect with mavsdk-core (C++)? QUESTION
May 13, 2024
For Android, I am using the below code inside of grade dependency to use the SDK. How does the mavsdk-server link with mavsdk-core? Does it link by downloading a prebuilt file of mavsdk-core from GitHub or I have an installed mavsdk-core system on my computer?
The reason I am asking is because when I try to use a modified sdk-java with new function in for example, core plugin and/or core.proto. It will have trouble linking with mansdk-core and crash the app.
implementation 'io.mavsdk:mavsdk:2.0.1'
implementation 'io.mavsdk:mavsdk-server:2.0.0'
I am using the modified mavsdk dependency through a .jar file.
I would really appreciate if someone could give me guidance on how I can use the modified mavsdk-java and link it with my modified mavsdk-core. I think I need to add a PATH into my project to tell it to use the modified mavsdk-core headers file.
The text was updated successfully, but these errors were encountered: