Class RobotObservedObjectEventArgs
Robot observed object event args
Namespace: Anki.Vector.Events
Assembly: Anki.Vector.dll
Syntax
public class RobotObservedObjectEventArgs : RobotObjectEventArgs
Properties
| Improve this Doc View SourceCustomObjectType
Gets the index of the custom object.
public CustomObjectType CustomObjectType { get; }
Property Type
CustomObjectType |
ImageRect
Gets the position in image coordinates
public ImageRect ImageRect { get; }
Property Type
ImageRect |
IsActive
Gets a value indicating whether the object is active.
public bool IsActive { get; }
Property Type
Boolean |
ObjectId
Gets the object identifier.
public int ObjectId { get; }
Property Type
Int32 |
ObjectType
Gets the type of the object.
public ObjectType ObjectType { get; }
Property Type
ObjectType |
Pose
Gets the pose of the object
public Pose Pose { get; }
Property Type
Pose |
RobotTimestamp
Gets the robot timestamp of the event
public uint RobotTimestamp { get; }
Property Type
UInt32 |
TopFaceOrientationRad
Gets the absolute top face orientation in radians
public float TopFaceOrientationRad { get; }
Property Type
Single |