Update 'src/pubsub/pubsub/pubsub_library_v4.py'
This commit is contained in:
parent
f9973e9c78
commit
dc0e4a48cd
@ -98,7 +98,7 @@ class MinimalSubscriber(Node):
|
|||||||
self.topic_received = False
|
self.topic_received = False
|
||||||
self.overflow = False
|
self.overflow = False
|
||||||
self.watchdog = 0
|
self.watchdog = 0
|
||||||
# Init above laying class "Node"
|
self.msg = None
|
||||||
super().__init__(self.NODE_NAME)
|
super().__init__(self.NODE_NAME)
|
||||||
self.subscription = self.create_subscription(
|
self.subscription = self.create_subscription(
|
||||||
self.CUSTOM_MSG, # Message Type
|
self.CUSTOM_MSG, # Message Type
|
||||||
|
Loading…
Reference in New Issue
Block a user