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
Which combination of platform is the ROS driver running on.
Ubuntu Linux with standard kernel
How is the UR ROS2 Driver installed.
From binary packets
Which robot platform is the driver connected to.
UR E-series robot
Robot SW / URSim version(s)
5.16.0
How is the ROS driver used.
Through the robot teach pendant using External Control URCap
Issue details
Summary
UR10e experiences clipping motion when controlled with scaled_joint_trajectory_controller.
Issue details
I am conducting research for my master's thesis with a UR10e robot, where I need to send trajectories over the scaled_JTC.
on the Teach Pendant the safety limits are set to least restrictive settings.
Trajectories are computed with Ruckig trajectory planner from point A to point B and within the robot hardware limitations i.e velocities and accelerations.
our initial thoughts that the tracking error is experiencing some lag so we plotted the error from the controller state as below.
controller Feedback
as seen the controller state error does not indicate any unexpected deviations. To address the issue, we reduced acceleration limits to 8. rad/s² for all joints which should be within the capabilities of a robot like UR10e. However the behavior remained unchanged.
another example is shown below.
ps: what was also unclear why does controller_state/error/positions shows a velocity error as seen from the first plot ?
Affected ROS2 Driver version(s)
ros-humble-ur/jammy,now 2.2.16-5jammy.20241029.212959 amd64
Used ROS distribution.
Humble
Which combination of platform is the ROS driver running on.
Ubuntu Linux with standard kernel
How is the UR ROS2 Driver installed.
From binary packets
Which robot platform is the driver connected to.
UR E-series robot
Robot SW / URSim version(s)
5.16.0
How is the ROS driver used.
Through the robot teach pendant using External Control URCap
Issue details
Summary
UR10e experiences clipping motion when controlled with scaled_joint_trajectory_controller.
Issue details
I am conducting research for my master's thesis with a UR10e robot, where I need to send trajectories over the scaled_JTC.
on the Teach Pendant the safety limits are set to least restrictive settings.
Trajectories are computed with Ruckig trajectory planner from point A to point B and within the robot hardware limitations i.e velocities and accelerations.
our initial thoughts that the tracking error is experiencing some lag so we plotted the error from the controller state as below.
controller Feedback
as seen the controller state error does not indicate any unexpected deviations. To address the issue, we reduced acceleration limits to 8. rad/s² for all joints which should be within the capabilities of a robot like UR10e. However the behavior remained unchanged.
another example is shown below.
ps: what was also unclear why does controller_state/error/positions shows a velocity error as seen from the first plot ?
below are relevant controller parameters.
Workaround Suggestion
The issue could be mitigated when sending trajectories with a longer duration.
Relevant log output
No response
Accept Public visibility
The text was updated successfully, but these errors were encountered: