forked from aldebaran/urbi
urbiforge/urbi
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
This branch is 42 commits ahead of aldebaran:master.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bison @ d4b2ae8
fsm @ 0d973d6
.---------------------------------------------------------------. | _ _ _ _ ____ ____ _ __ | | | | | |_ __| |__ (_) / ___|| _ \| |/ / | | | | | | '__| '_ \| | \___ \| | | | ' / | | | |_| | | | |_) | | ___) | |_| | . \ | | \___/|_| |_.__/|_| |____/|____/|_|\_\ | | | `---------------------------------------------------------------' Component Software Platform (Urbi) & Concurrent Programming Language (urbiscript). Version: This is version 3.0. There might be bits of 2.x references left in the doc or in the code, just ignore them (or fix them!). Documentation: * PDF : https://github.com/urbiforge/urbi/blob/master/doc/urbi-sdk.pdf * Build the doc: ./doc.sh (should be in build-doc folder then) * HTML archive version here (just uncompress an open locally): https://github.com/urbiforge/urbi/blob/master/doc/urbi-sdk.html.tar.gz Build Urbi: * install the following packages (debian/ubuntu): build-essential git-core vim autoconf mlocate wget \ python python-pip libboost-all-dev default-jdk \ libssl-dev swig texlive texlive-latex-extra tex4ht * pip install qibuild * qisrc init && \ qisrc add https://github.com/urbiforge/libjpeg.git && \ qisrc add https://github.com/urbiforge/gtest.git && \ qisrc add https://github.com/urbiforge/libport.git && \ qisrc add https://github.com/urbiforge/urbi.git * qibuild configure --release --with-debug-info urbi && \ qibuild make urbi && \ qibuild install urbi /usr/local Run Urbi (interactive session): * urbi-launch -s Run Urbi (server): * urbi-launch --start -- -i --port 54000 * and then, from some other shell: 'nc localhost 54000' (to preserve command history: rlwrap nc localhost 54000) Run Urbi docker container: * docker run --net host urbiforge/urbi * rlwrap nc localhost 54000
About
Concurrent Programming Language
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 72.2%
- Java 11.2%
- Python 3.5%
- Makefile 2.6%
- Shell 2.2%
- SWIG 1.7%
- Other 6.6%