ダウンロード
最新バージョン : 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集
東京オープンソースロボティクス協会
What's rtc.conf?
The rtc.conf is a setting file of the RTC that can configure the RTCs' common parameter without recompilation.
In "your-path-to-workspace/MyFirstRTC_cpp/" folder, you can find "rtc.conf" file.
The rtc.conf can configure a lot of items, but the generated rtc.conf includes many comments.
Unfortunately, your rtc.conf does not work because we made "build" folder to clarify the skeleton's folder.
Please copy the rtc.conf into the "build/src" folder.
In default, RT-component will use the rtc.conf in the current folder.
You can also modify the rtc.conf file like:
In this content, we will introduce very popular items.
Name Server Address
rtc.conf can define the Name Server's address that the RTC will register on.
You can add as follows:
For example,
The port number "2809" is the default port number of the Naming Service.
Naming Rule
In the previous example, you would find your RTC like
This is the default setting:
If your rtc.conf has following line:
Your RTC will be
Execution Period
the onExecute's period can be configured like
The unit is "Hz". The default execution rate is 1000 Hz, so in the previous example, you would have seen the super-fast messages flood.
Documentation: