-
Notifications
You must be signed in to change notification settings - Fork 121
Support for custom assets (EV3, NXT)
Reinhard Budde edited this page Apr 16, 2019
·
1 revision
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
Home | Community | Installation | Team
Installation Tutorials
- Instructions to run a openroberta lab server using DOCKER
- Instructions to run the Open Roberta Lab Server natively on ubuntu ‐ not recommended
- Raspberry Pi 2/3/4 and the Open Roberta Lab
- EV3 and leJOS
- EV3 and ev3dev
- Creating the OR leJOS image
- Arduino Create Agent
- Mbed DAL: Generation and automation
Development
-
Workflows
-
Architecture
-
Blockly
-
Software engineering issues
-
Misc
-
Notes on robots
Textual Representation
Contribution
Discussions on future development