Skip to content

Commit

Permalink
Depend on gdal where it's used (#10)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Friedman <[email protected]>
  • Loading branch information
Ryanf55 authored Oct 30, 2023
1 parent 675986d commit 0e6aa07
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ This package includes a global planner based on Dubins RRT* enabling low altitud

## Setup
Install the dependencies. This package depends on gdal, to read georeferenced images and GeoTIFF files.
```
apt install libgdal-dev
```

Configure the catkin workspace
```
catkin config --extend "/opt/ros/noetic"
Expand Down
2 changes: 2 additions & 0 deletions terrain_navigation/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
<build_depend>eigen_catkin</build_depend>
<build_depend>grid_map_core</build_depend>
<build_depend>grid_map_geo</build_depend>
<build_depend>libgdal-dev</build_depend>
<run_depend>eigen_catkin</run_depend>
<run_depend>gdal-bin</run_depend>
<export>
</export>
</package>
1 change: 1 addition & 0 deletions terrain_planner_benchmark/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<build_depend>ompl</build_depend>
<build_depend>terrain_planner</build_depend>
<run_depend>eigen_catkin</run_depend>
<run_depend>python3-gdal</run_depend>
<export>
</export>
</package>

0 comments on commit 0e6aa07

Please sign in to comment.