forked from n-ando/OpenRTM-aist-Python
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
ROSTransportのモジュールをロード、ROSによる通信を行っていたRTCがexitしてもプロセスが終了しない。
To Reproduce
Steps to reproduce the behavior:
- rtc.confに以下のように記述してROSTransportをロード。
manager.modules.load_path: /usr/local/lib/python2.7/dist-packages/OpenRTM_aist/ext/transport/ROSTransport/
manager.modules.preload: ROSTransport.py
- rtc.confに以下のように記述してROSの通信を使用する。
manager.components.preconnect: CameraTestOutPy0.out?interface_type=ros&marshaling_type=ros:sensor_msgs/Image&topic=chatter
manager.components.preactivation: CameraTestOutPy0
- RTCを起動
- RTCをexit
Reproducibility
100%
Expected behavior
正常に終了するようにする。
Screenshots or Logs
Environment
- OS: Ubuntu 18.04
- OpenRTM-aist 2.0
Additional context
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working