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
When enabling ATTI mode, i still notice drone maintaining it's position (around 50 meters altitude) and the MainFlyState is still using gps.. I receive positive callback that the mode is switched on.
suspend fun setAttitudeModeEnable(set: Boolean) {
controller.setAttitudeModeEnable(set, object : CallbackWithNoParam {
override fun onFailure(p0: AutelError?) {
Logger.e(p0.toString())
}
override fun onSuccess() {
Timber.d("atti mode enabled $set")
}
})
}
Please help solve this problem.
The text was updated successfully, but these errors were encountered:
When enabling ATTI mode, i still notice drone maintaining it's position (around 50 meters altitude) and the MainFlyState is still using gps.. I receive positive callback that the mode is switched on.
Please help solve this problem.
The text was updated successfully, but these errors were encountered: