Class RobotLifetimeStats
Vector lifetime statistics
Namespace: Anki.Vector.Types
Assembly: Anki.Vector.dll
Syntax
public class RobotLifetimeStats
Properties
| Improve this Doc View SourceAliveSeconds
Gets the number of seconds Vector has been alive.
[JsonProperty("Alive.seconds")]
public int AliveSeconds { get; }
Property Type
Int32 |
DistanceDriven
Gets the distance driven as millions of centimeters.
[JsonProperty("Odom.Body")]
public decimal DistanceDriven { get; }
Property Type
Decimal |
LifetimeSensoryScore
Gets the lifetime sensory score.
[JsonProperty("Stim.CumlPosDelta")]
public int LifetimeSensoryScore { get; }
Property Type
Int32 |
PettingDuration
Gets the duration of the petting in milliseconds.
[JsonProperty("Pet.ms")]
public int PettingDuration { get; }
Property Type
Int32 |
ReactedToTriggerWord
Gets the number of times Vector reacted to the trigger word (Hey Vector).
[JsonProperty("BStat.ReactedToTriggerWord")]
public int ReactedToTriggerWord { get; }
Property Type
Int32 |
UtilitiesUsed
Gets the number of utilities used.
[JsonProperty("FeatureType.Utility")]
public int UtilitiesUsed { get; }
Property Type
Int32 |