Skip to content

Commit

Permalink
removed graspingChallange task.
Browse files Browse the repository at this point in the history
  • Loading branch information
pkohout committed Apr 15, 2023
1 parent ea53c77 commit 3aa73ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {

group = 'io.github.robocup-logistics'
archivesBaseName = "java-sdk"
version = '0.1.14.1'
version = '0.1.14.2'

description = ""

Expand Down
7 changes: 0 additions & 7 deletions src/main/java/com/rcll/robot/RobotTaskCreator.java
Original file line number Diff line number Diff line change
Expand Up @@ -187,13 +187,6 @@ public AgentTasksProtos.AgentTask createBufferCapTask(@NonNull Long robotId, @No
.setTaskId(taskId).build();
}

public AgentTasksProtos.AgentTask createGraspingChallenge(@NonNull Long robotId) {
return AgentTasksProtos.AgentTask.newBuilder()
.setRobotId(robotId.intValue())
//.setGraspingChallenge(true) todo this is missing!!!
.setTaskId(uniqueTaskId.getAndIncrement()).build();
}

//todo check with jakob!
private String convertSideToprovidingType(MachineSide side) {
switch (side) {
Expand Down

0 comments on commit 3aa73ed

Please sign in to comment.