Update
This commit is contained in:
parent
684349bc42
commit
28d9235e0e
@ -24,7 +24,10 @@ class tf_service():
|
|||||||
# Get index
|
# Get index
|
||||||
for object_name in self._nodes:
|
for object_name in self._nodes:
|
||||||
'''HORRIBLE HACK BEGIN'''
|
'''HORRIBLE HACK BEGIN'''
|
||||||
if SIGKILL: exit(0)
|
print(SIGKILL)
|
||||||
|
if SIGKILL:
|
||||||
|
print('MURDARING')
|
||||||
|
exit(0)
|
||||||
if object_name == 'baxter::base':
|
if object_name == 'baxter::base':
|
||||||
spawn_name = 'base'
|
spawn_name = 'base'
|
||||||
else:
|
else:
|
||||||
@ -52,6 +55,3 @@ def init():
|
|||||||
x = tf_service()
|
x = tf_service()
|
||||||
x.gazebo_link_subscriber()
|
x.gazebo_link_subscriber()
|
||||||
|
|
||||||
def deinit():
|
|
||||||
global SIGKILL
|
|
||||||
SIGKILL = True
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user