Property | Type | Description | |
---|---|---|---|
maxRPM | float |
Method | Description | |
---|---|---|
ApplyForces ( ) : void | ||
MixRPM ( float heightFeedforward, float heightCommand, float rollCommand, float pitchCommand, float yawCommand ) : void | ||
Start ( ) : void | ||
getMaxPower ( ) : float | ||
getPower ( ) : float | ||
getRPM ( int i ) : float | ||
getTotalForce ( ) : Vector3 | ||
getTotalTorque ( ) : Vector3 | ||
startMotor ( int motor ) : void | ||
stopMotor ( int motor ) : void |
public MixRPM ( float heightFeedforward, float heightCommand, float rollCommand, float pitchCommand, float yawCommand ) : void | ||
heightFeedforward | float | |
heightCommand | float | |
rollCommand | float | |
pitchCommand | float | |
yawCommand | float | |
return | void |