![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1281846/image.png)
Formula for Kinetic Energy of 6DOF robot like ur5
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I need to calculate energy consumed by a 6DOF robot like ur5 through simulation. I have the angular velocities, positions and angular acceleration of each joint through inverse kinematics. Now I want to calculate the Kinetic Energy but I am unable to find a specific equation for Kinetic Energy where I can put these values.
2 comentarios
Sam Chak
el 2 de Feb. de 2023
Editada: Sam Chak
el 2 de Feb. de 2023
@Ebrahim, Which robot textbooks are you reading? Find out the formulas and post them here so that we can advise how to implement them in MATLAB. By the way, isn't it true that the Kinetic Energy has something to do with the quadratic function of velocity or the angular velocity?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1281846/image.png)
Respuestas (1)
Vidip Jain
el 20 de Mzo. de 2023
To calculate the kinetic energy of a 6DOF robot like UR5, you can use the following equation:
KE = 1/2 * m * v^2
where KE is the kinetic energy, m is the mass of the robot and v is the velocity of the robot.
To calculate the velocity of the robot, you can use the following equation:
v = sqrt(vx^2 + vy^2 + vz^2)
where ‘vx’, ‘vy’ and ‘vz’ are the linear velocities of the robot in the x, y and z directions respectively.
Finally, you can use the inverse dynamics of the robot to calculate the joint torques and then multiply them by the joint velocities to obtain the power consumption of the robot.
There are several research papers available that have calculated the joint torques for UR5 using inverse dynamics. Such paper are:
- "Inverse Dynamics Analysis and Control of Universal Robots UR5" by Y. Zhang et al.
- "Inverse Dynamics for the UR5 Robot using Recursive Newton-Euler Algorithm" by A. Tully and C. L. Morgan
- "Dynamic Modelling and Simulation of UR5 Robot for Trajectory Control" by S. M. R. Islam and M. Z. Islam
0 comentarios
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!