Fixed undefined INFINITY in test
This commit is contained in:
parent
bb03e7d128
commit
5ebc449a79
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
// #include <gmock/gmock.h>
|
// #include <gmock/gmock.h>
|
||||||
// not supported using Visual Studio 2022 compiler...
|
// not supported using Visual Studio 2022 compiler...
|
||||||
#include <gtest/gtest.h>
|
|
||||||
|
|
||||||
#include "../DifferentialDrive.h"
|
#include "../DifferentialDrive.h"
|
||||||
#include "../DistanceSensor.h"
|
#include "../DistanceSensor.h"
|
||||||
#include "../LinearAlgebra/Angle.h"
|
#include "../LinearAlgebra/Angle.h"
|
||||||
#include "../Roboid.h"
|
#include "../Roboid.h"
|
||||||
|
#include <gtest/gtest.h>
|
||||||
|
#include <math.h>
|
||||||
|
|
||||||
/// @brief A Distance sensor with testing support
|
/// @brief A Distance sensor with testing support
|
||||||
/// With this sensor it is possible to simulate a measurement
|
/// With this sensor it is possible to simulate a measurement
|
||||||
|
Loading…
x
Reference in New Issue
Block a user