We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think this is a feature request, would it be possible to implement autopilot_type() ( https://github.com/mavlink/MAVSDK/blob/cebb708a42c82c283b08177468eecd4c03f8c1ef/src/mavsdk/core/include/mavsdk/system.h#L186 ) in the Java SDK?
autopilot_type()
There are some differences between Ardupilot and PX4 that I need to handle in different ways, so I need to access the MAV_AUTOPILOT value
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think this is a feature request, would it be possible to implement
autopilot_type()
( https://github.com/mavlink/MAVSDK/blob/cebb708a42c82c283b08177468eecd4c03f8c1ef/src/mavsdk/core/include/mavsdk/system.h#L186 ) in the Java SDK?There are some differences between Ardupilot and PX4 that I need to handle in different ways, so I need to access the MAV_AUTOPILOT value
The text was updated successfully, but these errors were encountered: