ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
If you are running the recognizer node from tod_detecting and are seeing text output like
"Object name = " << object.objectName << ", imageId = " << object.imgIdx
then that is generated from line 167 of recognizer.cpp.
Each of the ObjectInfo objects referenced there have rvec and tvec members (see this) which presumably store the pose of the object. You could modify that loop to print out or otherwise output the pose as well as the name.