Service Port is a function which can be used much more freely like RPC (remote procedure call). Remote component can “call” another RTCs service port. The Remote can also get the result (return value) of the call.
Continue reading
Author Archives: admin
DLLを使ったRTCの開発とコードからの利用方法
DataPort Communication (Pull type)
Data Port Communication (Push type)
Here, Sender RTC which has OutPort(s), and Receiver RTC which has InPort(s) are shown.
Continue reading
Configuration
Configuration is a function which dynamically (run-time) regulate the behavior of RT component. RTC can be configured in its runtime using Configuration.
Continue reading
First Step: Periodic Console Output RTC
Steps of RTC development is below:
- Skeleton Code Generation
- CMake (Generate platform specific project)
- Implementation
- Build
- Launch (Test)
OpenRTM-aist Python Install
Installing Python version of OpenRTM-aist is shown.
Continue reading
OpenRTM-aist Java Install
In this page, installing Java version is shown.
Continue reading
OpenRTM-aist C++ install
This page shows the installation tips for OpenRTM-aist C++ 1.1 Release.
This page is for beginners so the platform operating system is Windows.