welcome: please sign in
location: Diff for "transgen3/tutorial/demo-transgen3"
Differences between revisions 2 and 3
Revision 2 as of 2013-10-12 11:40:20
Size: 1153
Editor: felix
Comment:
Revision 3 as of 2013-10-13 16:25:37
Size: 563
Editor: felix
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

OpenrobotsWiki: transgen3/tutorial/demo-transgen3 (last edited 2018-07-31 12:49:31 by matthieu)