.NET SDK Documentation

    Show / Hide Table of Contents

    Class RobotObservedObjectEventArgs

    Robot observed object event args

    Inheritance
    Object
    EventArgs
    RobotEventArgs
    RobotObjectEventArgs
    RobotObservedObjectEventArgs
    Inherited Members
    RobotObjectEventArgs.ObjectEventType
    RobotEventArgs.EventType
    EventArgs.Empty
    Namespace: Anki.Vector.Events
    Assembly: Anki.Vector.dll
    Syntax
    public class RobotObservedObjectEventArgs : RobotObjectEventArgs

    Properties

    | Improve this Doc View Source

    CustomObjectType

    Gets the index of the custom object.

    public CustomObjectType CustomObjectType { get; }
    Property Type
    CustomObjectType
    | Improve this Doc View Source

    ImageRect

    Gets the position in image coordinates

    public ImageRect ImageRect { get; }
    Property Type
    ImageRect
    | Improve this Doc View Source

    IsActive

    Gets a value indicating whether the object is active.

    public bool IsActive { get; }
    Property Type
    Boolean
    | Improve this Doc View Source

    ObjectId

    Gets the object identifier.

    public int ObjectId { get; }
    Property Type
    Int32
    | Improve this Doc View Source

    ObjectType

    Gets the type of the object.

    public ObjectType ObjectType { get; }
    Property Type
    ObjectType
    | Improve this Doc View Source

    Pose

    Gets the pose of the object

    public Pose Pose { get; }
    Property Type
    Pose
    | Improve this Doc View Source

    RobotTimestamp

    Gets the robot timestamp of the event

    public uint RobotTimestamp { get; }
    Property Type
    UInt32
    | Improve this Doc View Source

    TopFaceOrientationRad

    Gets the absolute top face orientation in radians

    public float TopFaceOrientationRad { get; }
    Property Type
    Single

    See Also

    EventArgs
    • Improve this Doc
    • View Source
    Back to top Copyright (c) 2019 by Wayne Venables