Skip to content

Commit

Permalink
Document and don't install resources
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Friedman <[email protected]>
  • Loading branch information
Ryanf55 committed Jan 18, 2025
1 parent 6dd0c37 commit 87152d9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 0 additions & 1 deletion terrain_planner_benchmark/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ install(

install(DIRECTORY
launch
resource
DESTINATION share/${PROJECT_NAME}/
)

Expand Down
11 changes: 11 additions & 0 deletions terrain_planner_benchmark/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Terrain Planner Benchmark

This package currently depends on a private terrain dataset.
See [74](https://github.com/ethz-asl/terrain-navigation/issues/74) for details.

## Build

Build this repository, and your terrain source.
```
colcon build --packages-up-to terrain_planner_benchmark terrain_models
```

## Terrain Planner Benchmark Node

```bash
source install/setup.bash
ros2 launch terrain_planner_benchmark goaltype_benchmark.launch
```

0 comments on commit 87152d9

Please sign in to comment.