Skip to content

Commit

Permalink
apply suggestion
Browse files Browse the repository at this point in the history
Signed-off-by: a-maumau <[email protected]>
  • Loading branch information
a-maumau committed Jun 10, 2024
1 parent 4955280 commit e54a112
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,7 @@ bool compare_pose(
pose_a.pose.pose.orientation.w == pose_b.pose.pose.orientation.w;
}

class TestSmartPoseBuffer : public ::testing::Test
{
};

TEST_F(TestSmartPoseBuffer, interpolate_pose) // NOLINT
TEST(TestSmartPoseBuffer, interpolate_pose) // NOLINT
{
rclcpp::Logger logger = rclcpp::get_logger("test_logger");
const double pose_timeout_sec = 10.0;
Expand Down

0 comments on commit e54a112

Please sign in to comment.