household_objects_database_msgs/GetModelScans Service

File: household_objects_database_msgs/GetModelScans.srv

# retrieves a list of object scans which match a given model id and source

# the id of the model
int32 model_id

# the string name of the source of the scan data
string scan_source

---

# the outcome of the query
DatabaseReturnCode return_code

# the returned scans
DatabaseScan[] matching_scans

Expanded Definition

int32 model_id
string scan_source

DatabaseReturnCode return_code
    int32 UNKNOWN_ERROR=1
    int32 DATABASE_NOT_CONNECTED=2
    int32 DATABASE_QUERY_ERROR=3
    int32 SUCCESS=-1
    int32 code
DatabaseScan[] matching_scans
    int32 model_id
    string bagfile_location
    string scan_source
    geometry_msgs/PoseStamped pose
        Header header
            uint32 seq
            time stamp
            string frame_id
        geometry_msgs/Pose pose
            geometry_msgs/Point position
                float64 x
                float64 y
                float64 z
            geometry_msgs/Quaternion orientation
                float64 x
                float64 y
                float64 z
                float64 w
    string cloud_topic