ダウンロード
最新バージョン : 2.0.2-RELESE
| 2.0.2-RELESE | ダウンロードページ |
OpenRTM@Github
OpenRTM-aist GitHubサイト
ROS
Robot Operating System
Choreonoid
モーションエディタ/シミュレータ
DAQ-Middleware
ネットワーク分散環境でデータ収集用ソフトウェアを容易に構築するためのソフトウェア・フレームワーク
産総研が提供するRTC集
東京オープンソースロボティクス協会
| 2.0.2-RELESE | ダウンロードページ |
OpenRTM-aist GitHubサイト
Robot Operating System
モーションエディタ/シミュレータ
ネットワーク分散環境でデータ収集用ソフトウェアを容易に構築するためのソフトウェア・フレームワーク
産総研が提供するRTC集
東京オープンソースロボティクス協会
- Sample component set SimpleIO
- Operation check using sample component set
- Operation check using RTSystemEditor
- Start the name server Follow the procedure below to start RTSystemEditor and the name server.
- Launch ConsoleIn
- Launch ConsoleOut
- Placement in System Diagram
- Connect and activate
After successful installation or build, test the operation with the attached sample. Samples are usually located at:- /usr/share/openrtm-1.2/components/python/<sample component set name>
If you build from source, under the source directoryCheck that OpenRTM-aist is built and installed correctly using the sample component set SimpleIO.
Sample component set SimpleIO
This is a sample set consisting of RT components ConsoleIn and ConsoleOut. ConsoleIn is a component that outputs numerical values input from the console to OutPort, and ConsoleOut is a component that displays numerical values input from InPort to the console. These are RTC samples to show a simple I/O (input/output) use. It works by connecting the data ports from ConsoleIn's OutPort to ConsoleOut's InPort and activating these two components.
Here, I will explain by assuming that the sample set is under /usr/share/openrtm-1.2/components/python/SimpleIO. Also, it is assumed that a search path has been set for the executable file of Python itself. If you build from the source code, the sample executable file is in <source_dir>/OpenRTM_aist/examples/SimpleIO/, so replace the sample file location in the further explanation and the explanation in the linked page.
Operation check using sample component set
Operation check using RTSystemEditor
In the following explanation, an operation check using RTSystemEditor (OpenRTP) is explained. Please refer to Operation check (On Linux) under the "Install rtshell" page. for the environment that does not use OpenRTP like the case of Raspbian.
Start the name server Follow the procedure below to start RTSystemEditor and the name server.
Launch ConsoleIn
Launch ConsoleOut
Placement in System Diagram
Connect and activate
This concludes the confirmation of the basic operation of the OpenRTM-aist-python using RTSystemEditor.