ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

what is q_home_offset in ur5 urdf

asked 2022-06-02 19:27:54 -0500

CroCo gravatar image

I'm not able to understand q_home_offset that appears in ur5 urdf file

 <!-- Kinematic model -->
    <!-- Properties from urcontrol.conf -->
    <!--
      DH for UR5:
      a = [0.00000, -0.42500, -0.39225,  0.00000,  0.00000,  0.0000]
      d = [0.089159,  0.00000,  0.00000,  0.10915,  0.09465,  0.0823]
      alpha = [ 1.570796327, 0, 0, 1.570796327, -1.570796327, 0 ]
      q_home_offset = [0, -1.570796327, 0, -1.570796327, 0, 0]
      joint_direction = [-1, -1, 1, 1, 1, 1]
      mass = [3.7000, 8.3930, 2.2750, 1.2190, 1.2190, 0.1879]
      center_of_mass = [ [0, -0.02561, 0.00193], [0.2125, 0, 0.11336], [0.11993, 0.0, 0.0265], [0, -0.0018, 0.01634], [0, 0.0018,0.01634], [0, 0, -0.001159] ]
    -->

The actual ur5 dh parameters in the company's website, all angles are of zero offset. Why they appear different?

image description

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-06-03 06:28:56 -0500

aarsh_t gravatar image

It seem they are offset to replicate the joint in the urdf as real-life home position [home position according to dh table from company's website]. refer line #151 and line #229

edit flag offensive delete link more

Comments

I'm doing some simulation in Gazebo and visualizing the robot in RViz. Which parameters should I use? I don't care now about the world coordinates. I care more about the base frame. Indeed, the world frame is not aligned with the base frame when I visualize the TF in rviz.

CroCo gravatar image CroCo  ( 2022-06-03 08:29:23 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2022-06-02 19:27:54 -0500

Seen: 95 times

Last updated: Jun 03 '22