I am using android application and try to modify the source code. As I understand this code line is used to send commands to Crazyflie: mCrazyradioLink.send(new CommanderPacket(mController.getRoll(), mController.getPitch(), mController.getYaw(), (char) (mController.getThrust()/100 * MAX_THRUST), mCo...