Skip to content

Commit 14ef1b0

Browse files
committed
test push to see if it fixes the 59 changed files...
2 parents 1d98837 + 57e14e9 commit 14ef1b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/software/simulated_tests/excessive_dribbling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def get_validation_status(
2626
PASSING when the robot is not excessively dribbling
2727
"""
2828
# Use world calculation of dribbling distance, which uses implementation
29-
# of initial position of BOT to final position of BALL
29+
# of initial position of bot to final position of BALL
3030

3131
if world.HasField("dribble_displacement") and world.dribble_displacement is not None:
3232
dribble_disp = world.dribble_displacement

0 commit comments

Comments
 (0)