Skip to content

Commit 1bb42f4

Browse files
committed
Update readme
F F
1 parent ad70c3d commit 1bb42f4

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
<img align="right" height="60" src="https://user-images.githubusercontent.com/5248102/126074528-004a32b9-7911-486a-9e79-8b78e6e66fdc.png">
22

3-
# terrain-navigation
3+
# terrain-navigation2
44

55
[![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)
66

77
This package includes an implementation of the RA-L submission of "Safe Low-Altitude Navigation in Steep Terrain with Fixed-Wing Aerial Vehicles".
88
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.
99

10+
This repository is a ROS 2 port of the original implementation in [terrain-navigation](https://github.com/ethz-asl/terrain-navigation)
11+
1012
<p align="center">
1113
<img src="https://github.com/ethz-asl/terrain-navigation/assets/5248102/90e43b60-ea8c-49db-9fb3-257b145fc35c" alt="overview">
1214
</p>
@@ -57,6 +59,17 @@ Next, run the image, mounting in the source into a workspace. All the dependenci
5759
docker run --network=host -it -v $(pwd):/root/ros2_ws/src/ethz-asl/terrain-navigation -w /root/ros2_ws terrain-navigation-ros2 bash
5860
```
5961

62+
## Running an example of the planner
63+
In order to run the examples, build the `terrain_planner_benchmark` package.
64+
```
65+
colcon build --packages-up-to terrain_planner_benchmark
66+
```
67+
Run a simple planning example:
68+
```
69+
ros2 launch terrain_planner_benchmark test_ompl_rrt_circle_launch.xml
70+
```
71+
72+
6073
### Running the Build
6174

6275
For dependencies that do not have binaries available, pull them into your ROS workspace using vcs.

0 commit comments

Comments
 (0)