[robocup-rescue-s] RCR simulator question

From: Silvia Andrea Suárez B. (sasuarez@silver.udg.es)
Date: Tue 15 Mar 2005 - 09:40:07 GMT


Dear all,

Thanks a lot for your responses.

I have a question, what is the better way to print the output information of
the RCR simulator in each one time step?.

I have tried to print the information for 300 cycles from the
FireBrigadeAgent to one output text file using this sentence of code:

MotionlessObject posit = self().motionlessPosition();

int posx = posit.x();
int posy= posit.y();

System.out.println(time() + self().id + posx + posy);

However, the output file is it attached. I dont understand why the output
file is only from time 1 to time 17??

Is possible to obtain the output of RCR simulator in 300 time steps??

Regards,

Silvia




_______________________________________________
robocup-rescue-s mailing list
robocup-rescue-s@mailman.cc.gatech.edu
https://mailman.cc.gatech.edu/mailman/listinfo/robocup-rescue-s



This archive was generated by hypermail 2.1.3 : Tue 15 Mar 2005 - 10:12:01 GMT