question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Mambo sensors_dict DronePosition_posx

See original GitHub issue

Hello,

the Minidrone.MinidroneSensors class gives us velocities but I’ve also noticed DronePosition_posx, _posy and _posz in the sensors_dict. How are these estimates done? Is it just dvdt or is there some more sensor fusion happening with the accelerometer etc behind the scenes? I ask because I’d like to develop a precise position controller, so position estimates are important.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
amymcgoverncommented, Dec 4, 2018

I was just about to suggest that was the issue. It is called anytime any sensor is updated. And I think some are coming in more frequently. I don’t have any heartbeats inside that code.

1reaction
amymcgoverncommented, Dec 4, 2018

I did some testing tonight and it seems that the data is somewhat time lagged. I did a quick program where I took off, flew forward, and watched the posx variable. it seems like it is correct but very time lagged. I will post about it on the dev forum for parrot and see what they say the lag is.

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found