Skip to content

Commit c95f6fa

Browse files
committed
Cleanup headers
1 parent b4e040d commit c95f6fa

4 files changed

+4
-26
lines changed

src/test/test_DiscreteTheta.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
#define BOOST_TEST_MODULE DiscreteThetaModule
2+
#include <boost/test/included/unit_test.hpp>
23

34
#include "ugv_nav4d/DiscreteTheta.hpp"
45

5-
#include <boost/test/included/unit_test.hpp>
6-
76
BOOST_AUTO_TEST_CASE(check_discrete_theta_init) {
87
DiscreteTheta theta = DiscreteTheta(0, 16);
98
BOOST_CHECK_CLOSE_FRACTION(theta.getRadian(), 0, 0.01);

src/test/test_EnvironmentXYZTheta.cpp

+2-15
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,10 @@
11
#define BOOST_TEST_MODULE EnvironmentXYZThetaTestModule
2-
3-
#include <fstream>
4-
#include <cstdlib>
5-
6-
#include "ugv_nav4d/EnvironmentXYZTheta.hpp"
7-
#include "ugv_nav4d/Mobility.hpp"
8-
#include <sbpl_spline_primitives/SplinePrimitivesConfig.hpp>
9-
#include <traversability_generator3d/TraversabilityConfig.hpp>
10-
11-
#include <maps/grid/MLSMap.hpp>
12-
13-
#include <pcl/io/ply_io.h>
14-
#include <pcl/common/common.h>
15-
#include <pcl/common/transforms.h>
16-
172
#include <boost/test/included/unit_test.hpp>
183
#include <boost/archive/binary_oarchive.hpp>
194
#include <boost/archive/binary_iarchive.hpp>
205

6+
#include "ugv_nav4d/EnvironmentXYZTheta.hpp"
7+
218
using namespace ugv_nav4d;
229
using namespace maps::grid;
2310

src/test/test_Planner.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
#define BOOST_TEST_MODULE PlannerTestModule
22
#include <boost/test/included/unit_test.hpp>
33

4-
#include <fstream>
5-
#include <cstdlib>
6-
74
#include "ugv_nav4d/Planner.hpp"
8-
#include <traversability_generator3d/TraversabilityConfig.hpp>
9-
#include <maps/grid/MLSMap.hpp>
105

116
using namespace ugv_nav4d;
127

src/test/test_PreComputedMotions.cpp

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
#define BOOST_TEST_MODULE PreComputedMotionsModule
2+
#include <boost/test/included/unit_test.hpp>
23

34
#include "ugv_nav4d/PreComputedMotions.hpp"
4-
#include "ugv_nav4d/Mobility.hpp"
5-
#include <sbpl_spline_primitives/SplinePrimitivesConfig.hpp>
6-
7-
#include <boost/test/included/unit_test.hpp>
85

96
using namespace ugv_nav4d;
107

0 commit comments

Comments
 (0)