-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
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
Empty frame ID #145
Comments
Does the image topic sent to |
OK I got it now! frame ID wasnt set on my rgb topic. Another question not related but is there a way to save multiple objects to a folder but shares the same ID? Can we also set feature detection and descriptor type from config file? |
You can create a settings file and pass it to Each image has its own unique ID, you would need to combine yourself the range of IDs that represent the same object. For example, IDs 1 to 9 are object A, IDs 10 to 19 are object B.... |
Thank you!! Thats sorted now! Created new issue here: I understand that the feature matching relies on the descriptor of the keypoints extracted whichi do not consider colour. Is there a way to utilise colour information? Created new issue here since its completely off topic: #146 Thanks! |
HI there Im using ROS2 interface of find object and i encountered an issue.
when object is detected, it publishes a topic called /objectsStamped but the the frameId is always empty.
in FindObjectROS.cpp therte is a line of code that extracts frame ID from header but seems empty.
and I suppose the function of this FindObjectROS::publish is a callback function of the following
How can I resolve this issue?
The text was updated successfully, but these errors were encountered: