public class TelloDroneState extends Object
| Constructor and Description |
|---|
TelloDroneState(int pitch,
int roll,
int yaw,
int speedX,
int speedY,
int speedZ,
int tempLow,
int tempHigh,
int tofDistance,
int height,
int battery,
int motorTime,
double barometer,
double accelerationX,
double accelerationY,
double accelerationZ) |
| Modifier and Type | Method and Description |
|---|---|
double |
getAccelerationX() |
double |
getAccelerationY() |
double |
getAccelerationZ() |
double |
getBarometer() |
int |
getBattery() |
int |
getHeight() |
int |
getMotorTime() |
int |
getPitch() |
int |
getRoll() |
int |
getSpeedX() |
int |
getSpeedY() |
int |
getSpeedZ() |
int |
getTempHigh() |
int |
getTempLow() |
int |
getTofDistance() |
int |
getYaw() |
String |
toString() |
public TelloDroneState(int pitch,
int roll,
int yaw,
int speedX,
int speedY,
int speedZ,
int tempLow,
int tempHigh,
int tofDistance,
int height,
int battery,
int motorTime,
double barometer,
double accelerationX,
double accelerationY,
double accelerationZ)
public int getPitch()
public int getRoll()
public int getYaw()
public int getSpeedX()
public int getSpeedY()
public int getSpeedZ()
public int getTempLow()
public int getTempHigh()
public int getTofDistance()
public int getHeight()
public int getBattery()
public int getMotorTime()
public double getBarometer()
public double getAccelerationX()
public double getAccelerationY()
public double getAccelerationZ()
Copyright © 2020. All rights reserved.