Commit 1c42d1dd authored by Inès EL HADRI's avatar Inès EL HADRI 💤

Change real robot speed

parent 96de4c8d
...@@ -29,8 +29,8 @@ class ReactiveMove(Node): ...@@ -29,8 +29,8 @@ class ReactiveMove(Node):
('MIN_DIST_MOVE_FORWARD', 0.3), ('MIN_DIST_MOVE_FORWARD', 0.3),
('MAX_DIST_MOVE_FORWARD', 0.8), ('MAX_DIST_MOVE_FORWARD', 0.8),
# Velocities # Velocities
('ANGULAR_VELOCITY', 1.0), ('ANGULAR_VELOCITY', 0.8),
('LINEAR_VELOCITY', 0.3) ('LINEAR_VELOCITY', 0.2)
]) ])
# Initialize subscribers # Initialize subscribers
......
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