Skip to content

Commit 4f2eaa6

Browse files
committed
Distro name fix for rolling
* Rolling instead of foxy Signed-off-by: Ryan Friedman <[email protected]>
1 parent 1457713 commit 4f2eaa6

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,21 +77,19 @@ 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/).
81-
82-
The *grid_map_core* package depends only on the linear algebra library [Eigen].
83-
84-
sudo apt-get install libeigen3-dev
80+
Install ROS 2 rolling from [here](https://docs.ros.org/en/rolling/Installation/Alternatives/Ubuntu-Install-Binary.html).
8581

8682
Source the ROS 2 underlay workspace.
8783

88-
source /opt/ros/foxy/setup.bash
84+
source /opt/ros/rolling/setup.bash
8985

9086
Clone and build grid_map ROS2 dependencies.
87+
The *grid_map_core* package depends only on the linear algebra library [Eigen] which is installed through rosdep.
88+
9189

9290
mkdir -p ~/gridmap_dep/src
9391
cd ~/gridmap_dep
94-
wget https://raw.githubusercontent.com/ANYbotics/grid_map/ros2/tools/ros2_dependencies.repos
92+
wget https://raw.githubusercontent.com/ANYbotics/grid_map/rolling/tools/ros2_dependencies.repos
9593
vcs import src < ros2_dependencies.repos
9694
rosdep install -y --ignore-src --from-paths src
9795
colcon build --symlink-install --packages-up-to pcl_ros

0 commit comments

Comments
 (0)