|
|
@ -87,6 +87,10 @@ declare interface AgvOptions { |
|
|
* 强制开始方向 |
|
|
* 强制开始方向 |
|
|
*/ |
|
|
*/ |
|
|
forceStartDirection?: LLCDirection |
|
|
forceStartDirection?: LLCDirection |
|
|
|
|
|
|
|
|
|
|
|
loadHeight: number |
|
|
|
|
|
|
|
|
|
|
|
unloadHeight: number |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
declare type LLCDirection = 'UP' | 'DOWN' | 'LEFT' | 'RIGHT' |
|
|
declare type LLCDirection = 'UP' | 'DOWN' | 'LEFT' | 'RIGHT' |
|
|
|