Formula for Kinetic Energy of 6DOF robot like ur5
11 次查看(过去 30 天)
显示 更早的评论
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 个评论
Sam Chak
2023-2-2
编辑:Sam Chak
2023-2-2
@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?
回答(1 个)
Vidip Jain
2023-3-20
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Robotics 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!