From: Feng X. <hen...@ma...> - 2008-04-10 11:48:28
|
Hi Joschka, It is a good idea! This makes our simulation much more realistic! Howerever, it may be hard for teams' work. Actually, I have talked about this with Yuan some days ago and we both think that most of the teams will not support this. But, how about provide the pixel camera as a additional perceptor and weaken the original vision perceptor? And next year, pure pixel camera? Cheers! Feng Xue 2008-04-10 发件人: Joschka Boedecker 发送时间: 2008-04-10 19:26:21 收件人: sim...@li... 抄送: 主题: [simspark-devel] pixel camera perceptor Hi all, I've been thinking about how to implement a pixel camera perceptor for Simspark using hardware-accelerated OpenGL Render to Texture via the Frame Buffer Object extension (see, e.g. [1]). I'm not proposing we should adopt this in the 3D league, but it will be handy for doing research. One problem I see is that this is a sensor, but it relies on rendering also. In the multi-threading implementation, these two are seperated as far as I remember, right? Maybe it is not a problem, since the rendering only needs to produce the image, which can be copied in the thread for the perceptors, but I'm not sure about this, so I thought I'll ask for ideas here. Another thing I've been wondering about is whether it would be worth it to compress the images before sending it to the agent or not. Of course this will depend on color depth and size of the image, as well as network delay, but encoding (and decoding on the agent side) would also take time. For small images and a fast local network without much delay, it might be overkill I guess. Again, any ideas are welcome. Cheers, Joschka [1] http://www.gamedev.net/reference/articles/article2331.asp ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Simspark Generic Physical MAS Simulator simspark-devel mailing list sim...@li... https://lists.sourceforge.net/lists/listinfo/simspark-devel |