Skip to content

Commit 7045e25

Browse files
committed
Fix name for Iron
Signed-off-by: Ryan Friedman <[email protected]>
1 parent 1457713 commit 7045e25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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 Iron from [here](https://index.ros.org/doc/ros2/Installation/Iron/Linux-Development-Setup/).
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/iron/setup.bash
8989

9090
Clone and build grid_map ROS2 dependencies.
9191

0 commit comments

Comments
 (0)