Search found 12 matches

Go to advanced search

by squiddon
Fri Nov 21, 2014 10:29 pm
Forum: How to... ?
Topic: Pathfinding
Replies: 10
Views: 19527

Re: Pathfinding

You could try one of the other sensors like the distance scanner sensor.

have a look in the argos source for ci_footbot_distance_scanner.h, the notes should give an indication of how to use it.
by squiddon
Fri Nov 21, 2014 7:58 pm
Forum: How to... ?
Topic: Pathfinding
Replies: 10
Views: 19527

Re: Pathfinding

Good spot, although the behaviour seemed to work my end. My maths were definitely wrong.

Your function works perfectly, thanks very much :)
by squiddon
Fri Nov 21, 2014 5:04 pm
Forum: How to... ?
Topic: Pathfinding
Replies: 10
Views: 19527

Re: Pathfinding

I think I've cracked it already, needed to play about with the min/max angle range.
by squiddon
Fri Nov 21, 2014 4:44 pm
Forum: How to... ?
Topic: Pathfinding
Replies: 10
Views: 19527

Re: Pathfinding

Hi, I ended up using boost's graph and astar implementation in the end (not enough time to implement my own, although I'd like to as a programming challenge). However, I seem to be having troubles with my robot's movement towards a specified point. This is more than likely and issue with my own math...
by squiddon
Fri Oct 10, 2014 11:01 am
Forum: How to... ?
Topic: Pathfinding
Replies: 10
Views: 19527

Re: Pathfinding

Will do :)
by squiddon
Fri Oct 10, 2014 10:57 am
Forum: How to... ?
Topic: RoboNetSim (ARGoS + ns3) installation
Replies: 15
Views: 25709

Re: RoboNetSim (ARGoS + ns3) installation

Have you got the OpenGL development headers installed? apt-get install libgl1-mesa-dev
by squiddon
Wed Sep 17, 2014 11:09 pm
Forum: How to... ?
Topic: Pathfinding
Replies: 10
Views: 19527

Pathfinding

Are there any pathfinding implementations (dijkstra, A*, etc) for ARGoS or shall I write my own?

Any code I'll produce I'll put on Github/BitBucket when I've completed my project.

Nick
by squiddon
Tue Sep 16, 2014 8:59 am
Forum: How to... ?
Topic: RoboNetSim (ARGoS + ns3) installation
Replies: 15
Views: 25709

Re: RoboNetSim (ARGoS + ns3) installation

Excellent :)

So glad I switched from Stage!
by squiddon
Mon Sep 15, 2014 7:31 pm
Forum: How to... ?
Topic: RoboNetSim (ARGoS + ns3) installation
Replies: 15
Views: 25709

Re: RoboNetSim (ARGoS + ns3) installation

Ah, I think I can see how to do it. Within the CForagingLoopFunctions::PreStep() function I could do something like the following: Obtain data from individual robots Pass data to central controller Analyse data in central controller Return robots' actions after analysis Is that what you were suggest...
by squiddon
Mon Sep 15, 2014 6:08 pm
Forum: How to... ?
Topic: RoboNetSim (ARGoS + ns3) installation
Replies: 15
Views: 25709

Re: RoboNetSim (ARGoS + ns3) installation

Actually, I was wondering if it's possible to pass messages between robots in ARGoS 3 via a network protocol?

I'm trying to compare distributed and centralised control methods of multi robot systems.

Go to advanced search