Fixed typo

This commit is contained in:
PythonGame 2023-06-29 13:00:07 +00:00
parent 6e8873d025
commit 06e3c8e461

View File

@ -265,7 +265,7 @@ class Sim(Node):
msg = Float64() msg = Float64()
msg.data = clearZoneCenter * 1.00 msg.data = clearZoneCenter * 1.00
slef.clear.publish(msg) self.clear.publish(msg)
def main(args=None): def main(args=None):