For exsample,
rtmlaunch hrpsys_ros_bridge samplerobot.launch
and
rtprint localhost:15005/SampleRobot\(Robot\)0.rtc:servoState
returns
rtprint: Type not found: TimedLongSeqSeq
I guess the reason is the TimedLongSeqSeq is defined in hrpsys/idl/HRPDataTypes.idl (not in OpenRTM something official).
https://github.com/fkanehiro/hrpsys-base/blob/master/idl/HRPDataTypes.idl
I also want to use the other data types also defined in this idl, so I want to know how to print and debug these data types.