Skip to content

Instantly share code, notes, and snippets.

@esden
Created February 14, 2013 05:54
Show Gist options
  • Save esden/4950854 to your computer and use it in GitHub Desktop.
Save esden/4950854 to your computer and use it in GitHub Desktop.
Assuming the configuration
1 2
\ /
/ \
4 3
1 CW
2 CCW
3 CW
4 CCW
<define name="ROLL_COEF" value="{ 256, -256, -256, 256 }"/>
<define name="PITCH_COEF" value="{ 256, 256, -256, -256 }"/>
<define name="YAW_COEF" value="{ -256, 256, -256, 256 }"/>
<define name="THRUST_COEF" value="{ 256, 256, 256, 256 }"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment