You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question regarding the "power limit violation". We tried to run our custom-made controller for the robot to follow a trajectory at a pretty high speed. Sometimes it works, however, we often get the "power_limit_violation" error.
We checked the docs and it says "If the maximum allowed power is reached, the power_limit_violation will be triggered. It will prevent the robot from moving and continuing the control loop." Can you elaborate on what is "maximum allowed power" here? What could be the cause of this problem? Can you provide any hints for solving this?
P/s: The error happens on both Franka 2 and 3 but mostly Franka 2.
The text was updated successfully, but these errors were encountered:
Hi @trannguyenle95 ,
the background is that due the dimensioning of the robot, it sometimes is not possible to move/accelerate with all joints full speed at once. Depends of course mostly on the needed torque per joint (the more torque a joints needs to use, the more power it consumes). And at the end of the day, all joints take from the same power source (which is limited). Trajectories close to the center need less torque for the same movements compared to far away trajectories (e.g. outstreched arm).
As you found out, reducing the acceleration/speed reduces/resolves the problem :)
Hi @frankaemika,
I have a question regarding the "power limit violation". We tried to run our custom-made controller for the robot to follow a trajectory at a pretty high speed. Sometimes it works, however, we often get the "power_limit_violation" error.
We checked the docs and it says "If the maximum allowed power is reached, the power_limit_violation will be triggered. It will prevent the robot from moving and continuing the control loop." Can you elaborate on what is "maximum allowed power" here? What could be the cause of this problem? Can you provide any hints for solving this?
P/s: The error happens on both Franka 2 and 3 but mostly Franka 2.
The text was updated successfully, but these errors were encountered: