Hi,
while stopping randomly an agv during its task, a navigation error occurs.
I reproduced the behavior in the attached model. agv_offset_travel.fsm
The model logic is simple:
1. agv receives standard task from source;
2. process flow listens the CP - OnPreArrival event;
3. when the event is triggered, after a while the agv is stopped before reaching the control point;
4. on resume object the error occurs.
I can simple avoid the error changing the agv configuration (from "use navigator for offset travel" to "do not travel offsets for load/unload tasks".
I mean that after resuming the agv, it believes to reach the destination because it is really close, but it isn't close enough for unload task.
What do you think?