Skip to content
Snippets Groups Projects
Commit 464e8773 authored by Angel's avatar Angel
Browse files

default setpoint in custom controller. Need to find a better way of doing this

parent 9469fd00
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ float gravity_force;
CrazyflieData previous_location;
std::vector<float> setpoint(4);
std::vector<float> setpoint {0, 0, 0.4, 0};
const float gainMatrixRoll[9] = {0, -1.714330725, 0, 0, -1.337107465, 0, 5.115369735, 0, 0};
const float gainMatrixPitch[9] = {1.714330725, 0, 0, 1.337107465, 0, 0, 0, 5.115369735, 0};
......
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