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 can run the original joint_position_example_controller in franka_ros normally, but when I modify the command_interfaces in jointpositionexamplecontroller::update, for example, adding 0.01 after delta_angle or modifying the loop to assign values to each joint, an error occurs:
Hi @jin-yiwei ,
what you see is that your generated commands would create to big jumps in the velocity and acceleration domain - this could have multiple reasons. E.g. you just send to big jumps or your network connection is not good enough and some messages don't arrive in time (and allow a fluid command execution).
You could try to use the rate-limiter to eliminate the first problem....
Hello~
I can run the original
joint_position_example_controller
in franka_ros normally, but when I modify thecommand_interfaces
injointpositionexamplecontroller::update
, for example, adding 0.01 after delta_angle or modifying the loop to assign values to each joint, an error occurs:what should i do? i want to control the robot by joints continuously
The text was updated successfully, but these errors were encountered: