|
|
|
@ -1873,7 +1873,8 @@ void get_tlm_fox() {
|
|
|
|
printf("Error opening command_count.txt!\n");
|
|
|
|
printf("Error opening command_count.txt!\n");
|
|
|
|
fclose(command_count_file);
|
|
|
|
fclose(command_count_file);
|
|
|
|
|
|
|
|
|
|
|
|
// printf("Command count: %d\n", groundCommandCount);
|
|
|
|
|
|
|
|
|
|
|
|
printf("Command count: %d\n", groundCommandCount);
|
|
|
|
int simulated;
|
|
|
|
int simulated;
|
|
|
|
simulated = sim_mode;
|
|
|
|
simulated = sim_mode;
|
|
|
|
if (failureMode != FAIL_NONE) {
|
|
|
|
if (failureMode != FAIL_NONE) {
|
|
|
|
|