diff --git a/detect_cans_in_fridge_201202/euslisp/detect_cans.l b/detect_cans_in_fridge_201202/euslisp/detect_cans.l
index 7c5ceabb4d..18508e0e8e 100644
--- a/detect_cans_in_fridge_201202/euslisp/detect_cans.l
+++ b/detect_cans_in_fridge_201202/euslisp/detect_cans.l
@@ -9,7 +9,7 @@
(ros::roseus-add-msgs "pcl_msgs")
(ros::roseus-add-srvs "jsk_perception")
-(ros::roseus-add-srvs "jsk_pcl_ros")
+(ros::roseus-add-srvs "jsk_recognition_msgs")
(ros::roseus-add-msgs "posedetection_msgs")
(defvar *topic-name* "/plane_extraction/output_nonplane_cloud") ;; point cloud from camera
@@ -128,7 +128,7 @@
(defun euclidean-cluster-points (3dp &optional (tolerance 0.01))
(when (or (not 3dp) (= (send 3dp :size) 0))
(return-from euclidean-cluster-points nil))
- (let ((req (instance jsk_pcl_ros::EuclideanSegmentRequest :init))
+ (let ((req (instance jsk_recognition_msgs::EuclideanSegmentRequest :init))
ret)
(send req :input (make-ros-msg-from-eus-pointcloud 3dp :with-color t))
(send req :tolerance tolerance);;
diff --git a/detect_cans_in_fridge_201202/package.xml b/detect_cans_in_fridge_201202/package.xml
index 65c8c2da2b..036784ab1b 100644
--- a/detect_cans_in_fridge_201202/package.xml
+++ b/detect_cans_in_fridge_201202/package.xml
@@ -33,6 +33,7 @@
roseus
jsk_perception
jsk_pcl_ros
+ jsk_recognition_msgs
pr2_navigation_self_filter
jsk_pr2_startup
snap_map_icp
diff --git a/jsk_2011_07_pr2_semantic/euslisp/actions.l b/jsk_2011_07_pr2_semantic/euslisp/actions.l
index 13bba5f2d0..cdc26569c0 100644
--- a/jsk_2011_07_pr2_semantic/euslisp/actions.l
+++ b/jsk_2011_07_pr2_semantic/euslisp/actions.l
@@ -4,7 +4,7 @@
(ros::roseus-add-msgs "posedetection_msgs")
(ros::roseus-add-msgs "pr2_gripper_sensor_msgs")
-(ros::roseus-add-srvs "jsk_pcl_ros")
+(ros::roseus-add-srvs "jsk_recognition_msgs")
;(ros::roseus "grasp_cup")
@@ -338,7 +338,7 @@
(dotimes (i 5)
(dotimes (j 5)
(setq 2dpo (v+ 2dpos (float-vector (- (* i 10) 20) (- (* j 10) 20))))
- (setq req (instance jsk_pcl_ros::TransformScreenpointRequest :init
+ (setq req (instance jsk_recognition_msgs::TransformScreenpointRequest :init
:x (elt 2dpo 0) :y (elt 2dpo 1)))
(setq res (ros::service-call ray_srv req))
(setq 3dpos (ros::tf-point->pos (send res :point)))
diff --git a/jsk_2011_07_pr2_semantic/package.xml b/jsk_2011_07_pr2_semantic/package.xml
index 259504c614..92181cbea5 100644
--- a/jsk_2011_07_pr2_semantic/package.xml
+++ b/jsk_2011_07_pr2_semantic/package.xml
@@ -29,6 +29,7 @@
json_prolog
jsk_semantic_maps
jsk_pcl_ros
+ jsk_recognition_msgs
pr2eus_openrave
pr2_gripper_sensor_action
diff --git a/jsk_2015_06_hrp_drc/drc_task_common/src/drc_task_common/manipulation_data_server.cpp b/jsk_2015_06_hrp_drc/drc_task_common/src/drc_task_common/manipulation_data_server.cpp
index 3c983855e5..5eb0d81c29 100644
--- a/jsk_2015_06_hrp_drc/drc_task_common/src/drc_task_common/manipulation_data_server.cpp
+++ b/jsk_2015_06_hrp_drc/drc_task_common/src/drc_task_common/manipulation_data_server.cpp
@@ -37,7 +37,7 @@
#include
#include
#include
-#include
+#include
#include
#include
#include