|
|
@ -8,6 +8,7 @@ project(stretch_demos) |
|
|
|
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz) |
|
|
|
## is used, also find other catkin packages |
|
|
|
find_package(catkin REQUIRED COMPONENTS |
|
|
|
genmsg |
|
|
|
actionlib |
|
|
|
actionlib_msgs |
|
|
|
geometry_msgs |
|
|
@ -69,17 +70,16 @@ find_package(catkin REQUIRED COMPONENTS |
|
|
|
# ) |
|
|
|
|
|
|
|
## Generate actions in the 'action' folder |
|
|
|
# add_action_files( |
|
|
|
# FILES |
|
|
|
# Action1.action |
|
|
|
# Action2.action |
|
|
|
# ) |
|
|
|
add_action_files( |
|
|
|
FILES |
|
|
|
VisualServo.action |
|
|
|
) |
|
|
|
|
|
|
|
## Generate added messages and services with any dependencies listed here |
|
|
|
# generate_messages( |
|
|
|
# DEPENDENCIES |
|
|
|
# actionlib_msgs# geometry_msgs# nav_msgs# std_msgs |
|
|
|
# ) |
|
|
|
generate_messages( |
|
|
|
DEPENDENCIES |
|
|
|
actionlib_msgs |
|
|
|
) |
|
|
|
|
|
|
|
################################################ |
|
|
|
## Declare ROS dynamic reconfigure parameters ## |
|
|
|