1
0
mirror of https://gitlab.com/lander-team/lander-cpp.git synced 2025-07-25 23:51:35 +00:00

changed up vehicle dynamics in accordance with simulink changes

This commit is contained in:
bpmcgeeney
2021-09-20 11:35:11 -07:00
parent 768bcb7964
commit 382566a8da
3 changed files with 15 additions and 9 deletions

View File

@@ -64,7 +64,7 @@ int main() {
// PID Gains
State.Kp = varValueVec[17];
State.Ki = varValueVec[18];
State.Kd = -1;
State.Kd = varValueVec[19];
std::cout << State.Kd << "\n";