[GenericPoseGraph] Remove unused declarations. (#1323)
parent
bc8a7d7c00
commit
29420b1912
|
@ -22,14 +22,9 @@ namespace cartographer {
|
|||
namespace pose_graph {
|
||||
namespace {
|
||||
|
||||
using ::testing::ElementsAre;
|
||||
using testing::EqualsProto;
|
||||
using testing::Near;
|
||||
using testing::ParseProto;
|
||||
|
||||
using RotationType = std::array<double, 4>;
|
||||
using ResidualType = std::array<double, 3>;
|
||||
|
||||
constexpr char kConstraint[] = R"PROTO(
|
||||
id: "narf"
|
||||
cost_function {
|
||||
|
|
Loading…
Reference in New Issue