Skip to content

Add terrain navigation module #1513

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
4 of 11 tasks
srmainwaring opened this issue Feb 27, 2025 · 0 comments
Open
4 of 11 tasks

Add terrain navigation module #1513

srmainwaring opened this issue Feb 27, 2025 · 0 comments
Assignees

Comments

@srmainwaring
Copy link
Contributor

srmainwaring commented Feb 27, 2025

A proposal to add a module for managing terrain navigation for fixed wing aircraft.

There has been some work done to support the ETHZ terrain navigation ROS package in ArduPilot.

It would be useful to be able to configure missions using the terrain planner directly from the GCS rather than from ROS tools such as rviz, which while suitable for research and testing are not that easy to use more generally as they are not integrated with the rest of the mission workflow, and require custom terrain data maps which must be separately maintained and care is required to ensure that the altitude reference (WGS84, geoid, etc) is consistent with the conventions used in AP. This is manual and error prone.

A second use is to generate sets of path trajectories that may be incorporated into the AP autotest suite. Being able to run path guidance in CI is one of the requirements currently blocking the merge of the PRs listed above, and to test external control an agent running at least some of the functionality included in the ETHZ terrain nav package is required, without introducing a dependency on ROS.

The module should allow for the core features used in the terrain planner rviz plugin to be run in mission planner. An (incomplete) list includes:

Set desired waypoints

  • Set start location
  • Set goal location
  • Set rally points
  • Set waypoints

Planner control

  • Run the planner

Mission Actions

  • Hold
  • Start navigation
  • Abort
  • Smart return

Terrain data interaction

  • Select terrain data source
  • Show contours overlayed on map

Progress

Ongoing development on this branch:

Completed a Python port of the planner in ETHZ terrain navigation:

Initial integration of the planner with MAVProxy:

Image
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

1 participant