.NET SDK Documentation

    Show / Hide Table of Contents

    Class RobotLifetimeStats

    Vector lifetime statistics

    Inheritance
    Object
    RobotLifetimeStats
    Namespace: Anki.Vector.Types
    Assembly: Anki.Vector.dll
    Syntax
    public class RobotLifetimeStats

    Properties

    | Improve this Doc View Source

    AliveSeconds

    Gets the number of seconds Vector has been alive.

    [JsonProperty("Alive.seconds")]
    public int AliveSeconds { get; }
    Property Type
    Int32
    | Improve this Doc View Source

    DistanceDriven

    Gets the distance driven as millions of centimeters.

    [JsonProperty("Odom.Body")]
    public decimal DistanceDriven { get; }
    Property Type
    Decimal
    | Improve this Doc View Source

    LifetimeSensoryScore

    Gets the lifetime sensory score.

    [JsonProperty("Stim.CumlPosDelta")]
    public int LifetimeSensoryScore { get; }
    Property Type
    Int32
    | Improve this Doc View Source

    PettingDuration

    Gets the duration of the petting in milliseconds.

    [JsonProperty("Pet.ms")]
    public int PettingDuration { get; }
    Property Type
    Int32
    | Improve this Doc View Source

    ReactedToTriggerWord

    Gets the number of times Vector reacted to the trigger word (Hey Vector).

    [JsonProperty("BStat.ReactedToTriggerWord")]
    public int ReactedToTriggerWord { get; }
    Property Type
    Int32
    | Improve this Doc View Source

    UtilitiesUsed

    Gets the number of utilities used.

    [JsonProperty("FeatureType.Utility")]
    public int UtilitiesUsed { get; }
    Property Type
    Int32
    • Improve this Doc
    • View Source
    Back to top Copyright (c) 2019 by Wayne Venables