Skip to content

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

GitHub Ticket1 GitHub Ticket2

contact: Artem.Vinokurov AT iais.fraunhofer.de

Clone this wiki locally