Describe the bug
コンポーネント生成時にPort周りでExceptionが発生する。
java.lang.ClassCastException: Unknown data type.
at jp.go.aist.rtm.RTC.util.NVUtil.copyToProperties(Unknown Source)
at jp.go.aist.rtm.RTC.Manager.publishPorts(Unknown Source)
at jp.go.aist.rtm.RTC.Manager.registerComponent(Unknown Source)
at jp.go.aist.rtm.RTC.Manager.createComponent(Unknown Source)
at StringInComp.myModuleInit(Unknown Source)
at jp.go.aist.rtm.RTC.Manager.activateManager(Unknown Source)
at StringInComp.main(Unknown Source)
java.lang.ClassCastException: Unknown data type.
at jp.go.aist.rtm.RTC.util.NVUtil.copyToProperties(Unknown Source)
at jp.go.aist.rtm.RTC.Manager.subscribePorts(Unknown Source)
at jp.go.aist.rtm.RTC.Manager.registerComponent(Unknown Source)
at jp.go.aist.rtm.RTC.Manager.createComponent(Unknown Source)
at StringInComp.myModuleInit(Unknown Source)
at jp.go.aist.rtm.RTC.Manager.activateManager(Unknown Source)
at StringInComp.main(Unknown Source)
Describe the bug コンポーネント生成時にPort周りでExceptionが発生する。
To Reproduce
2つ以上のデータポートを持つコンポーネントを起動すると、RTCインスタンス生成時に発生。
Expected behavior Exceptionが何も発生しない状態が正常。
Environment