Remove GetBlockingTrajectoryId (#714)
parent
999820d845
commit
24f253a2aa
|
@ -134,10 +134,6 @@ void MapBuilder::FinishTrajectory(const int trajectory_id) {
|
|||
pose_graph_->FinishTrajectory(trajectory_id);
|
||||
}
|
||||
|
||||
int MapBuilder::GetBlockingTrajectoryId() const {
|
||||
return sensor_collator_.GetBlockingTrajectoryId();
|
||||
}
|
||||
|
||||
std::string MapBuilder::SubmapToProto(
|
||||
const mapping::SubmapId& submap_id,
|
||||
proto::SubmapQuery::Response* const response) {
|
||||
|
|
|
@ -77,11 +77,6 @@ class MapBuilder {
|
|||
// i.e. no further sensor data is expected.
|
||||
void FinishTrajectory(int trajectory_id);
|
||||
|
||||
// Must only be called if at least one unfinished trajectory exists. Returns
|
||||
// the ID of the trajectory that needs more data before the MapBuilder is
|
||||
// unblocked.
|
||||
int GetBlockingTrajectoryId() const;
|
||||
|
||||
// Fills the SubmapQuery::Response corresponding to 'submap_id'. Returns an
|
||||
// error string on failure, or an empty string on success.
|
||||
std::string SubmapToProto(const SubmapId& submap_id,
|
||||
|
|
Loading…
Reference in New Issue