Skip to content

Commit

Permalink
distance de Navigate modif
Browse files Browse the repository at this point in the history
adapter ce parametres à la classe MovetoWallSpeedStrategy(proxy,50)
  • Loading branch information
bilel233 authored May 11, 2022
1 parent b6c6761 commit 87ad47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srcs/SetStrategies.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def __init__(self,rob, env) :
# s1=moveForwardStrategy(proxy,200,50)
# s2=TurnStrategy(proxy,-70,-80)
# s3=moveBackwardStrategy(proxy, 250, 30)
# s4=Navigate(proxy,250,200) # tester avec une plus grande distance pour voir comment se comporte le robot.
# s4=Navigate(proxy,250,48) # tester avec une plus grande distance pour voir comment se comporte le robot.
# seq2.addStrategy(s1)
# seq2.addStrategy(s2)
# seq2.addStrategy(s3)
Expand Down

0 comments on commit 87ad47e

Please sign in to comment.