Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get_component_profile に失敗する #435

Open
k-okada opened this issue Dec 28, 2014 · 1 comment
Open

get_component_profile に失敗する #435

k-okada opened this issue Dec 28, 2014 · 1 comment

Comments

@k-okada
Copy link
Contributor

k-okada commented Dec 28, 2014

以下のようにまれに失敗するようです.エラーチェック的なことをしてほうがいいでしょうか.

start-jsk/rtmros_hironx#291

Traceback (most recent call last):
  File "/home/travis/ros/ws_rtmros_hironx/src/rtmros_hironx/hironx_ros_bridge/scripts/hironx.py", line 74, in <module>
    robot.init(robotname=args.robot, url=args.modelfile)
  File "/home/travis/ros/ws_rtmros_hironx/src/rtmros_hironx/hironx_ros_bridge/src/hironx_ros_bridge/hironx_client.py", line 122, in init
    HrpsysConfigurator.init(self, robotname=robotname, url=url)
  File "/opt/ros/hydro/lib/python2.7/dist-packages/hrpsys/hrpsys_config.py", line 1676, in init
    self.setupLogger()
  File "/opt/ros/hydro/lib/python2.7/dist-packages/hrpsys/hrpsys_config.py", line 645, in setupLogger
    self.connectLoggerPort(self.sh, 'zmpOut')
  File "/opt/ros/hydro/lib/python2.7/dist-packages/hrpsys/hrpsys_config.py", line 613, in connectLoggerPort
    if rtm.findPort(self.log.ref, log_name) == None:
  File "/opt/ros/hydro/lib/python2.7/dist-packages/hrpsys/rtm.py", line 398, in findPort
    cprof = rtc.get_component_profile()
  File "/opt/ros/hydro/lib/python2.7/dist-packages/OpenRTM_aist/RTM_IDL/RTC_idl.py", line 1344, in get_component_profile
    return _omnipy.invoke(self, "get_component_profile", _0_RTC.RTObject._d_get_component_profile, args)
omniORB.CORBA.UNKNOWN: CORBA.UNKNOWN(omniORB.UNKNOWN_PythonException, CORBA.COMPLETED_MAYBE)
terminate called after throwing an instance of 'CORBA::OBJECT_NOT_EXIST'
@k-okada
Copy link
Contributor Author

k-okada commented Dec 28, 2014

そもそも失敗するのはopenrtmで時々ある気がして,どこかにメールかticketだしたつもりだけど,みつからないです.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant