Skip to content

Commit

Permalink
Merge pull request #301 from Nobu19800/bugs/rtcdestructor
Browse files Browse the repository at this point in the history
Managerのshutdown時にRTCのデストラクタが呼ばれない問題の修正
  • Loading branch information
n-ando authored Apr 10, 2023
2 parents 8e00858 + 570d11c commit 48b53c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions OpenRTM_aist/Manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -2389,6 +2389,8 @@ def shutdownComponents(self):
except BaseException:
self._rtcout.RTC_TRACE(OpenRTM_aist.Logger.print_exception())

self.cleanupComponents()

for ec in self._ecs:
try:
self._poa.deactivate_object(self._poa.servant_to_id(ec))
Expand Down

0 comments on commit 48b53c4

Please sign in to comment.