Skip to content
Snippets Groups Projects
Verified Commit 65028190 authored by Thomas Lambert's avatar Thomas Lambert :helicopter:
Browse files

fix(control): max wing pos is 34 deg

parent e9081fb3
Branches main
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@
{ 1, -1, -1, 1 } // Encoder orientation
#define MAX_WING_POS \
{ 3166, 2374, 1290, 1135 } // Maximum wing angle (returned by encoder value)
#define TRUE_MAX_ANGLE 38.07 // Maximum wing angle (measured on setup)
#define TRUE_MAX_ANGLE 34.12 // Maximum wing angle (measured on setup)
/*******************************************************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment