Skip to content

Commit 7d86a16

Browse files
committed
Update readme
F
1 parent ad70c3d commit 7d86a16

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
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)