Allow execution of Submap2D::ToResponseProto without a grid (#1078)
- related to https://github.com/googlecartographer/cartographer_ros/issues/819master
parent
74970be757
commit
ed0a8846f1
|
@ -103,7 +103,7 @@ void Submap2D::UpdateFromProto(const proto::Submap& proto) {
|
|||
void Submap2D::ToResponseProto(
|
||||
const transform::Rigid3d&,
|
||||
proto::SubmapQuery::Response* const response) const {
|
||||
CHECK(probability_grid_);
|
||||
if (!probability_grid_) return;
|
||||
response->set_submap_version(num_range_data());
|
||||
|
||||
Eigen::Array2i offset;
|
||||
|
|
Loading…
Reference in New Issue