ConfigSample

This sample is included with the C++, Python and the Java editions of OpenRTM-aist.

Introduction

This example shows how to use the configuration-set feature of the RT-Component. When you launch the ConfigSample component, its configuration sets are set up automatically. You can check and alter configuration parameters using RTSystemEditor.

Note: If an error "Specified path cannot be found" occurs, modify the value of "example.ConfigSample.config_file" in rtc.conf file under the RTMExamples\ConfigSample directory. Change it to:

 .\\RTMExamples\\ConfigSample\\configsample.conf
 (Use '\\' instead of '\' for the separator between file name and directory names. )

or rewrite it to the full path of "configsample.conf". In this case, you need to specify '\\' as a directory separator, as well.

Screenshots

ConfigSample_example_rtse_en.png
The ConfigSample sample viewed in RTSystemEditor.

Running the sample

This sample keeps displaying the configuration set data of the component on the console screen. It updates the display when the configuration data is changed in RTSystemEditor.

  • Procedure
    • Start RTSystemEditor.
    • Run ConfigSample. Starting the components varies by operating system and OpenRTM-aist version. Please refer to the following table.
Windows Linux
C++ ConfigSample.bat ConfigSampleComp
Python ConfigSample.bat ConfigSample.py
Java ConfigSample.bat ConfigSample.sh
    • Select an appropriate ConfigurationSet (default, mode0, mode1) on the Configuration View of RTSystemEditor.
    • Change the value as needed.
    • Click [Apply] button.

Download

latest Releases : 2.0.0-RELESE

2.0.0-RELESE Download page

Number of Projects

Choreonoid

Motion editor/Dynamics simulator

OpenHRP3

Dynamics simulator

OpenRTP

Integrated Development Platform

AIST RTC collection

RT-Components collection by AIST

TORK

Tokyo Opensource Robotics Association

DAQ-Middleware

Middleware for DAQ (Data Aquisition) by KEK