File tree 1 file changed +0
-16
lines changed
src/main/java/com/github/rosjava_actionlib
1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -274,22 +274,6 @@ public void sendStatusTick() {
274
274
goalStatusList .add (goalStatus );
275
275
}
276
276
277
- /* Collection<ServerGoal> serverGoals = goalTracker.values();
278
-
279
- for (Iterator<ServerGoal> it = serverGoals.iterator(); it.hasNext();) {
280
- ServerGoal sg = it.next();
281
- goalStatus = node.getTopicMessageFactory().newFromType(GoalStatus._TYPE);
282
- goalStatus.setGoalId(getGoalId(sg.goal));
283
- goalStatus.setStatus((byte) sg.state.getState());
284
- goalStatusList.add(goalStatus);
285
- } */
286
-
287
- /* for (ServerGoal sg : goalTracker.values()) {
288
- goalStatus = node.getTopicMessageFactory().newFromType(GoalStatus._TYPE);
289
- goalStatus.setGoalId(getGoalId(sg.goal));
290
- goalStatus.setStatus((byte) sg.state.getState());
291
- goalStatusList.add(goalStatus);
292
- } */
293
277
status .setStatusList (goalStatusList );
294
278
sendStatus (status );
295
279
}
You can’t perform that action at this time.
0 commit comments