Skip to content

Commit

Permalink
fix build depends
Browse files Browse the repository at this point in the history
  • Loading branch information
bostoncleek committed Jun 17, 2022
1 parent 86466cf commit ea92168
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 7 deletions.
2 changes: 2 additions & 0 deletions deep_grasp_task/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ find_package(catkin REQUIRED COMPONENTS
moveit_task_constructor_msgs
roscpp
rosparam_shortcuts
rviz_marker_tools
)

###################################
Expand All @@ -27,6 +28,7 @@ find_package(catkin REQUIRED COMPONENTS
catkin_package(
INCLUDE_DIRS include
CATKIN_DEPENDS
actionlib
moveit_task_constructor_msgs
roscpp
)
Expand Down
14 changes: 14 additions & 0 deletions deep_grasp_task/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,18 @@
<depend>moveit_core</depend>
<depend>roscpp</depend>
<depend>rosparam_shortcuts</depend>
<depend>rviz_marker_tools</depend>

<exec_depend>gazebo_ros</exec_depend>
<exec_depend>joint_state_publisher</exec_depend>
<exec_depend>moveit_task_constructor_demo</exec_depend>
<exec_depend>moveit_task_constructor_gpd</exec_depend>
<exec_depend>moveit_task_constructor_dexnet</exec_depend>
<exec_depend>panda_moveit_config</exec_depend>
<exec_depend>robot_state_publisher</exec_depend>
<exec_depend>rviz</exec_depend>
<exec_depend>tf2_ros</exec_depend>
<exec_depend>topic_tools</exec_depend>
<exec_depend>xacro</exec_depend>

</package>
7 changes: 5 additions & 2 deletions moveit_task_constructor_dexnet/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ find_package(catkin REQUIRED COMPONENTS
actionlib
cv_bridge
geometry_msgs
grasping_msgs
image_transport
message_generation
moveit_task_constructor_msgs
moveit_msgs
roscpp
rosparam_shortcuts
rospy
Expand Down Expand Up @@ -49,9 +50,11 @@ generate_messages(
catkin_package(
INCLUDE_DIRS include
CATKIN_DEPENDS
actionlib
geometry_msgs
grasping_msgs
message_runtime
moveit_task_constructor_msgs
moveit_msgs
roscpp
rospy
sensor_msgs
Expand Down
5 changes: 4 additions & 1 deletion moveit_task_constructor_dexnet/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@
<depend>actionlib</depend>
<depend>cv_bridge</depend>
<depend>geometry_msgs</depend>
<depend>moveit_task_constructor_msgs</depend>
<depend>grasping_msgs</depend>
<depend>image_transport</depend>
<depend>roscpp</depend>
<depend>rospy</depend>
<depend>rosparam_shortcuts</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>moveit_msgs</depend>

<exec_depend>deep_grasp_task</exec_depend>
<exec_depend>message_runtime</exec_depend>
</package>
1 change: 1 addition & 0 deletions moveit_task_constructor_dexnet/src/grasp_detection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
#include <ros/ros.h>
#include <rosparam_shortcuts/rosparam_shortcuts.h>
#include <geometry_msgs/PoseStamped.h>
#include <moveit_msgs/Grasp.h>

// C++
#include <vector>
Expand Down
9 changes: 6 additions & 3 deletions moveit_task_constructor_gpd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ find_package(catkin REQUIRED COMPONENTS
actionlib
eigen_conversions
geometry_msgs
grasping_msgs
message_generation
moveit_task_constructor_msgs
moveit_msgs
roscpp
rosparam_shortcuts
sensor_msgs
Expand Down Expand Up @@ -61,16 +62,18 @@ catkin_package(
INCLUDE_DIRS include
LIBRARIES ${PROJECT_NAME}
CATKIN_DEPENDS
actionlib
eigen_conversions
geometry_msgs
grasping_msgs
message_runtime
moveit_task_constructor_msgs
moveit_msgs
sensor_msgs
std_msgs
DEPENDS
EIGEN3
PCL
OpenCV
PCL
)

###########
Expand Down
5 changes: 4 additions & 1 deletion moveit_task_constructor_gpd/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@
<depend>actionlib</depend>
<depend>eigen_conversions</depend>
<depend>geometry_msgs</depend>
<depend>moveit_task_constructor_msgs</depend>
<depend>grasping_msgs</depend>
<depend>rosparam_shortcuts</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>moveit_msgs</depend>

<exec_depend>deep_grasp_task</exec_depend>
<exec_depend>message_runtime</exec_depend>
<!-- <exec_depend version_gte="0.7.4">panda_moveit_config</exec_depend> -->
</package>
1 change: 1 addition & 0 deletions moveit_task_constructor_gpd/src/grasp_detection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
#include <geometry_msgs/PoseStamped.h>
#include <rosparam_shortcuts/rosparam_shortcuts.h>
#include <pcl_conversions/pcl_conversions.h>
#include <moveit_msgs/Grasp.h>

// Eigen
#include <Eigen/Dense>
Expand Down

0 comments on commit ea92168

Please sign in to comment.