-
Notifications
You must be signed in to change notification settings - Fork 121
URL parameters
We support two kinds of URL parameters. Right now most of them are using the pattern #command&¶meter
with optional &¶meter
, which we started to change to the more common Query string starting in issue #38 and commit 4b80cc3. The new format ?command=parameter
should be used preferably for all new implementations.
Legacy format: #command&¶meter
Current format: ?command=parameter
Select a robot system: lab.open-roberta.org/?loadSystem=<robot>
Load a program lab.open-roberta.org/#loadProgram&&<robot>&&<programName>&&<encoded exported xml>
Starting the tour: lab.open-roberta.org/#overview
Opening the gallery: lab.open-roberta.org/#gallery
(Internal) Activating an account: lab.open-roberta.org/#activateAccount&&<token>
(Internal) Resetting the password: lab.open-roberta.org/#forgotPassword&&<token>
Valid robots for <robot>
(derived from plugin properties):
- wedo
- ev3dev
- ev3c4ev3
- ev3lejosv0
- ev3lejosv1
- nxt
- microbit
- calliope2016
- calliope2017
- uno
- unowifirev2
- mega
- edison
- mbot
- sensebox
- bob3
- nao
- botnroll
- festobionic
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