Skip to content

Commit

Permalink
take note of query.polygonSensorPos when deciding if all data is queried
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Niemeyer committed Sep 11, 2024
1 parent da247a6 commit b5d70de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions seerep_srv/seerep_core/src/core_dataset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ CoreDataset::getData(const seerep_core_msgs::Query& query)
}
}

if (!query.polygon && !query.timeinterval && !query.label &&
!query.instances && !query.dataUuids)
if (!query.polygon && !query.polygonSensorPos && !query.timeinterval &&
!query.label && !query.instances && !query.dataUuids)
{
return getAllDatasetUuids(datatypeSpecifics, query.sortByTime);
}
Expand Down

0 comments on commit b5d70de

Please sign in to comment.