-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document and don't install resources
Signed-off-by: Ryan Friedman <[email protected]>
- Loading branch information
Showing
2 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,7 +58,6 @@ install( | |
|
||
install(DIRECTORY | ||
launch | ||
resource | ||
DESTINATION share/${PROJECT_NAME}/ | ||
) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |