Skip to content

Commit

Permalink
square size 5
Browse files Browse the repository at this point in the history
  • Loading branch information
SuragNuthulapaty committed Feb 25, 2024
1 parent d2bc171 commit 9e9ebc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/full.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
MOTOR_OFFSET = 0.8
DT = 0.1
DISTANCE_RANGE = 0.7
SQUARE_SIZE = 8
SQUARE_SIZE = 5

#first we need to start the timer at the start of the program
#the normal behaviour is that the robot will move forward for 10 seconds and then take a 90 degree turn and it will keep doing this so it moves in a square
Expand Down

0 comments on commit 9e9ebc6

Please sign in to comment.