Project

General

Profile

Revision 648

working on robot point and click - kinda works

View differences:

Command.cpp
204 204

  
205 205
  // Send packet to robot
206 206
  if (colonet_wl_send((short)pool_index, int_tokens[0], (ColonetRobotMessageType)int_tokens[1], int_tokens[2],
207
    arguments) != 0) {
207
                      arguments) != 0) {
208 208
    fprintf(stderr, "Error - Colonet_wl_send failed.\n");
209 209
    exit(1);
210 210
  }

Also available in: Unified diff