Skip to content

Vector3p output of position from _inav.get_position_ned_m(); #29952

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

Open
lthall opened this issue May 2, 2025 · 0 comments · May be fixed by #29954
Open

Vector3p output of position from _inav.get_position_ned_m(); #29952

lthall opened this issue May 2, 2025 · 0 comments · May be fixed by #29954

Comments

@lthall
Copy link
Contributor

lthall commented May 2, 2025

Feature request

The one area of our code that doesn't support long range resolution is our measurement of position. We use Vector3f for all other positions other than our reference.

const Vector3f &curr_pos = _inav.get_position_neu_cm();

We would also need to support the Vector 3p through the PID object:

Vector2f update_all(postype_t &target_x, postype_t &target_y, const Vector3f &measurement) WARN_IF_UNUSED {

To do this it looks like we would need to work down to AP_NavEKF3_Outputs where we start to use Vector3F.

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

Successfully merging a pull request may close this issue.

2 participants