Browse Source

PlanTaskSequence.option, loadHeight / unloadHeight

jx-test
修宁 5 months ago
parent
commit
4154b9607f
  1. 4
      src/types/RCS.d.ts

4
src/types/RCS.d.ts

@ -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'

Loading…
Cancel
Save