2
0
Эх сурвалжийг харах

make sure posHprBroadcast task is stopped on deletion

Darren Ranalli 21 жил өмнө
parent
commit
b966a79427

+ 2 - 1
direct/src/distributed/DistributedSmoothNodeBase.py

@@ -13,7 +13,8 @@ class DistributedSmoothNodeBase:
         pass
 
     def delete(self):
-        pass
+        # make sure our task is gone
+        self.stopPosHprBroadcast()
 
     ### distributed set pos and hpr functions ###