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:
@@ -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";
|
||||
|
||||
|
Reference in New Issue
Block a user