Skip to content

Commit

Permalink
add demo for dribble and kick
Browse files Browse the repository at this point in the history
  • Loading branch information
AI-ZJUNlict committed Mar 12, 2020
1 parent 49ad3d3 commit 6dc6f0d
Show file tree
Hide file tree
Showing 13 changed files with 166 additions and 390 deletions.
1 change: 0 additions & 1 deletion Client/src/interaction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include "simulator.h"
#include "parammanager.h"
#include "simmodule.h"
#include "refereethread.h"
#include "rec_recorder.h"
#include "networkinterfaces.h"
#include <QProcess>
Expand Down
10 changes: 5 additions & 5 deletions Client/src/qml/ControlBoard.qml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ Page{
TabButton {
icon.source:"/source/camera.png";
}
// TabButton {
// icon.source:"/source/referee.png";
// }
TabButton {
icon.source:"/source/referee.png";
}
// TabButton {
// icon.source:"/source/viewer.png";
// }
Expand Down Expand Up @@ -353,8 +353,8 @@ Page{
// }
// }
}
// RefereeBox{
// }
RefereeBox{
}
// Viewer{}
/*****************************************/
/* UDP */
Expand Down
182 changes: 0 additions & 182 deletions Client/src/refereethread.cpp

This file was deleted.

25 changes: 0 additions & 25 deletions Client/src/refereethread.h

This file was deleted.

Loading

0 comments on commit 6dc6f0d

Please sign in to comment.