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

terrain following in fixed-wing mode #24149

Open
xdwgood opened this issue Dec 23, 2024 · 4 comments
Open

terrain following in fixed-wing mode #24149

xdwgood opened this issue Dec 23, 2024 · 4 comments

Comments

@xdwgood
Copy link
Contributor

xdwgood commented Dec 23, 2024

Describe problem solved by the proposed feature

Currently PX4 does not support terrain following in fixed-wing mode? Does anyone know what I should do to support terrain following in fixed-wing mode? thank you

Describe your preferred solution

no

Describe possible alternatives

no

Additional context

No response

@saengphet
Copy link

saengphet commented Dec 23, 2024

Hi @xdwgood

Did you mean something similar to these images? If so, you can set it up in the QGC, but you must enter the climb/descent rate that corresponds to your UAV performance.

ter2

ter2

@Jaeyoung-Lim
Copy link
Member

Jaeyoung-Lim commented Dec 23, 2024

@xdwgood Due to the dynamic constraints of fixed-wing vehicles, terrain following is not that trivial.

Therefore, I have implemented a terrain navigation method, which maintains a certain distance to the terrain.

fieldtests

You can find the repository here: https://github.com/ethz-asl/terrain-navigation

@xdwgood
Copy link
Contributor Author

xdwgood commented Dec 24, 2024

@saengphet
I want to achieve is that the fixed-wing flight automatically adjusts the flight altitude according to the terrain height measured by downwards lidar.

@xdwgood
Copy link
Contributor Author

xdwgood commented Dec 24, 2024

@Jaeyoung-Lim Thanks! I'll have a look.

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

No branches or pull requests

3 participants