household_objects_database_msgs/GetModelDescription Service

File: household_objects_database_msgs/GetModelDescription.srv

Raw Message Definition

# retreieves various metadata for an model id

# the id of the model
int32 model_id

---

# the outcome of the query
DatabaseReturnCode return_code

# the tags of the model
string[] tags

# the name of the model
string name

# the maker of the model
string maker


Compact Message Definition

int32 model_id

household_objects_database_msgs/DatabaseReturnCode return_code
string[] tags
string name
string maker