Contains all battery-related information.

Hierarchy

  • BatteryState

Properties

batteryCharge: number

State of Charge in percent as a float value: If AGV only provides values for good or bad battery levels, these will be indicated as 20% (bad) and 80% (good).

batteryHealth?: number

State of health in percent as an integer within range [0..100]

batteryVoltage?: number

Battery voltage

charging: boolean

If true: Charging in progress. If false: AGV is currently not charging.

reach?: number

Estimated reach with current State of Charge (in meter as uint32)

Generated using TypeDoc