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

improve AGL interface e.g. from Sonar #685

Closed
TobiasMue opened this issue Apr 5, 2014 · 5 comments
Closed

improve AGL interface e.g. from Sonar #685

TobiasMue opened this issue Apr 5, 2014 · 5 comments
Labels
Milestone

Comments

@TobiasMue
Copy link
Contributor

with the sonar_distance being part of ABI it is not possible anymore to asses it directly from the flight plan...
would be great to have something like GetPosAGL()
AGL could or should be part of the state interface or ins?

@flixr flixr added the Airborne label Apr 5, 2014
@flixr
Copy link
Member

flixr commented Apr 5, 2014

Immediate problem of sonar distance solved with e406aba
Would still be nice to have some more genric AGL value in the state interface...

@gautierhattenberger
Copy link
Member

indeed state interface is the correct place to hold the AGL value, but the state itself should be update by the INS and not directly by the sensors. So we should finally have:
AGL sensor -> INS -> state interface -> control, navigation, ...

@flixr flixr changed the title AGL missing in flight plan improve AGL interface e.g. from Sonar Apr 11, 2014
@OpenUAS OpenUAS modified the milestone: v5.6 Nov 3, 2014
@gautierhattenberger
Copy link
Member

now there is also the agl_dist module (http://docs.paparazziuav.org/latest/module__agl_dist.html). Maybe not as nice as being integrated to state interface, but is it enough to close this ? at least for next milestone ?

@TobiasMue
Copy link
Contributor Author

so you want to close this just to open new one? thats fine with me - but then we should have at least an example how to access AGL in flight plan...

@gautierhattenberger
Copy link
Member

There is now an example in the flight plans (conf/flight_plans/competitions/IMAV2014_vision.xml)
Closing issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants