Removed check for existence of first submap of first trajectory in pose graph optimization (#1099)
Removed check for existence of first submap of first trajectory. This check is equivalent to the original implementation which got changed in [#584](https://github.com/googlecartographer/cartographer/pull/584/files)master
parent
f51e4f4f05
commit
d9ada58710
|
@ -278,7 +278,6 @@ void OptimizationProblem3D::Solve(
|
||||||
|
|
||||||
// Set the starting point.
|
// Set the starting point.
|
||||||
CHECK(!submap_data_.empty());
|
CHECK(!submap_data_.empty());
|
||||||
CHECK(submap_data_.Contains(SubmapId{0, 0}));
|
|
||||||
MapById<SubmapId, CeresPose> C_submaps;
|
MapById<SubmapId, CeresPose> C_submaps;
|
||||||
MapById<NodeId, CeresPose> C_nodes;
|
MapById<NodeId, CeresPose> C_nodes;
|
||||||
std::map<std::string, CeresPose> C_landmarks;
|
std::map<std::string, CeresPose> C_landmarks;
|
||||||
|
|
Loading…
Reference in New Issue