-
Notifications
You must be signed in to change notification settings - Fork 311
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
Panda research 3 PID gains tweaking #356
Comments
To me it seems like your problem is your control_command_success_rate. It is very low. You should run the communication test from libfranka and try to find the issue in you network setup |
But does that explain the oscillation issue ? |
With your success rate I wouldnt be surprised to get oscillation problems when the rate limiter is enabled. You definitely have to fix your communication issues to properly control the robot with FCI |
I have fixed the communication problem, and I'm now getting this when launching the communication test : But still, the robot is oscillating when I set high values for speed and acceleration (usually an acceleration scaling higher than 0.5 and a velocity scaling higher than 0.7) though Rviz, but seem to work fine with low acceleration scaling values (anything less than 0.5). It's worth noting that the oscillations come at the end of the movement, and that there is no end effector attached. |
This looks much better now. Try to disable the rate-limiter here: https://github.com/frankaemika/franka_ros/blob/develop/franka_control/config/franka_control_node.yaml#L14 . Then tell me if there are still oscillations |
It actually introduced other errors, when I turned the rate limiter off: [ERROR] [1695369929.279858336]: libfranka: Move command aborted: motion aborted by reflex! ["joint_motion_generator_velocity_discontinuity"] or [ERROR] [1695370988.957934841]: libfranka: Move command aborted: motion aborted by reflex! ["joint_motion_generator_acceleration_discontinuity"] The oscillations came back when I turned it on, and the errors are less frequent, but when the acceleration is around 0.6 they sometime appear if the form of cartesian reflex, even thought no pressure is applied to the arm. [ERROR] [1695370265.070006231]: libfranka: Move command aborted: motion aborted by reflex! ["cartesian_reflex"] |
I'm using franka_ros and Moveit to control the robot. Whenever I increase the speed/acceleration via Moveit move group, the robot starts to oscillate on some joints, and/or throws this error:
I was wondering if it was possible to use a PID in order to stabilize the robot movement but I can't find where to add those parameters.
The
default_controllers.yaml
file is loaded and contains PID gains for theeffort_joint_trajectory_controller
but nothing on theposition_joint_trajectory_controller
, is it where it is supposed to go ?When using the robot at max speed on Franka desk, such oscillations never happen.
The text was updated successfully, but these errors were encountered: