Skip to content

Commit

Permalink
Improve README
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Friedman <[email protected]>
  • Loading branch information
Ryanf55 committed Nov 28, 2024
1 parent b8c0d1e commit a29bc56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ ros2 launch grid_map_geo load_tif_launch.xml
To debug the map publisher in GDB:

```bash
colcon build --mixin debug --packages-up-to grid_map_geo --symlink-install
colcon build --mixin debug --packages-up-to grid_map_geo
source install/setup.bash

# To debug the node under GDB
ros2 run --prefix 'gdb -ex run --args' \
grid_map_geo map_publisher --ros-args \
-p gdal_dataset_path:=install/grid_map_geo/share/grid_map_geo/resources/ap_srtm1.vrt
-p gdal_dataset_path:=/vsizip/vsicurl/https://terrain.ardupilot.org/SRTM1/ap_srtm1.zip

# To debug from the launch file
ros2 launch grid_map_geo load_vrt_launch.xml
Expand All @@ -107,7 +107,7 @@ ros2 launch grid_map_geo load_tif.launch.py params_file:=config/sargans_color_ov
ros2 run --prefix 'gdb -ex run --args' grid_map_geo map_publisher --ros-args --params-file config/sargans_color_over_srtm1.yaml
```

These datasets are different sizes, different resultions, and use different datums.
These datasets are different sizes, different resolutions, and use different datums.

Either of these ways of launching cause a floating point crash in `grid_map::getIndexFromLinearIndex`.
This limitation may be addressed in a future version.

0 comments on commit a29bc56

Please sign in to comment.