-
Notifications
You must be signed in to change notification settings - Fork 18
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
Develop proper facial expressions handler – Stint 2 #77
Comments
Hi @Nicogene @pattacini @martinaxgloria, is there any plan to load also video instead of images? |
Yes @lrapetti, I already tried to show simple mp4 videos and it's possible to do 👍 |
Regarding the The video below shows how it works now. In this way, it's possible to switch from one image to another without remaining blocked. Of course it could be improved but this was the biggest limit of the module so far. module.mp4 |
Nice progress! |
Regarding this:
I propose organizing the conf files as follows:
The content of the main file [general]
num_expressions 10
[expression_0]
name happy
type image
file images/exp_img_0.png
[expression_1]
name sad
type image
file images/exp_img_1.png
...
[expression_9]
name cunny
type video
file videos/exp_mov_0.mp4 The module may then manage a Footnotes
|
Hi @pattacini, thank you for the advice. Do you suggest handling this task before thrifting the module or it's the same? |
They're two independent sub-tasks. You could complete thrifting the module first and then address its configuration. While doing the latter, you may also need to adjust thrift methods. This is perfectly fine. |
Clear, thank you! |
Hi, I added the thrift to the module in this fork but now I've some problems with the rpc protocol I haven't before. In particular, after launching the module and the module.2.mp4 |
After chatting with @pattacini about the problems reported above, we came up to these conclusions:
After these attempts, we decided to maintain a delay of 1000 ms for now. |
The use of a magic number (i.e., |
Today I implemented the context/ResourceFinder mechanism to manage the images and the updated module is here. If you're ok, I could open a PR to see the current state of the implementation. |
Fine with me! |
PR available here: |
Task description
This is the follow-up of #50.
We ought to address these points:
waitkey
issueergoCubEmotions
to CICOMPILE_ergocubEmotions
)Definition of done
All those points are addressed by a PR and it has been merged
cc @pattacini
The text was updated successfully, but these errors were encountered: