From: Leo N. <leo...@gm...> - 2007-12-14 17:40:06
|
Stage is a 2D mobile robot simulation environment. You will be able to test (simulate) all mobile robot related behaviors, of course. If we speak about computation power, JADE is writen in Java, so it will be as powerfull as a Java development (taking into acount that JADE is a piece of code that may have bugs, and more often, not so optimized code) I have no idea what development are you thinking of, but definetly i would do it in Java. Whether to use JADE or not I don't know because I have no enough info about your project. If you have to develop a computational intensive long term algorithm I think (although will have people telling that I'm crazy) that Java is your best choice. I could provide you more details about why (technical info about the java virtual machine) if you need. Bests Leo 2007/12/13, Eshwaran VijayKumar <esh...@gm...>: > > Hi > I have another question that is related. Can I develop agents in JADE > and simulate them in stage? Would this be a better solution for a > computationally intensive algorithm as compared to coding in java and > simulating them in stage? > > Regards > Eshwaran > > On Dec 13, 2007 12:07 AM, Eshwaran VijayKumar < > esh...@gm...> wrote: > > > Hi Leo > > Thanks. I will try to setup the environment and then get back to you. > > Regards > > Eshwaran > > > > > > On Dec 12, 2007 11:53 PM, Leo Nomdedeu < leo...@gm... > wrote: > > > > > Hi Eshwaran > > > > > > The two pieces of code you talk about can work together. I have > > > programed several simple behaviors in JADE that used JavaClient to connect > > > to sensors and actuators in the robots. You must simply take into account > > > that you will need a good object structure in order to be able to access > > > JavaClient proxies from agent behaviors without complications. > > > > > > The integration is not as difficult. You have to think about Player as > > > the Hardware Abstraction Layer, and the JavaClient as the library for > > > accessing sensor data and motors. Any way be aware that you will be using > > > three different projects, an so you will have three different sources of > > > possible bugs and problems. But if you have no fear give it a try. > > > > > > Let me know if you find any problem setting up the environment. > > > > > > Bests > > > Leo > > > > > > 2007/12/12, Eshwaran VijayKumar < esh...@gm... >: > > > > > > > > Hi there, > > > > I am a newbie to both JADE and Player/stage. I am currently > > > > working on a swarm based algorithm. Our lab is evaluating various platforms > > > > to perform simulation work. Top most on my list are the JADE and Java > > > > Player/stage. Has anyone worked with both the java client for player/stage > > > > and also tried integrating JADE into player/stage? How do they both perform? > > > > > > > > > > > > P.S: Not trying to start a flame war here. Please bear with my > > > > (dumb) questions. Thanks in advance. > > > > > > > > Regards > > > > Eshwaran > > > > > > > > > > > > ------------------------------------------------------------------------- > > > > SF.Net email is sponsored by: > > > > Check out the new SourceForge.net Marketplace. > > > > It's the best place to buy or sell services > > > > for just about anything Open Source. > > > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > > > > > > > > _______________________________________________ > > > > Java-player-users mailing list > > > > Jav...@li... > > > > https://lists.sourceforge.net/lists/listinfo/java-player-users > > > > > > > > > > > > > > > > > -- > > > ************************************** > > > Leonardo Nomdedeu Calvente > > > leo...@gm... > > > > > > ------------------------------------------------------------------------- > > > SF.Net email is sponsored by: > > > Check out the new SourceForge.net Marketplace. > > > It's the best place to buy or sell services > > > for just about anything Open Source. > > > > > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > > > _______________________________________________ > > > Java-player-users mailing list > > > Jav...@li... > > > https://lists.sourceforge.net/lists/listinfo/java-player-users > > > > > > > > > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services > for just about anything Open Source. > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > Java-player-users mailing list > Jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-player-users > > -- ************************************** Leonardo Nomdedeu Calvente leo...@gm... |