Remove GetBlockingTrajectoryId (#714)

master
gaschler 2017-11-30 12:04:14 +01:00 committed by Christoph Schütte
parent 999820d845
commit 24f253a2aa
2 changed files with 0 additions and 9 deletions

View File

@ -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) {

View File

@ -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,