Skip to Content
Mastering ROS for Robotics Programming - Second Edition
book

Mastering ROS for Robotics Programming - Second Edition

by Lentin Joseph, Jonathan Cacace
February 2018
Beginner
580 pages
13h 20m
English
Packt Publishing
Content preview from Mastering ROS for Robotics Programming - Second Edition

Working with the robot gripper

The gripper of the robot is designed for the picking and placing of blocks; the gripper is in the simple linkage category. There are two joints for the gripper, and each joint is prismatic. Here is the joint definition of one gripper joint:

   <joint name="finger_joint1" type="prismatic"> 
    <parent link="gripper_roll_link"/> 
    <child link="gripper_finger_link1"/> 
    <origin xyz="0.0 0 0" /> 
    <axis xyz="0 1 0" /> 
      <limit effort="100" lower="0" upper="0.03" velocity="1.0"/> 
      <safety_controller k_position="20" 
                         k_velocity="20" 
                         soft_lower_limit="${-0.15 }" 
                         soft_upper_limit="${ 0.0 }"/> 
    <dynamics damping="50" friction="1"/> 
  </joint> 

Here, the first gripper joint is formed by gripper_roll_link and gripper_finger_link1, and the ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Mastering ROS for Robotics Programming - Third Edition

Mastering ROS for Robotics Programming - Third Edition

Lentin Joseph, Jonathan Cacace
Effective Robotics Programming with ROS - Third Edition

Effective Robotics Programming with ROS - Third Edition

Luis Sanchez, Enrique Fernandez Perdomo, Anil Mahtani

Publisher Resources

ISBN: 9781788478953Supplemental Content