~shadowrobot/sr-ros-interface/trunk

« back to all changes in this revision

Viewing changes to sr_move_arm/src/reactive_actions/reactive_grasp_server.py

  • Committer: Ugo Cupcic
  • Date: 2012-07-27 09:19:40 UTC
  • mfrom: (377.1.1 shadow_robot)
  • Revision ID: ugo@shadowrobot.com-20120727091940-xyoouj843k0kc434
Corrected small issues to get manip stack working with this new stack (missing files and setups)

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
                          Empty, self.grasp_adjustment_callback)
137
137
 
138
138
        self.rg = ReactiveGrasperWithPreempt(self._as, self._lift_as, self._approach_as, self._place_as, which_arm, self.use_slip_detection )
 
139
        rospy.loginfo("Successfully launched reactive grasper")
139
140
 
140
141
 
141
142
    def reactive_grasp_cb(self, goal):