Skip to content

Commit

Permalink
fix catkin_make fail bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wangWking committed Jun 27, 2023
1 parent 7ee9859 commit 235deae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mycobot_ai/aikit_320_pi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ project(aikit_320_pi)
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
## is used, also find other catkin packages
find_package(catkin REQUIRED COMPONENTS
new_mycobot_320
new_mycobot_320_pi
# new_mycobot_320
# new_mycobot_320_pi
)

## System dependencies are found with CMake's conventions
Expand Down
4 changes: 2 additions & 2 deletions mycobot_ai/aikit_320_pi/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
<!-- Use doc_depend for packages you need only for building documentation: -->
<!-- <doc_depend>doxygen</doc_depend> -->
<buildtool_depend>catkin</buildtool_depend>
<build_depend>new_mycobot_320</build_depend>
<!-- <build_depend>new_mycobot_320</build_depend>
<build_export_depend>new_mycobot_320</build_export_depend>
<exec_depend>new_mycobot_320</exec_depend>
<exec_depend>new_mycobot_320</exec_depend> -->


<!-- The export tag contains other, unspecified, tags -->
Expand Down

0 comments on commit 235deae

Please sign in to comment.