Skip to content
New issue

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

ATTI Mode does not appear to be switched on #14

Open
starcheek opened this issue Jul 11, 2023 · 0 comments
Open

ATTI Mode does not appear to be switched on #14

starcheek opened this issue Jul 11, 2023 · 0 comments

Comments

@starcheek
Copy link

starcheek commented Jul 11, 2023

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.

@starcheek starcheek reopened this Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant