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

Random Intense Movement Right After Launching the Impedance Controller #9

Closed
c-yiting opened this issue Nov 13, 2024 · 3 comments
Closed
Assignees

Comments

@c-yiting
Copy link

c-yiting commented Nov 13, 2024

Hi, thanks a lot for this repository!

system environment:

  1. ROS Noetic
  2. franka-ros 0.10.1 and libfranka 0.9.2

Lightweight customed fingers are mounted to replace the original fingers on the panda gripper.

After I run the suggested command to launch the impedance controller:
roslaunch serl_franka_controllers impedance.launch robot_ip:=<RobotIP> load_gripper:=true
Without any further input, the robot moves randomly and intensely right after
Started controllers: cartesian_impedance_controller
with the following error:
[ERROR]: libfranka: Move command aborted: motion aborted by reflex! ["power_limit_violation"]
control_command_success_rate: 1

Then the robot is running in high-stiffness.

Any ideas on solving this issue? Thanks!

@c-yiting c-yiting changed the title Random and Intense Movement right after Launching the Impedance Controller Random Intense Movement Right After Launching the Impedance Controller Nov 13, 2024
@jianlanluo
Copy link
Collaborator

Hi, you mentioned your new finger is lightweight, so perhaps you need to recalibrate your payload on franka server

@charlesxu0124
Copy link
Collaborator

Hello, sorry to hear that your robot is acting in such a scary way. I've never experienced this issue before. The power_limit_violation is usually a result of a high torque command, and the high-stiffness afterwards is a result of the Franka's internal safety mechanism stopping the arm after the power limit violation.

Do you mind sharing the entire terminal log and maybe a picture of your arm configuration so I can try to investigate the issue further?

@jianlanluo
Copy link
Collaborator

so if your payload is too lightweight and isn't calibrated; the gravity compensation torques will drive your robot crazy

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