Inertial parameters mismatch between URDF and official manual of UR5e
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Srinivasan
el 4 de Ag. de 2024
Editada: Hannes Daepp
el 12 de Sept. de 2024
Hello,
I am using UR5e robot for a project where I need to develop a system model and simulate it. While I was studying the inertial parameters I found mismatch in the values of mass, centre of mass, and Inertia of joints between the URDF files and official guide. Can you please tell me which one is correct?
Official manual from website (https://www.universal-robots.com/articles/ur/application-installation/dh-parameters-for-calculations-of-kinematics-and-dynamics/)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1746736/image.png)
From URDF file
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1746741/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1746746/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1746751/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1746756/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1746761/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1746766/image.png)
2 comentarios
Jishnu Subramonian
el 14 de Ag. de 2024
Hi Srinivas,
The MATLAB based urdf file for UR5e reflects the values from ROS-Industrial GitHub,
We would like to understand your use-case better,
Thanks
Respuesta aceptada
Hannes Daepp
el 12 de Sept. de 2024
Editada: Hannes Daepp
el 12 de Sept. de 2024
Thanks for reporting this issue. As others have stated, the discrepancy occurs because the MATLAB version is sourced from the ROS-Industrial repository, and the values were incorrect there. The issue has since been reported and has recently (last week) been updated in the ROS2 repository, with ROS1 forthcoming:
Mass of UR5e are incorrect · Issue #186 · UniversalRobots/Universal_Robots_ROS2_Description · GitHub
You an always find the source used by the robot library by checking the Source property of the info struct, i.e. using the following code:
[robot,info]=loadrobot("universalUR5e");
info.Source
Given the change to the source repository, we will work to update the corresponding values in the robot library (loadrobot) in a near-term update.
0 comentarios
Más respuestas (1)
Kautuk Raj
el 22 de Ag. de 2024
I can understand that you are trying to resolve discrepancies between the inertial parameters of the “UR5e robot” as found in the URDF files and those listed in the official manual.
The URDF file for the “UR5e robot” in MATLAB is based on the values provided by the ROS-Industrial GitHub repository. Specifically, these parameters are sourced from the ‘physical_parameters.yaml’ file located at the following repository: https://github.com/ros-industrial/universal_robot/blob/noetic-devel/ur_description/config/ur5e/physical_parameters.yaml
More information on handling a “UR5e Cobot” from Universal Robots can be found here in the documentation: https://www.mathworks.com/help/releases/R2023a/supportpkg/urseries/ug/getting-started-controlling-ur5e.html
I hope this clarifies the source of the parameter values in the URDF file.
2 comentarios
Hannes Daepp
el 12 de Sept. de 2024
Regarding the comment on inertia matrices, of course a zero inertia matrix doesn't make any sense. But if you read the page, you can see that the post includes the following disclaimer:
It should be noted that the inertia matrix values for UR3e and UR5e are negligible due to their smaller size.
Questions about the inertias and frame of reference in the official manual are best directed to UR.
Ver también
Categorías
Más información sobre Robotics en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!