Support for custom assets (EV3, NXT) - OpenRoberta/openroberta-lab GitHub Wiki
preconditions: javascript, java
context: The Open Roberta® Lab provides a few built-in pictures and melodies/sounds that can be used in programs. These are usually selected from a drop down in the related block.
problem: More advanced users it would like to upload their own media and use in the program.
As part of the project, you'd need to:
- design a way to store assets in the project
- ensure uploaded data is converted into a suitable format for the robot
- design UI form to upload media files
- add a "play sound" block
- add a “show custom picture block”
- provide a way to record sounds using the microphone
contact: Artem.Vinokurov AT iais.fraunhofer.de