From: Simon R. <sra...@st...> - 2009-06-15 13:00:25
|
I still have a patch laying around on the machines used in German OPEN 2009 introducing a binding for KickOffRight in rcssmonitor3d. Without this key it is not possible to complete a match using the monitor because it is not possible to let the second team kick off after halftime. How should I send those patches? Inline, attachment or may I join the project and get an SVN login? -- mit freundlichen Grüßen/regards Simon Raffeiner University of Applied Sciences Offenburg, Germany Department of Computer Science, RoboCup Team |
From: Sander v. D. <sgv...@gm...> - 2009-06-15 15:24:47
|
Hey Simon, I guess an attached patch file would be easiest. If you're interested in helping to maintain the simulator further of course you're always welcome and perhaps indeed one of the admins can give you access (Oliver/Jan/Joschka/Markus?) if you have a sourceforge account. Sander On Mon, Jun 15, 2009 at 1:18 PM, Simon Raffeiner < sra...@st...> wrote: > I still have a patch laying around on the machines used in German OPEN 2009 > introducing a binding for KickOffRight in rcssmonitor3d. Without this key > it is > not possible to complete a match using the monitor because it is not > possible > to let the second team kick off after halftime. > > How should I send those patches? Inline, attachment or may I join the > project > and get an SVN login? > > -- > mit freundlichen Grüßen/regards > Simon Raffeiner > > University of Applied Sciences Offenburg, Germany > Department of Computer Science, RoboCup Team > > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables unlimited > royalty-free distribution of the report engine for externally facing > server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > Simspark Generic Physical MAS Simulator > simspark-devel mailing list > sim...@li... > https://lists.sourceforge.net/lists/listinfo/simspark-devel > -- Adaptive Systems Research Group Department of Computer Science University of Hertfordshire United Kingdom |
From: Simon R. <sra...@st...> - 2009-06-15 16:51:51
|
Am Montag 15 Juni 2009 17:24:45 schrieben Sie: > I guess an attached patch file would be easiest. If you're interested in > helping to maintain the simulator further of course you're always welcome > and perhaps indeed one of the admins can give you access > (Oliver/Jan/Joschka/Markus?) if you have a sourceforge account. Hi Sander and the rest, I'll send patches first and maybe apply for an SVN account later. If I manage to get simstress (load generator for infrastructure tests) in shape we may possibly use it in Graz, but at the moment it's a *very* ugly hack (even written in plain C using POSIX Threads, not C++). -- mit freundlichen Grüßen Simon Raffeiner |
From: Simon R. <sra...@st...> - 2009-06-15 17:41:53
Attachments:
monitor-kickoff.patch
|
This patch against rcssmonitor3d binds the PlayMode "KickOffRight" to the Key "j". Without this patch it is impossible to complete a game because the only possibility to continue the game after half time is pressing "k" which gives a KickOff to the left team again. Patch originally from Sander van Dijk, tested on German OPEN 2009 in Hannover/Germany. We played all important games with this patch enabled. regards Simon Raffeiner |
From: Hedayat V. <hed...@ai...> - 2009-06-15 18:55:28
|
Hi, Thank you for the patch. But what we did for RoboCup 2008 and IranOpen2009 was changing the side of teams after the first half (this is done by the league manager script I sent to Sander), so there was no need to issue a kick off right command on the second half. Thanks again, Hedayat On ۰۹/۰۶/۱۵ 10:11, Simon Raffeiner wrote: > This patch against rcssmonitor3d binds the PlayMode "KickOffRight" to the Key > "j". Without this patch it is impossible to complete a game because the only > possibility to continue the game after half time is pressing "k" which gives a > KickOff to the left team again. > > Patch originally from Sander van Dijk, tested on German OPEN 2009 in > Hannover/Germany. We played all important games with this patch enabled. > > regards > Simon Raffeiner > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables unlimited > royalty-free distribution of the report engine for externally facing > server and web deployment. > http://p.sf.net/sfu/businessobjects > > ------------------------------------------------------------------------ > > _______________________________________________ > Simspark Generic Physical MAS Simulator > simspark-devel mailing list > sim...@li... > https://lists.sourceforge.net/lists/listinfo/simspark-devel > |
From: Sander v. D. <sgv...@gm...> - 2009-06-15 18:59:57
|
Hi Hedayat, In the German Open we had the problem that some teams did not run correctly with the league manager script (and unfortunately we weren't able to figure out what went wrong), so they had to be started by hand and in that case being able to do a kickoff from the right side came in handy. And of course it wouldn't hurt at all to have that feature in the first place, to be able to run a full match with the external monitor and without the league manager :-) Sander On Mon, Jun 15, 2009 at 7:53 PM, Hedayat Vatankhah <hed...@ai...>wrote: > Hi, > Thank you for the patch. But what we did for RoboCup 2008 and IranOpen2009 > was changing the side of teams after the first half (this is done by the > league manager script I sent to Sander), so there was no need to issue a > kick off right command on the second half. > > Thanks again, > Hedayat > > > On ۰۹/۰۶/۱۵ 10:11, Simon Raffeiner wrote: > > This patch against rcssmonitor3d binds the PlayMode "KickOffRight" to the Key > "j". Without this patch it is impossible to complete a game because the only > possibility to continue the game after half time is pressing "k" which gives a > KickOff to the left team again. > > Patch originally from Sander van Dijk, tested on German OPEN 2009 in > Hannover/Germany. We played all important games with this patch enabled. > > regards > Simon Raffeiner > > > ------------------------------ > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables unlimited > royalty-free distribution of the report engine for externally facing > server and web deployment.http://p.sf.net/sfu/businessobjects > > ------------------------------ > > _______________________________________________ > Simspark Generic Physical MAS Simulator > simspark-devel mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/simspark-devel > > > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables unlimited > royalty-free distribution of the report engine for externally facing > server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > Simspark Generic Physical MAS Simulator > simspark-devel mailing list > sim...@li... > https://lists.sourceforge.net/lists/listinfo/simspark-devel > > -- Adaptive Systems Research Group Department of Computer Science University of Hertfordshire United Kingdom |
From: Hedayat V. <hed...@ai...> - 2009-06-15 19:33:48
|
Hi again, /*Sander van Dijk <sgv...@gm...>*/ wrote on دوشنبه ۱۵ ژوئن ۰۹، ۲۳:۲۹:۵۵: > Hi Hedayat, > > In the German Open we had the problem that some teams did not run > correctly with the league manager script (and unfortunately we weren't > able to figure out what went wrong), so they had to be started by hand > and in that case being able to do a kickoff from the right side came > in handy. And of course it wouldn't hurt at all to have that feature > in the first place, to be able to run a full match with the external > monitor and without the league manager :-) Certainly! The patch is really welcome. I just wanted to note that it should not be considered as the main way for running games. We do not lose anything by adding new features! :) Thanks, Hedayat > > Sander > > On Mon, Jun 15, 2009 at 7:53 PM, Hedayat Vatankhah <hed...@ai... > <mailto:hed...@ai...>> wrote: > > Hi, > Thank you for the patch. But what we did for RoboCup 2008 and > IranOpen2009 was changing the side of teams after the first half > (this is done by the league manager script I sent to Sander), so > there was no need to issue a kick off right command on the second > half. > > Thanks again, > Hedayat > > > On ۰۹/۰۶/۱۵ 10:11, Simon Raffeiner wrote: >> This patch against rcssmonitor3d binds the PlayMode "KickOffRight" to the Key >> "j". Without this patch it is impossible to complete a game because the only >> possibility to continue the game after half time is pressing "k" which gives a >> KickOff to the left team again. >> >> Patch originally from Sander van Dijk, tested on German OPEN 2009 in >> Hannover/Germany. We played all important games with this patch enabled. >> >> regards >> Simon Raffeiner >> >> ------------------------------------------------------------------------ >> >> ------------------------------------------------------------------------------ >> Crystal Reports - New Free Runtime and 30 Day Trial >> Check out the new simplified licensing option that enables unlimited >> royalty-free distribution of the report engine for externally facing >> server and web deployment. >> http://p.sf.net/sfu/businessobjects >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Simspark Generic Physical MAS Simulator >> simspark-devel mailing list >> sim...@li... <mailto:sim...@li...> >> https://lists.sourceforge.net/lists/listinfo/simspark-devel >> > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables unlimited > royalty-free distribution of the report engine for externally facing > server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > Simspark Generic Physical MAS Simulator > simspark-devel mailing list > sim...@li... > <mailto:sim...@li...> > https://lists.sourceforge.net/lists/listinfo/simspark-devel > > > > > -- > Adaptive Systems Research Group > Department of Computer Science > University of Hertfordshire > United Kingdom |
From: Oliver O. <oli...@cs...> - 2009-06-16 07:01:11
|
Hi Simon, On 15/06/2009, at 10:18 PM, Simon Raffeiner wrote: > I still have a patch laying around on the machines used in German > OPEN 2009 > introducing a binding for KickOffRight in rcssmonitor3d. Without > this key it is > not possible to complete a match using the monitor because it is not > possible > to let the second team kick off after halftime. > > How should I send those patches? Inline, attachment or may I join > the project > and get an SVN login? just send me your sourceforge account name, and I'll add it. Maybe this would also be a good opportunity to update the list of project members / admins anyway - Sander what about being added as an admin? I'll also try to find out who's still responsive/interested from all the other admins and members while I'm at it. cheers Oliver -- Oliver Obst form follows function (Louis Sullivan). New number! +61 2 9372 4710 http://oliver.obst.eu/ Autonomous Systems Lab CSIRO ICT Centre http://www.ict.csiro.au/asl/ |
From: Joschka B. <jos...@am...> - 2009-06-16 07:40:37
|
Hi all, On Jun 16, 2009, at 4:00 PM, Oliver Obst wrote: > Hi Simon, > > On 15/06/2009, at 10:18 PM, Simon Raffeiner wrote: > >> I still have a patch laying around on the machines used in German >> OPEN 2009 >> introducing a binding for KickOffRight in rcssmonitor3d. Without >> this key it is >> not possible to complete a match using the monitor because it is not >> possible >> to let the second team kick off after halftime. >> >> How should I send those patches? Inline, attachment or may I join >> the project >> and get an SVN login? > > just send me your sourceforge account name, and I'll add it. > Sounds good :-) Welcome to the team, Simon! > Maybe this would also be a good opportunity to update the list of > project members / admins anyway - Sander what about being added as an > admin? > I'll also try to find out who's still responsive/interested from all > the other admins and members while I'm at it. Although I wasn't too involved recently, I'm still interested and I'm planning to use the simulator in my research from now on. Also, I have two students in the lab currently taking a look the physics engine rewrite / possible PAL integration. I'll write more on that at a later point. Cheers, Joschka |
From: Oliver O. <Oli...@cs...> - 2009-06-16 07:24:48
|
On 16/06/2009, at 5:18 PM, Joschka Boedecker wrote: > Although I wasn't too involved recently, I'm still interested and I'm > planning to use the simulator in my research from now on. Also, I have > two students in the lab currently taking a look the physics engine > rewrite / possible PAL integration. I'll write more on that at a later > point. well, original plan was to suspend your account until you submit ;-) - of course I'll leave it. Oliver |