You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: