Search found 632 matches

Go to advanced search

by pincy
Tue Jun 16, 2015 3:58 pm
Forum: How to... ?
Topic: setting up sensor networks
Replies: 7
Views: 11874

Re: setting up sensor networks

If you feel like contributing with a plugin for WiFi, it's pretty easy to do. I would be happy to help you. I think range and bearing should be enough for me right now, but I'll be more than happy to try implementing WiFi though. My phd confirmation is in Sept, I will give it a try after that. OK, ...
by pincy
Mon Jun 15, 2015 8:20 pm
Forum: Bugs
Topic: Error during running of argos
Replies: 20
Views: 194506

Re: Error during running of argos

Hi Max,

Sorry for the long wait :-(

At line 17 of your CMakeLists.txt file in quadrotor_loop_functions.rar, you need to put argos3plugin_simulator_eyebot instead of argos3plugin_simulator_footbot. That should fix the problem.

Cheers,
Carlo
by pincy
Mon Jun 15, 2015 3:33 am
Forum: How to... ?
Topic: Footbot and Eyebot both in same arena
Replies: 7
Views: 13910

Re: Footbot and Eyebot both in same arena

Hi Jaffar, I finally made a new release of ARGoS (3.0.0-beta36) that addresses the issues you encountered. Try to launch your experiment now, and it should work. As soon as my deadlines allow me, I'll make a couple of examples to show nifty tricks you can do when playing with several physics engines...
by pincy
Thu Jun 04, 2015 9:05 pm
Forum: How to... ?
Topic: Optimize old configuration for argos 3.0.0-beta35
Replies: 2
Views: 6163

Re: Optimize old configuration for argos 3.0.0-beta35

Hi syam,

Try this one: http://iridia.ulb.ac.be/~cpinciroli/ext ... 04.tar.bz2

The instructions to compile and run are the same.

Cheers,
Carlo
by pincy
Wed Jun 03, 2015 8:54 am
Forum: How to... ?
Topic: setting up sensor networks
Replies: 7
Views: 11874

Re: setting up sensor networks

Hi sherryyu, 1.Does anyone know if there is a way to set up wireless communications between the robots? For example zigbee network, or anyway to allow robots to exchange information? The preferred way is through the range-and-bearing communication system. A classical WiFi communication system would ...
by pincy
Tue May 26, 2015 10:27 pm
Forum: How to... ?
Topic: Footbot and Eyebot both in same arena
Replies: 7
Views: 13910

Re: Footbot and Eyebot both in same arena

Hi,

I am almost at the end of a long stretch to meet a deadline :-) I also have a new release of ARGoS ready by the end of the week that will address the issue you found. Sorry for the long wait!

Cheers,
Carlo
by pincy
Tue May 26, 2015 10:26 pm
Forum: Bugs
Topic: Error during running of argos
Replies: 20
Views: 194506

Re: Error during running of argos

Hi Max,

I'm very busy for a couple of days, then I'll be able to look through your problem. Could you please attach also your code, so I can reproduce it?

Cheers,
Carlo
by pincy
Thu May 14, 2015 8:23 am
Forum: How to... ?
Topic: Problem with Multiple Loop Functions
Replies: 2
Views: 8871

Re: Problem with Multiple Loop Functions

Hi,

You can't use two loop functions in the same controller. You must use only one.

Carlo
by pincy
Fri May 01, 2015 7:26 am
Forum: How to... ?
Topic: Footbot and Eyebot both in same arena
Replies: 7
Views: 13910

Re: Footbot and Eyebot both in same arena

Hi Mostafa,

Could you please attach the file you're using, so I can reproduce the problem?

I'll add an example on how to use multiple engines in the next few days.

Cheers,
Carlo
by pincy
Wed Apr 29, 2015 5:33 pm
Forum: How to... ?
Topic: Random Generator
Replies: 4
Views: 10477

Re: Random Generator

Hi Max, In the .argos file of an experiment, the attribute "random_seed" of the <experiment> tag sets the random seed of the random number generator. Once the seed is set, the sequence of random numbers is always the same. This is to ensure that experiments in ARGoS are repeatable - this w...

Go to advanced search