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

Uncommon Bug: Drone dropping down when TRANSIT_NEW called. #33

Open
IseanB opened this issue Sep 1, 2022 · 0 comments
Open

Uncommon Bug: Drone dropping down when TRANSIT_NEW called. #33

IseanB opened this issue Sep 1, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@IseanB
Copy link
Owner

IseanB commented Sep 1, 2022

There are rare instances where the drone will unexpectedly drop down a few feet before taking on a new transit, from the TRANSIT_NEW command. Previously, this issue appeared when only using the IMU data to determine the current position of the drone. The fix to this was using a topic from MAVROS that fused GPS and FCU data. This may stem from a similar problem of not updating the position correctly.

Potential Fixes:

  • Changing how the height of the drone is determined. Using a laser pointed toward the ground and calculating the height, rather than GPS & FCU infused data.
@IseanB IseanB added the bug Something isn't working label Sep 1, 2022
@IseanB IseanB self-assigned this Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant