File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
terrain_planner_benchmark Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,7 @@ This package includes a global planner based on Dubins RRT* enabling low altitud
8
8
9
9
## Setup
10
10
Install the dependencies. This package depends on gdal, to read georeferenced images and GeoTIFF files.
11
- ```
12
- apt install libgdal-dev
13
- ```
11
+
14
12
Configure the catkin workspace
15
13
```
16
14
catkin config --extend "/opt/ros/noetic"
Original file line number Diff line number Diff line change 17
17
<build_depend >eigen_catkin</build_depend >
18
18
<build_depend >grid_map_core</build_depend >
19
19
<build_depend >grid_map_geo</build_depend >
20
+ <build_depend >libgdal-dev</build_depend >
20
21
<run_depend >eigen_catkin</run_depend >
22
+ <run_depend >gdal-bin</run_depend >
21
23
<export >
22
24
</export >
23
25
</package >
Original file line number Diff line number Diff line change 25
25
<build_depend >ompl</build_depend >
26
26
<build_depend >terrain_planner</build_depend >
27
27
<run_depend >eigen_catkin</run_depend >
28
+ <run_depend >python3-gdal</run_depend >
28
29
<export >
29
30
</export >
30
31
</package >
You can’t perform that action at this time.
0 commit comments