Search found 632 matches

Go to advanced search

by pincy
Tue Sep 16, 2014 10:32 am
Forum: How to... ?
Topic: RoboNetSim (ARGoS + ns3) installation
Replies: 15
Views: 25552

Re: RoboNetSim (ARGoS + ns3) installation

Yay! :D
by pincy
Mon Sep 15, 2014 8:02 pm
Forum: How to... ?
Topic: RoboNetSim (ARGoS + ns3) installation
Replies: 15
Views: 25552

Re: RoboNetSim (ARGoS + ns3) installation

Precisely! :mrgreen:
by pincy
Mon Sep 15, 2014 6:25 pm
Forum: How to... ?
Topic: RoboNetSim (ARGoS + ns3) installation
Replies: 15
Views: 25552

Re: RoboNetSim (ARGoS + ns3) installation

Sure, it's possible. A simple way would be to do it in the loop functions, similarly to what's done in the foraging example.

Let me know if you need more specific guidance.

Cheers,
Carlo
by pincy
Mon Sep 15, 2014 1:43 pm
Forum: How to... ?
Topic: RoboNetSim (ARGoS + ns3) installation
Replies: 15
Views: 25552

Re: RoboNetSim (ARGoS + ns3) installation

Hi Nick,

For the time being it's still based on version 2. I have planned to port it to ARGoS3, but so far I just haven't had the time yet.

Cheers,
Carlo
by pincy
Mon Apr 14, 2014 3:09 pm
Forum: How to... ?
Topic: RoboNetSim (ARGoS + ns3) installation
Replies: 15
Views: 25552

Re: RoboNetSim (ARGoS + ns3) installation

Hi Kemal, After your explanation, I think I installed RoboNetSim correctly. Great! :-) To run the RoboNetSim example explained in the readme file (third step of http://www.idsia.ch/~gianni/SwarmRobotics/simulation/ARGoS/README), first I started ns3 (ns3ss.png). But when I tried to run argos, I got t...
by pincy
Sat Apr 12, 2014 12:47 pm
Forum: How to... ?
Topic: RoboNetSim (ARGoS + ns3) installation
Replies: 15
Views: 25552

Re: RoboNetSim (ARGoS + ns3) installation

Hi, The short answer is: change argos2-examples/CMakeLists.txt:5 from set(CMAKE_MODULE_PATH /usr/share/argos2 ${CMAKE_SOURCE_DIR}/cmake) into set(CMAKE_MODULE_PATH /usr/local/share/argos2 ${CMAKE_SOURCE_DIR}/cmake) The explanation is the following. As the output says, the problem is that CMake can't...
by pincy
Mon Feb 10, 2014 7:09 pm
Forum: Bugs
Topic: Bug in "quaternion.h"
Replies: 3
Views: 14799

Re: Bug in "quaternion.h"

Hi Haitham,

Thanks for testing it.

Indeed the code would work, but singling out the parallel case spares a little computation.

I'll commit this version.

Cheers,
Carlo
by pincy
Mon Feb 10, 2014 4:43 pm
Forum: Bugs
Topic: Bug in "quaternion.h"
Replies: 3
Views: 14799

Re: Bug in "quaternion.h"

Hi haithamelfaham, Thanks for spotting this bug. You're absolutely right. I have checked your code, refactored it, and optimized it a little. Can you please check that this version works? As soon as you confirm it, I'll commit the fix and credit you for it. Cheers, Carlo inline CQuaternion& Betw...
by pincy
Mon Feb 10, 2014 3:53 pm
Forum: Bugs
Topic: Ground sensors indexed differently under Mac and Linux
Replies: 1
Views: 12452

Re: Ground sensors indexed differently under Mac and Linux

Hi Elendurwen, Which version of ARGoS is installed on your Mac? I made this change on December 9th: https://github.com/ilpincy/argos3/commit/6fdbb97f9b9c33ec12e36e15472139f216c67cec Which has been put as part of beta22. (on your Linux box you have beta21) According to this change, the order of the s...
by pincy
Wed Jan 22, 2014 7:07 pm
Forum: How to... ?
Topic: Problem with compiler on Linux
Replies: 7
Views: 16755

Re: Problem with compiler on Linux

There's a new one after that, beta22 :-)

Go to advanced search