Unable to build grid_map because can't find pcl_ros [closed]
Hello,
I’m trying to install grid_map on Foxy but I’m having a problem following the installation instructions, exactly in the dependencies installation step.
When I execute:
mkdir -p ~/gridmap_dep/src
cd ~/gridmap_dep
wget https://raw.githubusercontent.com/ANYbotics/grid_map/ros2/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
I’m getting:
colcon build --symlink-install --packages-up-to pcl_ros
Package 'pcl_ros' specified with --packages-up-to was not found
And before that:
rosdep install -y --ignore-src --from-paths src
All required rosdeps installed successfully
The content of src/ is:
ls src/
ros-planning
I tried building pcl_ros from sources but other errors raise.
I also tried installing navigation2 from its Debian package, but then I couldn't build grid map.
I'm on Ubuntu Focal 20.04 and ROS Foxy
Do you know if I am missing something? Thanks