Skip to content

Commit 5f354a9

Browse files
author
Peter Kohout
committed
add new message to be send to refbox for reporting machiens.
1 parent d528c59 commit 5f354a9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88

99
group = 'io.github.robocup-logistics'
1010
archivesBaseName = "java-sdk"
11-
version = '0.1.19'
11+
version = '0.1.19.1'
1212

1313
description = ""
1414

src/main/java/com/rcll/refbox/RefBoxConnectionManager.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ private void registerTeamMsgs() {
125125
privatePeer.add_message(OrderInfoProtos.OrderInfo.class);
126126
privatePeer.add_message(RingInfoProtos.RingInfo.class); // Not documented but sent!
127127
privatePeer.add_message(MachineInfoProtos.MachineInfo.class);
128-
privatePeer.add_message(MachineReportProtos.MachineReportInfo.class);
128+
privatePeer.add_message(MachineReportProtos.MachineReportInfo.class); //this might can be removed!
129+
privatePeer.add_message(MachineReportProtos.MachineReport.class);
129130
privatePeer.add_message(ExplorationInfoProtos.ExplorationInfo.class);
130131
privatePeer.add_message(MachineInstructionProtos.PrepareMachine.class);
131132
privatePeer.add_message(MachineInstructionProtos.ResetMachine.class);

0 commit comments

Comments
 (0)