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'm facing the same problem while trying to use ruckig community ed. for a joystick jogger (servoing) with jerk limited motion. It act weird if the max velocity is decreased.
Attached cesar's program output plotted values.
This seems in line with the current implementation that Ruckig will brake as fast as possible to stay within the limits.
When reducing max_velocity limit below current_velocity, the trajectory will de-accelerate until the velocity limit is reached exactly, however then it can only ramp-up the acceleration slowly due to the jerk limitation. Therefore, an overshoot in the velocity occurs.
This relates to the soft constraints issue (#45) so that Ruckig will brake to stay on the velocity limit afterwards.
Hi,
I found a bug if the maximum velocity is decreased. Please find this simple example:
After the velocity change is done, there is a really weird behavior of the system. Could you please check it?
Thanks in advance.
Regards,
Cesar
The text was updated successfully, but these errors were encountered: