Skip to content
Snippets Groups Projects

Revert "Merge branch 'michele' into 'master'"

Merged Aleksandar Taranovic requested to merge revert-54ec8fa4 into master
1 file
+ 1
4
Compare changes
  • Side-by-side
  • Inline
@@ -28,9 +28,6 @@ this.difficulty_service_proxy = None
def helpUser(nextAction, board):
rospy.loginfo("I suggest action %s for board %s", nextAction, board)
def helpCallback(msg):
id_human = ttt.getUserId()
id_ai = ttt.getAiId()
@@ -55,7 +52,7 @@ def callbackGripperActionExecuted(msg):
difficulty = msg_difficulty.data
if difficulty == 1:
helpCallback(Empty())
helpCallback(None)
if difficulty == 4:
# countdown
Loading