Skip to content

Commit

Permalink
Migrate srv files from jsk_pcl_ros to jsk_recognition_msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Oct 22, 2016
1 parent 56e18af commit 52d8548
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsk_footstep_planner/euslisp/footstep_planner_util.l
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
(defun face-on-faces (f support-faces)
(if *use-env-server*
(progn
(let ((req (instance jsk_pcl_ros::PolygonOnEnvironmentRequest :init)))
(let ((req (instance jsk_recognition_msgs::PolygonOnEnvironmentRequest :init)))
;;(send req :environment_id *env-id*)
(send req :environment_id 0)
;; build polygon samped
Expand Down
2 changes: 1 addition & 1 deletion jsk_footstep_planner/euslisp/robot-model-util.l
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
msg))
(:snap-footsteps (foot-coords &key
(service "/locomotion/snapit/align_footstep"))
(let ((req (instance jsk_pcl_ros::SnapFootstepRequest :init)))
(let ((req (instance jsk_recognition_msgs::SnapFootstepRequest :init)))
(send req :input (send self :footstep-to-rosmsg foot-coords))
(let ((res (ros::service-call service req t)))
(if res
Expand Down

0 comments on commit 52d8548

Please sign in to comment.