Download
latest Releases : 2.0.0-RELESE
2.0.0-RELESE | Download page |
Number of Projects
RT-Component | 152 |
RT-Middleware | 33 |
Tools | 22 |
Documentation | 2 |
Choreonoid
Motion editor/Dynamics simulator
OpenHRP3
Dynamics simulator
OpenRTP
Integrated Development Platform
AIST RTC collection
RT-Components collection by AIST
TORK
Tokyo Opensource Robotics Association
DAQ-Middleware
Middleware for DAQ (Data Aquisition) by KEK
This sample is included with C ++, Python and Java versions of OpenRTM-aist.
Overview
This is a sample that shows how to use the composite component. Before activating a composite component, you must connect the child components that make up the composite component.
Start screen
Double-click PeriodicECShareComposite to display the inside of the composite component. It will show another editor view. Connect the components.
Here is an example of an operation when connecting with the ConsoleIn/ConsoleOut component.
If "111" is entered in ConsoleIn and "888" is displayed in ConsoleOut, the operation is correct. The child components that make up the composite component output twice the input value (the values displayed on the composite component screen).
How to use
In the sample of Composite, the value received from the input data port is doubled and output from output data port of each of the three child components, so the sample finally outputs the 8 times value from the output data port of Composite
Procedure