-
Notifications
You must be signed in to change notification settings - Fork 13.6k
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
SIH: Publish Aux Global Positon #24051
Conversation
🔎 FLASH Analysispx4_fmu-v5x [Total VM Diff: 8 byte (0 %)]
px4_fmu-v6x [Total VM Diff: 0 byte (0 %)]
Updated: 2024-12-13T15:13:47 |
3b401e2
to
a984d0d
Compare
This adds new parameters SIM_AGP_FAIL and SENS_EN_AGPSIM and So I see AGP = Aux Global Position - so this provides you with a second source of global position so you can test estimators work OK? Does this need further docs - say as a sub heading of https://docs.px4.io/main/en/simulation/#sitl-simulation-environment ? I'd say if you want anyone else other than you to use this then probably a mention. But if it is very much internal, then maybe not. @bresch ? |
This pull request has been mentioned on Discussion Forum for PX4, Pixhawk, QGroundControl, MAVSDK, MAVLink. There might be relevant details there: https://discuss.px4.io/t/params-since-v1-15-20241204/42717/1 |
Solved Problem
I need to test Aux Global Position (AGP) in sim.
Solution
Implement SensorAgpSim to publish AGP based on groundtruth data.