|
|
@ -88,9 +88,20 @@ declare interface AgvOptions { |
|
|
*/ |
|
|
*/ |
|
|
forceStartDirection?: LLCDirection |
|
|
forceStartDirection?: LLCDirection |
|
|
|
|
|
|
|
|
loadHeight: number |
|
|
/** |
|
|
|
|
|
* 搬运高度 |
|
|
|
|
|
*/ |
|
|
|
|
|
loadHeight?: number |
|
|
|
|
|
|
|
|
unloadHeight: number |
|
|
/** |
|
|
|
|
|
* 卸货高度 |
|
|
|
|
|
*/ |
|
|
|
|
|
unloadHeight?: number |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* 禁止记录库存 |
|
|
|
|
|
*/ |
|
|
|
|
|
noInv?: boolean |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
declare type LLCDirection = 'UP' | 'DOWN' | 'LEFT' | 'RIGHT' |
|
|
declare type LLCDirection = 'UP' | 'DOWN' | 'LEFT' | 'RIGHT' |
|
|
|