Skip to content

Commit

Permalink
Added comment for ResetKIteration method in controller
Browse files Browse the repository at this point in the history
  • Loading branch information
jackbogatz committed Oct 22, 2024
1 parent 4410550 commit d9e870e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ void Controller::ImportControlParameters(std::string file_name){
in.close();
}

// When we go into landing mode, reset the k_iteration_start_time and current_iteration_index
void Controller::ResetKIteration(double current_time){
k_iteration_start_time = current_time;
current_iteration_index = 0;
Expand Down

0 comments on commit d9e870e

Please sign in to comment.