R: Connect two ports with

For a new user as I am,
an example of scripting that doses setup operation using deployment would be very usefull.

Thank you.

Gianpaolo Rizzi

----Messaggio originale----
Da: peter [..] ...
Data: 18-nov-2010 4.26 PM
A: <ookki [..] ...>
Cc: <orocos-dev [..] ...>
Ogg: Re: [Orocos-Dev] Connect two ports with

On Thu, Nov 18, 2010 at 2:14 PM, <ookki [..] ...> wrote:
> I'm communicating a vector of double.
>
> I had the lines into the ComponentA, I remove the ports line in the ComponentB and it's working if I start the ComponentA first.
>
> Is there a way to connect two ports in two different deployer without wondering about the order of initialization?

Only by doing it in a third, which is started after the first two. See
the new wiki page for an example:
http://orocos.org/wiki/orocos/toolchain/getting-started/toolchain-tutori...

The same can be done in scripting too, launching a supervisor that
runs a script that does all the setup using the deployment operations.

Peter

Connect two ports with

On Thu, Nov 18, 2010 at 7:35 PM, gprizzi [..] ... <gprizzi [..] ...> wrote:
>
> For a new user as I am,
> an example of scripting that doses setup operation using deployment would be
> very usefull.

I'll add a wiki page for that in scripting. It will be 2.2 style
(master branch).
I hope a similar page/link will be available for doing it in Lua.

So we'll have 4 ways of setting up applications:

- xml
- scripting
- lua
- orogen

I can hear the 'what should I pick' questions already coming...

Peter
--
Orocos-Dev mailing list
Orocos-Dev [..] ...
http://lists.mech.kuleuven.be/mailman/listinfo/orocos-dev

Connect two ports with

On Fri, Nov 19, 2010 at 10:43:41AM +0100, Peter Soetens wrote:
> On Thu, Nov 18, 2010 at 7:35 PM, gprizzi [..] ... <gprizzi [..] ...> wrote:
> >
> > For a new user as I am,
> > an example of scripting that doses setup operation using deployment would be
> > very usefull.
>
> I'll add a wiki page for that in scripting. It will be 2.2 style
> (master branch).
> I hope a similar page/link will be available for doing it in Lua.

Yes, its in the pipeline...

Markus