RobotKit API
|
Class to contain attitude data from data streaming. More...
#import <RKAttitudeData.h>
Properties | |
float | pitch |
float | roll |
float | yaw |
RKAttitudeState | state |
Class that contains structures to the attitude data received from data streaming. Data streaming can be set to return specific angles, so the state structure indicates which values are valid.
- (float) pitch [read, assign] |
Read only property for the pitch angle of Sphero.
- (float) roll [read, assign] |
Read only property for the roll angle of Sphero.
- (RKAttitudeState) state [read, assign] |
Read only property to the state structure that indicates which angles are valid numbers.
- (float) yaw [read, assign] |
Read only property for the yaw angle of Sphero.