Skip to content

Commit

Permalink
[lfc] Rename ComputeControl to ComputeControlWithoutGravity
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurVal committed Jan 30, 2025
1 parent 1e1112a commit d955083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_linear_feedback_controller.cpp
Original file line number Diff line number Diff line change
@@ -250,7 +250,7 @@ TEST_P(LinearFeedbackControllerTest, SetInitialState) {

#define MakeNamedValueOf(val) std::make_tuple(std::string_view{#val}, (val))

TEST_P(LinearFeedbackControllerTest, ComputeControl) {
TEST_P(LinearFeedbackControllerTest, ComputeControlWithoutGravity) {
auto ctrl = LinearFeedbackController{};
const auto refs = References::Random(GetParam().d_gains.size());
ASSERT_PRED2(SuccesfullyInitialized(ctrl), GetParam(), refs);

0 comments on commit d955083

Please sign in to comment.