File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff 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
8682Source the ROS 2 underlay workspace.
8783
88- source /opt/ros/foxy /setup.bash
84+ source /opt/ros/rolling /setup.bash
8985
9086Clone 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
You can’t perform that action at this time.
0 commit comments