Remove references to Drake (#5427)

Fixes #5426.
This commit is contained in:
Tyler Veness
2023-07-09 21:25:14 -07:00
committed by GitHub
parent e2d385d80a
commit fd5699b240
5 changed files with 1 additions and 71 deletions

View File

@@ -6,8 +6,6 @@
#include "frc/estimator/MerweScaledSigmaPoints.h"
namespace drake::math {
namespace {
TEST(MerweScaledSigmaPointsTest, ZeroMean) {
frc::MerweScaledSigmaPoints<2> sigmaPoints;
auto points = sigmaPoints.SquareRootSigmaPoints(
@@ -30,5 +28,3 @@ TEST(MerweScaledSigmaPointsTest, NonzeroMean) {
{2.0, 2.0, 2.00548, 2.0, 1.99452}})
.norm() < 1e-3);
}
} // namespace
} // namespace drake::math