We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1457713 commit 7045e25Copy full SHA for 7045e25
README.md
@@ -77,15 +77,15 @@ The C++ API is documented here:
77
78
#### Dependencies
79
80
-Install ROS 2 Foxy from [here](https://index.ros.org/doc/ros2/Installation/Foxy/Linux-Development-Setup/).
+Install ROS 2 Iron from [here](https://index.ros.org/doc/ros2/Installation/Iron/Linux-Development-Setup/).
81
82
The *grid_map_core* package depends only on the linear algebra library [Eigen].
83
84
sudo apt-get install libeigen3-dev
85
86
Source the ROS 2 underlay workspace.
87
88
- source /opt/ros/foxy/setup.bash
+ source /opt/ros/iron/setup.bash
89
90
Clone and build grid_map ROS2 dependencies.
91
0 commit comments