Skip to content

Commit

Permalink
do wait for gripper-action if we already miss to wait the arm server
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Apr 4, 2018
1 parent 0759ef1 commit cc778f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pr2eus/pr2-interface.l
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
pr2_controllers_msgs::Pr2GripperCommandAction
:groupname groupname))
;; wait for pr2-action server (except move_base)
(setq joint-action-enable t)
(dolist (action (list r-gripper-action l-gripper-action))
(unless (and joint-action-enable (send action :wait-for-server 3))
(setq joint-action-enable nil)
Expand Down

0 comments on commit cc778f0

Please sign in to comment.