ysuga.net

Robot, Inline-Skate, and more.

Menu

Skip to content
  • Top
  • about
    • Introduction
    • Publication
  • RobotModdleware
    • rtm
      • rtm_intro
        • basic
        • install
        • rtc_development
        • tools
        • practical_rtm
      • rtc
    • ros
    • yarp
  • robot
  • blog
  • inlineskate
  • Fountainpens

Category Archives: rtc_development

Use DataPort with Original Data Type
Use DataPort with Original Data Type

Suppose you want to use your original data-type or struct.
In such cases, you will describe IDL file to define your data type and load your IDL file in your RTC builder.
(more…)


Service Port Communication
Service Port Communication

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.
(more…)


DLLを使ったRTCの開発とコードからの利用方法
DLLを使ったRTCの開発とコードからの利用方法

Sorry, this entry is only available in Japanese.


DataPort Communication (Pull type)
DataPort Communication (Pull type)

Sorry, this entry is only available in Japanese.


Data Port Communication (Push type)
Data Port Communication (Push type)

Here, Sender RTC which has OutPort(s), and Receiver RTC which has InPort(s) are shown.
(more…)


Configuration
Configuration

Configuration is a function which dynamically (run-time) regulate the behavior of RT component. RTC can be configured in its runtime using Configuration.
(more…)


First Step: Periodic Console Output RTC
First Step: Periodic Console Output RTC

Steps of RTC development is below:

  • Skeleton Code Generation
  • CMake (Generate platform specific project)
  • Implementation
  • Build
  • Launch (Test)

(more…)


Designed by Alappin 2013