Hi!
In a project, I've been told that AGVs, when coming to a stop for any reason, apply a precision speed of 65 mm/s at a distance of 165 mm from the stopping point before halting. Since I was already using the customization delegate for other purposes, it seemed appropriate to implement this behavior in the addKinematics, applying it when the end speed is 0. However, what happens in the model is that the endSpeed data is almost always 0 and it makes intermediate stops between control points. I don't understand why it returns that endSpeed value if the kinematics added to advance between control points shouldn't have an end speed of 0 for it to move smoothly, given OnBuildKinematics.
Does this mean that the end speed is the final speed of the travel path regardless of the segments it makes with kinematics between control points? If so, then how does the addKinematics know whether the AGV has to stop or not if it always returns an endSpeed of 0?
I attach a sample model.
Thanks in advance