Fix layering check for headers. (#90)
parent
4d81b58a39
commit
695c303c56
|
@ -117,6 +117,8 @@ google_library(mapping_2d_scan_matching_translation_delta_cost_functor
|
||||||
USES_EIGEN
|
USES_EIGEN
|
||||||
HDRS
|
HDRS
|
||||||
translation_delta_cost_functor.h
|
translation_delta_cost_functor.h
|
||||||
|
DEPENDS
|
||||||
|
transform_rigid_transform
|
||||||
)
|
)
|
||||||
|
|
||||||
google_test(mapping_2d_scan_matching_ceres_scan_matcher_test
|
google_test(mapping_2d_scan_matching_ceres_scan_matcher_test
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
#define CARTOGRAPHER_MAPPING_2D_SCAN_MATCHING_TRANSLATION_DELTA_COST_FUNCTOR_H_
|
#define CARTOGRAPHER_MAPPING_2D_SCAN_MATCHING_TRANSLATION_DELTA_COST_FUNCTOR_H_
|
||||||
|
|
||||||
#include "Eigen/Core"
|
#include "Eigen/Core"
|
||||||
|
#include "cartographer/transform/rigid_transform.h"
|
||||||
|
|
||||||
namespace cartographer {
|
namespace cartographer {
|
||||||
namespace mapping_2d {
|
namespace mapping_2d {
|
||||||
|
|
Loading…
Reference in New Issue