Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Robots keep getting "power_limit_violation" error. #143

Open
trannguyenle95 opened this issue Sep 25, 2023 · 3 comments
Open

Robots keep getting "power_limit_violation" error. #143

trannguyenle95 opened this issue Sep 25, 2023 · 3 comments

Comments

@trannguyenle95
Copy link

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.

@chaitanyantr
Copy link

Hi @trannguyenle95 ,

Did you figure out any solution for this? I'm getting "power_limit_violation" as well.

setup:-
Franka panda.
ubuntu 22
ROS2
Python
FCI Active mode

@trannguyenle95
Copy link
Author

Not really, in the end, I had to execute my trajectory in a slower manner.

@AndreasKuhner
Copy link
Contributor

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 :)

Cheers,
Andreas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants