The old household_object_database implementation offered an useful service for retrieving details about a model with a given key. Among this information was the human-readable object name, such as can. See: http://www.ros.org/doc/api/household_objects_database_msgs/html/srv/GetModelDescription.html
What would be the best way to implement this? Where should I start looking?
PS: Remember I am an absolute beginner with ORK and Ecto. I just got the tabletop pipeline running ...