Search found 20 matches

Go to advanced search

by Max
Fri Sep 04, 2015 7:46 am
Forum: Bugs
Topic: Error during running of argos
Replies: 20
Views: 195801

Re: Error during running of argos

Hi Carlo, Thank you for the solution. i indeed read the header and the output of argos3 -q eyebot_light and it was stated differently from what you mention(please see print screen1). I also tried out but are getting a fatal error when i run the simulation. Please kindly advice if i'm doing something...
by Max
Mon Aug 31, 2015 3:45 pm
Forum: Bugs
Topic: Error during running of argos
Replies: 20
Views: 195801

Re: Error during running of argos

Hi Carlo, Thank you very much for your assistance, but i got a question with regards eyebot light sensor (rot_z_only). I try to implement this sensor onto my robot but are getting this error message (as shown in the pic) even the compilation is successful. i'm kind of lost here appreciate your guida...
by Max
Mon Jul 20, 2015 3:31 pm
Forum: Bugs
Topic: Error during running of argos
Replies: 20
Views: 195801

Re: Error during running of argos

Hi Carlo,

Please see attach for the files. Thank you very much for your assistance.
by Max
Sun Jul 19, 2015 12:05 pm
Forum: Bugs
Topic: Error during running of argos
Replies: 20
Views: 195801

Re: Error during running of argos

Hi Carlo,

Thank you for your reply. I tried out the solution you have given but it seems that the problem still persist. Just wonder if this error is cause by naming convention or something else.

Thank you very much :)
by Max
Sun Jun 07, 2015 12:13 pm
Forum: Bugs
Topic: Error during running of argos
Replies: 20
Views: 195801

Re: Error during running of argos

Hi Carlos,

Please see attached for my codes. thank you
by Max
Wed May 27, 2015 4:02 pm
Forum: Bugs
Topic: Error during running of argos
Replies: 20
Views: 195801

Re: Error during running of argos

Hi Carlos,
Please kindly advice how the files to be send to you

Regards
Max
by Max
Tue May 26, 2015 4:13 pm
Forum: Bugs
Topic: Error during running of argos
Replies: 20
Views: 195801

Error during running of argos

Hi Carlos, I'm currently in a project writing a program for quadcopters to carry out swarm algorithms. Using examples provided, i have successful tried out the eye-bot functions available in ARGOS. While trying to write a loop function for the eye-bot(with reference to foraging example provided), th...
by Max
Tue May 05, 2015 2:45 pm
Forum: How to... ?
Topic: Random Generator
Replies: 4
Views: 10501

Re: Random Generator

Noted Carlos,

Thank you very much.
by Max
Wed Apr 29, 2015 5:09 pm
Forum: How to... ?
Topic: Random Generator
Replies: 4
Views: 10501

Re: Random Generator

Hi Carlo, Thank you for your reply and idea. even though by using the idea representing the rectangular area as a center (cx,cy) and a side length (sx,sy), i observe that the random pattern generated by m_pcRNG->Uniform are predictable and will appear at the same randomize location when reset. Is it...
by Max
Tue Apr 28, 2015 4:45 pm
Forum: How to... ?
Topic: Random Generator
Replies: 4
Views: 10501

Random Generator

Hi, Based on the foraging.argos we are able to randomly generate food items in a area with a pre-determined location using the following codes: m_pcRNG = CRandom::CreateRNG("argos"); for(UInt32 i = 0; i < unFoodItems; ++i) { m_cFoodPos.push_back( CVector2(m_pcRNG->Uniform(m_cForagingArenaS...

Go to advanced search