Correct namespace (#742)
parent
3b5a72eebc
commit
549eef0000
|
@ -23,7 +23,7 @@
|
||||||
#include "cartographer/mapping/map_builder.h"
|
#include "cartographer/mapping/map_builder.h"
|
||||||
#include "gtest/gtest.h"
|
#include "gtest/gtest.h"
|
||||||
|
|
||||||
namespace cartographer_ros {
|
namespace cartographer {
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
TEST(ConfigurationFilesTest, ValidateMapBuilderOptions) {
|
TEST(ConfigurationFilesTest, ValidateMapBuilderOptions) {
|
||||||
|
@ -62,4 +62,4 @@ TEST(ConfigurationFilesTest, ValidateTrajectoryBuilderOptions) {
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
} // namespace cartographer_ros
|
} // namespace cartographer
|
||||||
|
|
Loading…
Reference in New Issue