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

Estimator reset handling and generic estimator design #14

Open
Pallav1299 opened this issue Nov 4, 2024 · 1 comment
Open

Estimator reset handling and generic estimator design #14

Pallav1299 opened this issue Nov 4, 2024 · 1 comment
Assignees

Comments

@Pallav1299
Copy link

Hey @klaxalk, I hope I'm not overwhelming you with too many questions recently.

I could understand from code that custom estimator plugins handle Soft Resets via implementation in StateGeneric. Are you able to handle estimator Hard Resets(estimator outpur reinitializes from 0) as well? If yes, could you help me know how?

Thanks

@petrlmat
Copy link
Member

petrlmat commented Nov 7, 2024

Hi @Pallav1299 ,
estimator reset is possible but there should be another estimator that can be used for feedback control while the reset is in progress. E.g. you want to reset your VIO estimator, so you should have a second estimator (for example LIO or GPS) that can be used during the reset. If there is no other estimator, the UAV cannot be stabilized and will perform a failsafe land (gradual decrease of thrust while keeping horizontal attitude using IMU data only).

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

3 participants