Search found 632 matches

Go to advanced search

by pincy
Tue Apr 28, 2015 8:40 pm
Forum: How to... ?
Topic: Random Generator
Replies: 4
Views: 10502

Re: Random Generator

Hi Max, i will like to ask if is possible for us to generate a random location for the area where the food was generated in using the random generators functions provided. here by 'location' you mean the rectangular area delimited by m_cForagingArenaSideX and m_cForagingArenaSideY? If that is the ca...
by pincy
Sat Apr 25, 2015 8:26 pm
Forum: How to... ?
Topic: Writing the simulator's random seed or initial log into a file
Replies: 1
Views: 6581

Re: Writing the simulator's random seed or initial log into a file

Hi Elendurwen, If you type $ argos3 -h you'll see that there are two options to redirect [INFO] (stdout) and [WARNING] / [ERROR] (stderr) to file. The syntax is: $ argos3 -l INFOFILE -e ERRORFILE -c myexperiment.argos By default, the output contains extra control characters to color the output green...
by pincy
Tue Apr 21, 2015 5:00 pm
Forum: How to... ?
Topic: Object detection
Replies: 7
Views: 14795

Re: Object detection

1. object detection: i want to detect human by robots , is there any sensor in Argos that sens human structure.if yes then which one and how ... it will be enough for me if i am able to detect any cylindrical or circular shape. :roll: Camera filtering is very expensive in simulation, and simulating...
by pincy
Sat Apr 18, 2015 8:54 pm
Forum: How to... ?
Topic: Object detection
Replies: 7
Views: 14795

Re: Object detection

Hi arij, I can help you if you give me enough information on what you want to achieve. Try and be specific. In particular: "Object detection" in robotics could mean literally anything. What kind of objects? Detected how? What do you mean by "flocking without tracking light"? Carlo
by pincy
Wed Apr 15, 2015 5:30 pm
Forum: How to... ?
Topic: Footbot and Eyebot both in same arena
Replies: 7
Views: 14044

Re: Footbot and Eyebot both in same arena

Hi Jaffar, In the physics_engines section of the .argos file, you can add multiple physics engines. Just put a dynamics2d engine and a pointmass3d engine there. Then, initialize the position of your robots to have a zero z for the foot-bots (so they get caught by the dynamics2d) and a value > 0 for ...
by pincy
Fri Apr 03, 2015 7:42 pm
Forum: How to... ?
Topic: Subclass a robot controller
Replies: 5
Views: 11348

Re: Subclass a robot controller

C++ is a game of patience :ugeek:
by pincy
Fri Apr 03, 2015 7:38 pm
Forum: How to... ?
Topic: Subclass a robot controller
Replies: 5
Views: 11348

Re: Subclass a robot controller

Hi Eledurwen,

I was about to reply with the very same solution you have posted. Great job! :-)

Cheers,
Carlo
by pincy
Thu Mar 26, 2015 3:05 pm
Forum: Bugs
Topic: Error while Compiling the ARGoS simulator
Replies: 6
Views: 32247

Re: Error while Compiling the ARGoS simulator

  • What does the output of CMake say when you launch it?
  • Why aren't you using a precompiled binary package?
  • On which system are you working?
by pincy
Thu Mar 26, 2015 3:03 pm
Forum: How to... ?
Topic: Two footbots with different controllers
Replies: 6
Views: 12185

Re: Two footbots with different controllers

I really don't understand what you are trying to achieve. Why do you register the controller twice? That's not the correct way to have multiple controllers in ARGoS. You register the controller *once*, and then in the .argos file mention it twice. Maybe you're confusing the registration label ("...
by pincy
Thu Mar 26, 2015 12:39 pm
Forum: How to... ?
Topic: Two footbots with different controllers
Replies: 6
Views: 12185

Re: Two footbots with different controllers

Can you please include the .argos file your are trying to use?

The error you get simply tells you that ARGoS does not know of any controller registered with the name "footbot_diffusion_controller1".

Go to advanced search