ダウンロード
最新バージョン : 2.1.0-RELESE
| 2.1.0-RELESE | ダウンロードページ |
OpenRTM@Github
OpenRTM-aist GitHubサイト
ROS
Robot Operating System
Choreonoid
モーションエディタ/シミュレータ
DAQ-Middleware
ネットワーク分散環境でデータ収集用ソフトウェアを容易に構築するためのソフトウェア・フレームワーク
産総研が提供するRTC集
東京オープンソースロボティクス協会
| 2.1.0-RELESE | ダウンロードページ |
OpenRTM-aist GitHubサイト
Robot Operating System
モーションエディタ/シミュレータ
ネットワーク分散環境でデータ収集用ソフトウェアを容易に構築するためのソフトウェア・フレームワーク
産総研が提供するRTC集
東京オープンソースロボティクス協会
HiThis a bug report regarding the use of RT System Editor to create a composite component from multiple child components with the same instance name.When one of the ports of the child component is chosen to be public, the same port on all the other child components (with the same instance name) also becomes public.
For example: 2 instances of a component called Test , with 1 port called port01. Each instance uses its own naming format.After loading the component into system editor, both will be called Test0 since they run on 2 different processes.
Create a composite component from the 2 Test0 components, and choose the first port01 as the public port.The composite component now has 2 public ports (wrong) instead of 1.I'm using RTSystemEditor 1.0.0 Windows
RegardsIan