Git Product home page Git Product logo

murraycu / robertalab Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dlech/robertalab

0.0 2.0 0.0 354.07 MB

The programming environment »Open Roberta Lab" by Fraunhofer IAIS enables children and adolescents to program robots. A variety of different programming blocks are provided to program motors and sensors of the robot. Open Roberta Lab uses an approach of graphical programming so that beginners can seamlessly start coding. As a cloud-based application, the platform can be used without prior installation of specific software but runs in any popular browser, independent of operating system and device.

Home Page: http://lab.open-roberta.org

Java 48.63% Python 3.57% CSS 0.89% HTML 6.85% JavaScript 39.23% ANTLR 0.12% Shell 0.70% Batchfile 0.01%

robertalab's Introduction

Open Roberta: Getting started with an own deployment of the OpenRoberta programming environment.


Introduction:

After a fresh git clone you get the robertalab project folder. It includes everything you need to setup and extend your own browser programming environment. License information is available in the docs folder.

Things you need on your computer:

Basic toolset: Java 1.7, Maven, Git, Browser

Please also check our wiki for a detailed install instruction, development procedure, coding conventions and further reading. Please also checkout our project issue tracker.

Fast installation (maven is taking care):

Step 1) Compilation


$ cd /OpenRobertaParent # move from the root folder to the folder of the (maven) parent project

$ mvn clean install

Get a coffee! Might take a couple of minutes.


A successful build looks like:

[INFO] ---------------------------------------

[INFO] Reactor Summary:

[INFO] RobertaParent ..................SUCCESS

[INFO] OpenRobertaShared ..............SUCCESS

[INFO] OpenRobertaServer ..............SUCCESS

[INFO] OpenRobertaRuntime .............SUCCESS

[INFO] ---------------------------------------

[INFO] BUILD SUCCESS


Step 2a) Starting your own server instance, if a unix-like shell is available (on either lin* or win*).


$ cd .. # return to the root folder

$ ./ora.sh --start # start the server, using default properties. Use --help for more options.



Step 2b) Starting your own server instance, without using the shell script


$ cd .. # return to the root folder

$ cd OpenRobertaServer # go to the folder of the server resources and the database

$ java -cp target/OpenRobertaServer-1.0.0-SNAPSHOT.jar de.fhg.iais.roberta.main.ServerStarter # start


Accessing your programming environment:

Start your browser at:

http://localhost:1999


That's it!


robertalab's People

Contributors

bjost2s avatar diestr avatar cvejoski avatar dpyka avatar rbudde avatar ensonic avatar mketterl avatar cpt-t-kirk avatar offlinecoder avatar jpotecki avatar arianme avatar ksylla avatar

Watchers

Murray Cumming avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.