Skip to content

Commit

Permalink
added goto fcu test
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Jun 11, 2024
1 parent ba32d50 commit 3255a1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/control_manager/common/common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@ Controller::HwApiOutputVariant initializeDefaultOutput(const ControlOutputModali
std::visit(HwApiInitializeVisitor(), output, uav_state_var, min_throttle_var, n_motors_var);

return output;
} // namespace mrs_uav_managers
}

//}

Expand Down
2 changes: 2 additions & 0 deletions test/control_manager/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
add_subdirectory(goto_service)

add_subdirectory(goto_fcu_service)

add_subdirectory(goto_relative_service)

add_subdirectory(eland_control_error)
Expand Down

0 comments on commit 3255a1c

Please sign in to comment.