Class RobotStateEventArgs
Gets robot state event args
Namespace: Anki.Vector.Events
Assembly: Anki.Vector.dll
Syntax
public class RobotStateEventArgs : RobotEventArgs
Properties
| Improve this Doc View SourceAcceleration
Gets the current accelerometer reading
public Acceleration Acceleration { get; }
Property Type
Acceleration |
CarryingObjectId
Gets the ID of the object currently being carried (-1 if none)
public int CarryingObjectId { get; }
Property Type
Int32 |
Gyro
Gets the current gyroscope reading (x, y, z)
public AngularVelocity Gyro { get; }
Property Type
AngularVelocity |
HeadAngleRad
Gets Vector's head angle (up/down) in radians
public float HeadAngleRad { get; }
Property Type
Single |
HeadTrackingObjectId
Gets the ID of the object the head is tracking to (-1 if none)
public int HeadTrackingObjectId { get; }
Property Type
Int32 |
LastImageTimestamp
Gets the robot's timestamp for the last image seen.
public uint LastImageTimestamp { get; }
Property Type
UInt32 |
LeftWheelSpeedMmps
Gets Vector’s left wheel speed in mm/sec
public float LeftWheelSpeedMmps { get; }
Property Type
Single |
LiftHeightMm
Gets the height of Vector’s lift from the ground.
public float LiftHeightMm { get; }
Property Type
Single |
LocalizedToObjectId
Gets the ID of the object that the robot is localized to (-1 if none)
public int LocalizedToObjectId { get; }
Property Type
Int32 |
Pose
Gets the current pose (position and orientation) of Vector.
public Pose Pose { get; }
Property Type
Pose |
PoseAngleRad
Gets Vector's pose angle (heading in X-Y plane) in radians
public float PoseAngleRad { get; }
Property Type
Single |
PosePitchRad
Gets Vector’s pose pitch (angle up/down) in radians
public float PosePitchRad { get; }
Property Type
Single |
Proximity
Gets the proximity sensor data.
public ProximitySensorData Proximity { get; }
Property Type
ProximitySensorData |
RightWheelSpeedMmps
Gets Vector's right wheel speed in mm/sec
public float RightWheelSpeedMmps { get; }
Property Type
Single |
Status
Gets the various status properties of the robot.
public RobotStatus Status { get; }
Property Type
RobotStatus |
Touch
Gets the object touch detection values.
public TouchSensorData Touch { get; }
Property Type
TouchSensorData |