Skip to content

Commit

Permalink
Merge pull request #1742 from pazeshun/use-wait-interpolation-smooth
Browse files Browse the repository at this point in the history
Use wait-interpolation-smooth for objects not to run away from gripper
  • Loading branch information
wkentaro committed Jun 23, 2016
2 parents 4a66086 + 464921c commit b1ee27d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions fc.rosinstall
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
local-name: jsk-ros-pkg/jsk_robot
uri: https://github.com/jsk-ros-pkg/jsk_robot.git
version: master
- git:
local-name: jsk-ros-pkg/jsk_pr2eus
uri: https://github.com/jsk-ros-pkg/jsk_pr2eus.git
version: 0.3.4
- git:
local-name: ros-drivers/axis_camera
uri: https://github.com/ros-drivers/axis_camera.git
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@
)
)
)
(send self :wait-interpolation)
(send self :wait-interpolation-smooth 1000)
;; start the vacuum gripper after approaching to the object
(ros::ros-info "[:try-to-pick-object] arm:~a start vacuum gripper" arm)
(send self :start-grasp arm)
Expand Down

0 comments on commit b1ee27d

Please sign in to comment.