Skip to content

Commit

Permalink
Update rapport et présentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vfiszbin committed May 25, 2022
1 parent 42d18d1 commit 6b2fe34
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Binary file modified Compte_rendu_final_LU2IN013.pdf
Binary file not shown.
Binary file modified Diapositives présentation.pptx
Binary file not shown.
14 changes: 7 additions & 7 deletions srcs/SetStrategies.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ def __init__(self,rob, env) :

#Test des Strategies :
#test 1 : Strategie pour avancer
s1=moveForwardStrategy(proxy, 500, 100)
seq2.addStrategy(s1)
# s1=moveForwardStrategy(proxy, 500, 100)
# seq2.addStrategy(s1)

#test 2 : Strategie pour tourner
#s2=TurnStrategy(proxy, 90, 30) # Strategie pour
#seq2.addStrategy(s2)

#test 3 : Strategie pour faire un arc
#s3 = ArcStrategy(proxy, 180, 50, 200, 0)
#seq2.addStrategy(s3)
s3 = ArcStrategy(proxy, 180, 50, 200, 0)
seq2.addStrategy(s3)

#test 4 : Strategie Pour naviger le robot
# s4=Navigate(proxy,1000,50) # grande distance pour voir le comportement du robot.
Expand All @@ -46,14 +46,14 @@ def __init__(self,rob, env) :

#Test des Sequences de strategie
#test5
#seq1 = SquareStrategy(proxy,500,150)
#self.sequences.append(seq1)
# seq1 = SquareStrategy(proxy,500,150)
# self.sequences.append(seq1)

#test6
#seq2=TriangleEquiStrategy(proxy,500,50)
#self.sequences.append(seq2)

#self.sequences.append(seq1)
#self.sequences.append(seq1)s

#Test détection balise
#test7
Expand Down

0 comments on commit 6b2fe34

Please sign in to comment.