BRIDE: an Eclipse based MDE IDE for Orocos (Alpha)

Hi

I would like to announce the ALPHA version of BRIDE. This release is
meant to be a starting point for further development of an MDE IDE
that can be used for Orocos. The full release of BRIDE is meant to be
used in conjunction with a graphical editor for the BRICS Component
Model (BCM). The BCM is meant to be a meta-model for not only Orocos
but other frameworks such as OpenRTM. Yet, Orocos users are not
required to use the BCM part and can use the RTT editor standalone.
The idea of the BCM is to use it for the sharing of ideas between
members of the robotics community by sharing models of the software
they are using.

At the moment is supports creating an Orocos Package starting from a
graphical representation. The supported elements of RTT are Ports,
TaskContext, ConnectionPolicy, and Activity. You can see how it works
in this screencast:

http://www.best-of-robotics.org/bride/bcmdemo.html

Information and installation is available at:

http://www.best-of-robotics.org/bride/

We would like to exhort the Orocos community to test the software and
to join the bride-users list in order to further enhance BRIDE.

http://mailman.gps-stuttgart.de/mailman/listinfo/bride-users

We hope that with your input then BRIDE will be a useful tool for the
creation of Orocos based applications.

Thank you

Hugo A. Garcia
Research Assistant
Robotics Research Group
Katholieke Universiteit Leuven
Belgium

BRIDE: an Eclipse based MDE IDE for Orocos (Alpha)

On Fri, Aug 19, 2011 at 12:13, Willy Lambert <lambert [dot] willy [..] ...> wrote:
>
>
> 2011/8/19 Hugo Garcia <hugo [dot] a [dot] garcia [..] ...>
>>
>> > How does the connection between the 2 component is made after generation
>> > ?
>> > is it hard coded in the c++ code ? or is the connection just at model
>> > level
>> > ?
>> >
>>
>> We are only hard coding the ports. The connection is a ConnPolicy and
>> all the information is mapped to the deployment XML.
>>
>> -H
>
> Does this generates also the xml deployment file ?
>

yup

no more dealing with the xml code.

try it... once you build, make install, then you can just run it in a deployer

-H

BRIDE: an Eclipse based MDE IDE for Orocos (Alpha)

On Fri, Aug 19, 2011 at 12:13, Willy Lambert <lambert [dot] willy [..] ...> wrote:
>
>
> 2011/8/19 Hugo Garcia <hugo [dot] a [dot] garcia [..] ...>
>>
>> > How does the connection between the 2 component is made after generation
>> > ?
>> > is it hard coded in the c++ code ? or is the connection just at model
>> > level
>> > ?
>> >
>>
>> We are only hard coding the ports. The connection is a ConnPolicy and
>> all the information is mapped to the deployment XML.
>>
>> -H
>
> Does this generates also the xml deployment file ?
>

yup

no more dealing with the xml code.

try it... once you build, make install, then you can just run it in a deployer

-H