Search found 632 matches

Go to advanced search

by pincy
Wed Oct 23, 2013 7:20 pm
Forum: Bugs
Topic: Problem during installation of Argos3 on Mac
Replies: 16
Views: 48792

Re: Problem during installation of Argos3 on Mac

Hi Busca, for what I see in the output, you are missing the command 'pkg-config.' It is used by CMake to find ARGoS. Just install it through HomeBrew and the errors should disappear. NOTE: remember to erase the build/ directory when you retry to compile. CMake constructs a cache of detected programs...
by pincy
Fri Oct 18, 2013 2:58 pm
Forum: Bugs
Topic: Problem during installation of Argos3 on Mac
Replies: 16
Views: 48792

Re: Problem during installation of Argos3 on Mac

Awesome! Thanks for trying ARGoS out :-)
by pincy
Fri Oct 18, 2013 10:36 am
Forum: Bugs
Topic: Problem during installation of Argos3 on Mac
Replies: 16
Views: 48792

Re: Problem during installation of Argos3 on Mac

Hi Busca,

Thanks for spotting this! I made a modification that should fix the problem.

To test it, erase the build/ directory and retry the compilation.

Cheers,
Carlo
by pincy
Thu Oct 17, 2013 2:18 pm
Forum: Bugs
Topic: Problem during installation of Argos3 on Mac
Replies: 16
Views: 48792

Re: Problem during installation of Argos3 on Mac

Hi busca,

the best way to install the necessary libraries on Mac is to use HomeBrew (http://brew.sh/). It does everything for you automatically.

Cheers,
Carlo
by pincy
Sat Oct 12, 2013 12:05 am
Forum: How to... ?
Topic: Connecting Aseba to Argos
Replies: 9
Views: 25553

Re: Connecting Aseba to Argos

Hi Farid,

Most likely you are compiling the code on a 64 bit system.

You need to add the switch -fPIC to be able to compile libraries on 64 bit systems.

Cheers,
Carlo
by pincy
Thu Oct 10, 2013 5:13 pm
Forum: How to... ?
Topic: Connecting Aseba to Argos
Replies: 9
Views: 25553

Re: Connecting Aseba to Argos

You need to install argos2 from the packages provided on the website.
by pincy
Thu Oct 10, 2013 4:09 pm
Forum: How to... ?
Topic: Connecting Aseba to Argos
Replies: 9
Views: 25553

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: 25553

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: 25553

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: 15209

Re: if in xml example

Great news! Cheers :-)

Go to advanced search