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
Optionally show vehicle envelopes for currently allocated and upcoming resources in the Operations Desk.
Consider orderpool.sweepAge when cleaning up order sequences, too.
Add support for mapping coordinates from the plant model's coordinate system to the coordinate system of a vehicle and vice versa (when sending/receiving them to/from a vehicle). For more information, please refer to the user's guide.
Add support for sending VehicleCommAdapterMessages via the Operations Desk.
Bugs fixed:
Properly check a new plant model for duplicate element names before accepting it.
Don't allow transport orders to be created with a peripheral reservation token set to the empty string.
Changes affecting developers:
Mark layout coordinates of points and locations for removal with the next major version as they are apparently not really used in practice. The model coordinates of points and locations should be used instead.
Deprecate Scheduler.Client.allocationFailed(Set) as it is not used anywhere.
Deprecate Scheduler.Client.allocationSuccessful(Set) in favor of the newly introduced Scheduler.Client.onAllocation(Set).