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

Remove old variables

parent f05c5cfd
...@@ -13,10 +13,6 @@ import time ...@@ -13,10 +13,6 @@ import time
# main class # main class
class ReactiveMove(Node): class ReactiveMove(Node):
# Robot velocities
ANGULAR_VELOCITY = 1.0
LINEAR_VELOCITY = 0.3
def __init__(self, name="reactive_move", timerFreq = 1/60.0): def __init__(self, name="reactive_move", timerFreq = 1/60.0):
""" constructor """ """ constructor """
......
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