welcome: please sign in
location: Diff for "transgen3/tutorial/demo-transgen3"
Differences between revisions 1 and 2
Revision 1 as of 2013-10-11 14:43:27
Size: 1099
Editor: felix
Comment:
Revision 2 as of 2013-10-12 11:40:20
Size: 1153
Editor: felix
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Under construction, please ignore for now... =

Under construction, please ignore for now...

Demo module with openprs

Installation

       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
       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

  • 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))

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