Skip to content
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

Error in LearnerRecognizerNode published 2D confidence? #1

Open
VGonPa opened this issue Feb 22, 2015 · 1 comment
Open

Error in LearnerRecognizerNode published 2D confidence? #1

VGonPa opened this issue Feb 22, 2015 · 1 comment
Labels

Comments

@VGonPa
Copy link
Member

VGonPa commented Feb 22, 2015

It seems that the LearnerRecognizerNode is publishing the 2DObject ID both in the object_id and the grade_certainty fields of the ocular/RecognizedObject.msg message.

The error might come from the resulting_id method (Line 216).

@VGonPa
Copy link
Member Author

VGonPa commented Apr 5, 2015

The line is object.grade_certainty[0]=object_id_2D.first;
and it should probably be: object.grade_certainty[0]=object_id_2D.second;

@VGonPa VGonPa added the bug label Apr 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant