Commit a21ec2c5 authored by Inès EL HADRI's avatar Inès EL HADRI 💤

Remove old variables

parent f05c5cfd
......@@ -14,10 +14,6 @@ import time
# main class
class ReactiveMove(Node):
# Robot velocities
ANGULAR_VELOCITY = 1.0
LINEAR_VELOCITY = 0.3
def __init__(self, name="reactive_move", timerFreq = 1/60.0):
""" constructor """
super().__init__(name) # Create the node
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment