Skip to content

Commit

Permalink
Update setStrategy.py
Browse files Browse the repository at this point in the history
MovetoWallSpeedStrategy(proxy,50)
  • Loading branch information
bilel233 authored May 11, 2022
1 parent c7d05fc commit b6c6761
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions srcs/SetStrategies.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ def __init__(self,rob, env) :
# seq2.addStrategy(s3)
# seq2.addStrategy(s4)
# self.sequences.append(seq2)
# m type class MovetoWallSpeedStrategy
m = MovetoWallSpeedStrategy(proxy,50)
seq3.addStrategy(m)
self.sequences.append(seq3)

0 comments on commit b6c6761

Please sign in to comment.