Basic RT components and utilities  ..
Basic RT components and utilities Documentation

Overview

Basic RT components and utilities to control robots using OpenRTM

System requirements

ubuntu 10.04LTS is supported.
OpenHRP version 3.1.4 or later is required.
To use jython scripts to create RT components, connect ports and get/set properties, Jython is also required.
To use python scripts to create RT components, connect ports and get/set properties, OpenRTM-aist-python is also required.

Contents of the package

How to monitor my robot?

In order to monitor your robot using GrxUI, you need to implement IO library for your robot. Please develop a library which has interface defined in iob.h and replace pre-installed libhrpIo.so with it.