I am trying to implement the team graphic command, but im having trouble
understanding what exactly sserver is expecting as its input. Would it be
possible for someone to post an example, i dont need the code, just the string
to send to sserver.
Many thanks,
Nick James
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You can find complete examples from last year's log files. http://romeo.ist.tugraz.at/robocup2009/
If teams used the team_graphic command, their messages were recorded in .rcl
files.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there,
I am trying to implement the team graphic command, but im having trouble
understanding what exactly sserver is expecting as its input. Would it be
possible for someone to post an example, i dont need the code, just the string
to send to sserver.
Many thanks,
Nick James
Here is an example of team_graphic message:
222222" "O c #444444" "+ c #555555" "> c #888888" ", c gray60" "7 c #DDDDDD"
"0 c #EEEEEE"
"w c gray100" " +www" " ,www" " 7www" " Xwwww" " >wwww" " 7wwww" " .00www"
" Owwwww"))
You can find complete examples from last year's log files.
http://romeo.ist.tugraz.at/robocup2009/
If teams used the team_graphic command, their messages were recorded in .rcl
files.
Sorry for the late reply, but this is just what I needed! Thanks!