We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 ...
The text was updated successfully, but these errors were encountered:
Looks like the object_information_server from the object_recognition_ros package already does something similar.
rosrun object_recognition_ros object_information_server
Unfortunately, the returned human-readable name contains the key one already provides ...
Sorry, something went wrong.
👍 Seems easy to get the info on Python, but I failed to find anything similar on C++. 😰
No branches or pull requests
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 ...
The text was updated successfully, but these errors were encountered: