File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ source /opt/ros/humble/setup.bash
62
62
# install ros2 packages
63
63
sudo rosdep init
64
64
rosdep update
65
- rosdep install --from-paths src -y --ignore-src
65
+ rosdep install --from-paths src -y --ignore-src --skip-keys= " serial "
66
66
# for package in "${ros_packages_to_install[@]}"; do
67
67
# if is_package_installed "$package"; then
68
68
# echo "Package '$package' is already installed."
Original file line number Diff line number Diff line change 14
14
15
15
<depend >rclcpp</depend >
16
16
<depend >rover_msgs</depend >
17
- <build_export_depend >serial</build_export_depend > <!-- and any other deps -->
18
-
19
-
20
-
17
+ <build_export_depend >serial</build_export_depend >
21
18
22
19
<export >
23
20
<build_type >ament_cmake</build_type >
You can’t perform that action at this time.
0 commit comments