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

Comprehensive debugging #2

Open
slaghuis opened this issue Oct 8, 2021 · 1 comment
Open

Comprehensive debugging #2

slaghuis opened this issue Oct 8, 2021 · 1 comment

Comments

@slaghuis
Copy link
Owner

slaghuis commented Oct 8, 2021

This node has to be debugged with the new Tracker node, and the drone_mavsdk node. Lessons were learnt when developing the navigation stack, and it is assumed that this node has logic errors or at least vast improvement opportunity applying those leanings.

@slaghuis
Copy link
Owner Author

slaghuis commented Dec 8, 2021

In Approach and Descending state the drone navigates relative to the landing target by increasing FLU velocity. As presented, the code determines the error to be corrected in the MAP frame which is ENU. This thing will fly away.
Amend code to read the positional error in the odom frame which is what we control when descending. Should I read the transform from landing_target to base_link. Surely this is the error that has to become 0;0 before descending?

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