Skip to content

Commit

Permalink
Merge pull request #405 from Ryanf55/wrong-distro-name-for-rolling
Browse files Browse the repository at this point in the history
Distro name fix for rolling
  • Loading branch information
Ryanf55 authored Feb 1, 2024
2 parents 1457713 + 4f2eaa6 commit 886ba24
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,21 +77,19 @@ The C++ API is documented here:

#### Dependencies

Install ROS 2 Foxy from [here](https://index.ros.org/doc/ros2/Installation/Foxy/Linux-Development-Setup/).

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

sudo apt-get install libeigen3-dev
Install ROS 2 rolling from [here](https://docs.ros.org/en/rolling/Installation/Alternatives/Ubuntu-Install-Binary.html).

Source the ROS 2 underlay workspace.

source /opt/ros/foxy/setup.bash
source /opt/ros/rolling/setup.bash

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


mkdir -p ~/gridmap_dep/src
cd ~/gridmap_dep
wget https://raw.githubusercontent.com/ANYbotics/grid_map/ros2/tools/ros2_dependencies.repos
wget https://raw.githubusercontent.com/ANYbotics/grid_map/rolling/tools/ros2_dependencies.repos
vcs import src < ros2_dependencies.repos
rosdep install -y --ignore-src --from-paths src
colcon build --symlink-install --packages-up-to pcl_ros
Expand Down

0 comments on commit 886ba24

Please sign in to comment.