Skip to content

Commit db8e381

Browse files
committed
Fix the README.md (Foxy --> Humble)
1 parent 77dae31 commit db8e381

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Features:
1515
* **Visualizations:** The *grid_map_rviz_plugin* renders grid maps as 3d surface plots (height maps) in [RViz]. Additionally, the *grid_map_visualization* package helps to visualize grid maps as point clouds, occupancy grids, grid cells etc.
1616
* **Filters:** The *grid_map_filters* provides are range of filters to process grid maps as a sequence of filters. Parsing of mathematical expressions allows to flexibly setup powerful computations such as thresholding, normal vectors, smoothening, variance, inpainting, and matrix kernel convolutions.
1717

18-
The grid map package has been tested with ROS2 Foxy (under Ubuntu 20.04). This is research code, expect that it changes often and any fitness for a particular purpose is disclaimed.
18+
The grid map package has been tested with ROS2 Humble (under Ubuntu Jammy 22.04). This is research code, expect that it changes often and any fitness for a particular purpose is disclaimed.
1919

2020
The source code is released under a [BSD 3-Clause license](LICENSE).
2121

@@ -77,15 +77,15 @@ The C++ API is documented here:
7777

7878
#### Dependencies
7979

80-
Install ROS 2 Foxy from [here](https://index.ros.org/doc/ros2/Installation/Foxy/Linux-Development-Setup/).
80+
Install ROS 2 Humble from [here](https://index.ros.org/doc/ros2/https://docs.ros.org/en/humble/Installation/Ubuntu-Install-Debs.html).
8181

8282
The *grid_map_core* package depends only on the linear algebra library [Eigen].
8383

8484
sudo apt-get install libeigen3-dev
8585

8686
Source the ROS 2 underlay workspace.
8787

88-
source /opt/ros/foxy/setup.bash
88+
source /opt/ros/humble/setup.bash
8989

9090
Clone and build grid_map ROS2 dependencies.
9191

0 commit comments

Comments
 (0)