From: Sander v. D. <sgv...@gm...> - 2008-02-28 12:27:04
|
Hey all, On Thu, Feb 28, 2008 at 10:03 AM, Joschka Boedecker < jos...@am...> wrote: > Hi, > > On Feb 28, 2008, at 4:55 PM, Yuan Xu wrote: > > > Hi, > > > > The development is very active recently ;) > > Yes, it's great :-D > Indeed, good to see :-) > I am trying to make the alpha version, but I got error in making: > > > > ../../utility/wxutil/.libs/libwxutil.so: undefined reference to > > `wxScrollBar::ms_classInfo' > > ../../utility/wxutil/.libs/libwxutil.so: undefined reference to > > `wxBufferedDC::UseBuffer(int, int)' > > collect2: ld returned 1 exit status > > > > Should the wxWidget library be installed with parameters? and what > > parameters? > > Thanks! Works well with wxgtk 2.8.4.0. However, I get another problem while making the latest head: app/fonttest/Makefile.am still counts on VeraMono.ttf.gz in data/font, but it is no longer there. Concerning the release: if Sander's work is ready to be merged into > the CVS head, it would be great to do it and include it in the > release. It would allow for the construction of better robot models :-) > > @Sander: can you give us an update on the status of your work please? > Almost there. Everything seems in the right place now: mass, body, geometries and meshes. Just running some tests now, which look good. In a 3vs3 game of 300 seconds with the old 056 model I got 22 LCP erors (resulting in one exploding agent) and 2500 of the new 'Skipping time' messages, with the new model I got 13 LCP errors (none of which seemed to result in strange behavior of the agents, especially no exploding) and 500 skipping time messages. I will clean some things up and try to merge with the CVS head today. Please have a look at the SIMSPARK_COMPOSITE_BODIES branch and let me know any recommendations, or style/thinking errors I made! >> It seems that the TODO list for 0.5.7 release has been done. So I > >> think we > >> can release a new server version now (also, it was intended for 25 > >> Feb). Is there anywhere I can have a look at the TODO? Regards, Sander |