Use drone.move(roll, pitch, gaz, yaw). If you want it to move only
forward or backwards, the command would be:
drone.move(0, x, 0, 0); where x is a % of max. So you would want to
play around and change x to the percent that you want.
Essentially, that's all that ControlTower does.
Good flying,
S