diff --git a/README.md b/README.md index be9cdf26..66bde58d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ + + # terrain-navigation [![Build Test](https://github.com/ethz-asl/terrain-navigation/actions/workflows/build_test.yml/badge.svg)](https://github.com/ethz-asl/terrain-navigation/actions/workflows/build_test.yml) -This package includes a global planner based on Dubins RRT* enabling low altitude navigation for fixedwing vehicles in steep terrain. +This package includes an implementation of the RA-L submission of "Safe Low-Altitude Navigation in Steep Terrain with Fixed-Wing Aerial Vehicles". +The implementation includes a global planner based on a RRT* in the Dubins Airplane space enabling low altitude navigation for fixed wing vehicles in steep terrain.

overview