These parameters specify the basic physical properties of the mobile robot

Hierarchy

  • PhysicalParameters

Indexable

[property: string]: any

Properties

length: number

Length of the mobile robot

maximumAcceleration: number

Maximum acceleration with maximum load

maximumAngularSpeed?: number

Maximum rotation speed of the mobile robot

maximumDeceleration: number

Maximum deceleration with maximum load

maximumHeight: number

Maximum height of mobile robot

maximumSpeed: number

Maximum speed of the mobile robot

minimumAngularSpeed?: number

Minimal controlled continuous rotation speed of the mobile robot

minimumHeight: number

Minimum height of mobile robot

minimumSpeed: number

Minimal controlled continuous speed of the mobile robot

width: number

Width of the mobile robot

Generated using TypeDoc