Size: 1153
Comment:
|
Size: 563
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
To start this turtorial, we assume you have installed the demo-genom module through this [[genom3/tutorial/demo|tutorial]]. | |
Line 7: | Line 8: |
git clone ssh://trac.laas.fr/git/robots/demo-genom cd demo-genom git checkout genom3 ./bootstrap.sh mkdir build && cd build ../configure --prefix=$INSTALL_DIR --with-templates=pocolibs/server,pocolibs/client/c,openprs/client make make install |
|
Line 25: | Line 18: |
* pocolibs/server is the genom pocolibs module itself * pocolibs/client/c is the pocolibs C client library (needed by the next template) rq: it is also possible to generate code from ros platform, just change pocolibs by ros === Use === {{{ h2 init demo-pocolibs -d cd user demo-xsuperv -a -A -x demo-superv.inc }}} then openprs window appears and you can play e.g. (!(demo-superv demo)) |
Under construction, please ignore for now...
To start this turtorial, we assume you have installed the demo-genom module through this tutorial.
Demo module with openprs
Installation
git clone ssh://trac.laas.fr/git/robots/demo-transgen cd demo-transgen git checkout genom3 transgen3 demo.tg ./bootstrap.sh ../configure --prefix=$INSTALL_DIR make install
note that the previous command will generate code for the templates given as argument