Commit 1617c5be authored by Inès EL HADRI's avatar Inès EL HADRI 💤

Edit default bounding boxes for movement

parent 7ccfe07f
...@@ -24,13 +24,13 @@ class ReactiveMove(Node): ...@@ -24,13 +24,13 @@ class ReactiveMove(Node):
parameters=[ parameters=[
# Rectangle of vision of the robot # Rectangle of vision of the robot
('RECT_WIDTH', 0.6), ('RECT_WIDTH', 0.6),
('RECT_LENGTH', 0.8), ('RECT_LENGTH', 0.6),
# Rectangle of speeds of the robot # Rectangle of speeds of the robot
('MIN_DIST_MOVE_FORWARD', 0.3), ('MIN_DIST_MOVE_FORWARD', 0.3),
('MAX_DIST_MOVE_FORWARD', 0.8), ('MAX_DIST_MOVE_FORWARD', 0.6),
# Velocities # Velocities
('ANGULAR_VELOCITY', 0.8), ('ANGULAR_VELOCITY', 0.8),
('LINEAR_VELOCITY', 0.2) ('LINEAR_VELOCITY', 0.25)
]) ])
# 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