Search found 636 matches

Go to advanced search

by pincy
Thu Oct 10, 2013 4:09 pm
Forum: How to... ?
Topic: Connecting Aseba to Argos
Replies: 9
Views: 25826

Re: Connecting Aseba to Argos

Try and read the script, to see what it does :-) In short, the script fetches all the dependencies, compiles the code, and creates an archive for public distribution. The command line parameter that the output expects selects whether you want to create a slackware package, a debian package, or a tar...
by pincy
Thu Oct 10, 2013 3:42 pm
Forum: How to... ?
Topic: Connecting Aseba to Argos
Replies: 9
Views: 25826

Re: Connecting Aseba to Argos

Hi Farid,

here is the source code I was talking about. There is a script called 'make_distribution.sh' at the base directory of the archive that does the work of fetching the necessary dependencies and compile everything.

Let me know how it goes.

Cheers,
Carlo
by pincy
Thu Oct 10, 2013 3:03 pm
Forum: How to... ?
Topic: Connecting Aseba to Argos
Replies: 9
Views: 25826

Re: Connecting Aseba to Argos

Hi Farid,

I can give you the code I made to interface ARGoS2 and Aseba, and you could adapt it for ARGoS3. It is actually pretty simple. If that suits you, I will give you the source code.

Cheers,
Carlo
by pincy
Tue Sep 17, 2013 11:06 pm
Forum: How to... ?
Topic: if in xml example
Replies: 3
Views: 15385

Re: if in xml example

Great news! Cheers :-)
by pincy
Wed Aug 28, 2013 1:46 pm
Forum: How to... ?
Topic: if in xml example
Replies: 3
Views: 15385

Re: if in xml example

Hi, to help you, I need a little clarification. All entities exist at the same initial position, and then launch the 1st entity, and then follow a pattern (controller), launch the 2nd entity and start from another position and follow the same pattern, 3rd from another position etc. I don't understan...
by pincy
Tue Aug 27, 2013 9:52 pm
Forum: How to... ?
Topic: Record a video of a simulation
Replies: 3
Views: 15970

Re: Record a video of a simulation

Feel free to ask further questions :-)

Cheers,
Carlo
by pincy
Sat Aug 24, 2013 12:12 am
Forum: How to... ?
Topic: Record a video of a simulation
Replies: 3
Views: 15970

Re: Record a video of a simulation

Hi vlsi, sorry for the late reply, I'm just back from vacation. If you want to record a video of a running simulation, you need to create the frames through the "record" button as you pointed out. Creating the video from these frames is easy. On Linux, you can use either MEncoder or FFMpeg...
by pincy
Mon Mar 25, 2013 5:13 pm
Forum: Bugs
Topic: error while trying to run example
Replies: 1
Views: 12820

Re: error while trying to run example

Hi,

You should follow the instructions at:

http://iridia.ulb.ac.be/argos/documenta ... ning_argos

Cheers,
Carlo
by pincy
Thu Mar 21, 2013 4:33 pm
Forum: How to... ?
Topic: Is there vector 3D definition?
Replies: 9
Views: 28362

Re: Is there vector 3D definition?

You can't modify the interfaces in the common_interface directory, for two reasons. First, because that's the robot control interface - modifying that interface means modifying the way the robot works. Second, because the files are installed system-wide. Also, you can't use the foot-bot distance sca...
by pincy
Mon Mar 04, 2013 3:44 pm
Forum: How to... ?
Topic: Is there vector 3D definition?
Replies: 9
Views: 28362

Re: Is there vector 3D definition?

I'm not sure I understand the problem. Could you please copy-paste the actual error message you got from make?

Go to advanced search