File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2121 mkdir -p $UNDERLAY_WS/src && cp $OVERLAY_WS/src/grid_map/tools/ros2_dependencies.repos \
2222 $UNDERLAY_WS/ros2_dependencies.repos
2323 cd $UNDERLAY_WS && vcs import src < ros2_dependencies.repos
24- DEBIAN_FRONTEND=noninteractive rosdep install -y --ignore-src --skip-keys "pybind11_vendor" --from-paths src
24+ DEBIAN_FRONTEND=noninteractive rosdep install -y --ignore-src \
25+ --skip-keys "pybind11_vendor" --skip-keys "ompl" --skip-keys "slam_toolbox" --skip-keys "octomap" --from-paths src
2526 colcon build --symlink-install --parallel-workers 1 --packages-up-to \
26- pcl_ros
27+ pcl_ros octomap_msgs nav2_msgs
2728 source $UNDERLAY_WS/install/setup.bash
2829 cd $OVERLAY_WS && rosdep install -y --ignore-src --from-paths src
2930 - run :
You can’t perform that action at this time.
0 commit comments