RobotKit API
|
Class that encapsulates the response from a roll command. More...
#import <RKRollResponse.h>
Properties | |
float | velocity |
float | heading |
This is a simple response that can be used to see if an error was returned from a roll command. The original command's heading and velocity are accessable
- (float) heading [read, write, assign] |
Property for accesss the heading that was sent in the response's command
- (float) velocity [read, write, assign] |
Property for the velocity that was sent in the response's command