-
Notifications
You must be signed in to change notification settings - Fork 45
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
fixing image from the top camera for Pepper #86
base: master
Are you sure you want to change the base?
Conversation
These parameters are available on nao cameras as far as I can tell so I don't think that this code should be commented out or removed. (Except the one that was already marked as "Might be deprecated"). |
Having more information about the issue would help to identify the proper fix.
|
hello @mikaelarguedas and thank you for your questions. Here are some answers to your questions: -> it happens when starting the package as it is, each time. the default parameters in the code.
-> the image is over saturated, we cannot see anything
-> the image is over saturated, we cannot see anything
-> the image is not good, we cannot see much
-> does not change the image drastically, the image is ok
-> for Nao and it official last Naoqi -> the default parameters are also too much saturated that almost nothing can be seen. Since the current code does not work not for Pepper not for Nao I wonder why do we need this parameters? :) by the way it was reported by people doing RoboCup luckily they've seen it |
@nlyubova This is not a real fix. The changes you made so far don't affect the dynamic reconfigure at all, so that people could technically change the values in the GUI, however never encounter any differences in code. Then further, I hardly believe that these values were never working on NAO, because this code has been around for a while now and was used on NAO. So maybe the default values have changed? What does the Aldebaran documentation say about the default values? I also just found this: Which to my knowledge basically ignores everything in the reconfigure. Could you confirm that? Are you running the |
Hi, I agree with Karsten here, I am not sure we can say "this does not work for Nao". I remember we had a similar issue at the beginning of the Pepper project, because the cameras of Nao and Pepper are different, with different drivers, and a different set of parameters. I am not surprised that using the same settings for both robots can lead to one not working as expected, and commenting everything out does not look like a fix. IMHO, a more thorough inspection is needed before merging anything |
Hi @Karsten1987 and @suryaambrose, I agree with you all that it should be done properly to allow a dynamic configure, taking into account a robot type, etc. I only want to let everyone know that the problem exists with these parameters and somebody should fix it. Otherwise, we receive comments from frustrated people that "the official driver does not work" so it is not good.
I'll try to investigate the parameters and let you know. |
By the way, here is a new web-page for software and doc : https://developer.softbankrobotics.com |
thanks @Karsten1987 and @suryaambrose for weighing in on this, it looks like we're all on the same page then, with a clear path forward:
|
The image from top camera is corrupted -> almost white. This PR fix this issue.
@mikaelarguedas and @suryaambrose would you agree to merge it ? or would you prefer to remove the commented code?