File tree 3 files changed +6
-2
lines changed
src/main/kotlin/org/magmaoffenburg/roboviz
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ 1.8.4 (April 29, 2023)
2
+ ------------------------------
3
+ * increase tracking speed of camera when tracking the ball
4
+
1
5
1.8.3 (March 18, 2023)
2
6
------------------------------
3
7
* add support for ball holding foul introduced with RCSSServer3D 0.7.6
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
}
7
7
8
8
group ' org.magmaoffenburg.roboviz'
9
- version ' 1.8.3 '
9
+ version ' 1.8.4 '
10
10
mainClassName = ' org.magmaoffenburg.roboviz.MainKt'
11
11
12
12
ext {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import java.awt.EventQueue
13
13
class Main {
14
14
companion object {
15
15
const val name = " RoboViz"
16
- const val version = " 1.8.3 "
16
+ const val version = " 1.8.4 "
17
17
18
18
var mode = Mode .LIVE
19
19
lateinit var config: Config // TODO maybe Config should be a Object
You can’t perform that action at this time.
0 commit comments