Search found 636 matches

Go to advanced search

by pincy
Sat Aug 12, 2023 11:50 am
Forum: How to... ?
Topic: robots communication / information sharing
Replies: 1
Views: 19435

Re: robots communication / information sharing

Yes, the correct way to use the loop functions. You can copy what the foraging example already does: you endow the robot controllers of a way to get the information about the position of all the other robots, such as a Set() method of some sort. Then in the loop function you access the embodied enti...
by pincy
Sat Aug 12, 2023 11:49 am
Forum: How to... ?
Topic: experimental plugin; robots not shown in arena
Replies: 9
Views: 82940

Re: experimental plugin; robots not shown in arena

Having a look this weekend and reporting back!
by pincy
Sun Jul 30, 2023 8:03 pm
Forum: How to... ?
Topic: experimental plugin; robots not shown in arena
Replies: 9
Views: 82940

Re: experimental plugin; robots not shown in arena

If you share the code I can have a look. I'm sure it's a small detail you have overlooked.
by pincy
Sun May 21, 2023 10:52 pm
Forum: How to... ?
Topic: The simulation was abruptly terminated while runing
Replies: 2
Views: 46685

Re: The simulation was abruptly terminated while runing

This problem is not related to Qt. What this is saying is that your robots have gone outside the experimental arena, and the spatial index that handles it detected the problem. This is a fatal error and this is why the simulation is stopped. Changing the length of the time step won't help. I don't h...
by pincy
Sun May 14, 2023 1:16 am
Forum: How to... ?
Topic: The problems encountered while running argos3 on Ubuntu22.04 through VsCode
Replies: 3
Views: 19736

Re: The problems encountered while running argos3 on Ubuntu22.04 through VsCode

I don't use VSCode, so I am not sure what might be going wrong with it. I use ARGoS from the terminal, so if that works then ARGoS seems to be doing everything right. I would suggest you to look into what VSCode does differently from the command line.
by pincy
Tue May 09, 2023 3:53 pm
Forum: How to... ?
Topic: The problems encountered while running argos3 on Ubuntu22.04 through VsCode
Replies: 3
Views: 19736

Re: The problems encountered while running argos3 on Ubuntu22.04 through VsCode

I have never seen these problems before. The first one I can guess is related to Wayland and Qt, so I'd Google it. It doesn't look like an ARGoS issue specifically. The second looks like a linking issue. Is your Ubuntu a vanilla installation, or there's something special about it? For example, you m...
by pincy
Tue Apr 18, 2023 11:12 am
Forum: How to... ?
Topic: Simulating communication delays among multi-robot system
Replies: 1
Views: 17501

Re: Simulating communication delays among multi-robot system

There is no native way, but it could be added by making a new medium. You could use the original range and bearing medium and make a new one, extended to support this feature. You don't need to change the core of ARGoS, you can simply create a new medium in your own user code taking the range and be...
by pincy
Thu Apr 13, 2023 12:25 am
Forum: How to... ?
Topic: include could not find requested file:
Replies: 1
Views: 15953

Re: include could not find requested file:

The problem is with the repository you're trying to use. They still use the old way to detect ARGoS. The new way is here: https://github.com/ilpincy/argos3-examp ... ts.txt#L21. Leave an issue in their Github repository, they might fix it quickly.
by pincy
Mon Oct 17, 2022 7:08 pm
Forum: Bugs
Topic: pointmass3d physics engine not working properly under version beta59 with kilobots
Replies: 5
Views: 17088

Re: pointmass3d physics engine not working properly under version beta59 with kilobots

As for the original request, I have gone through the diff between the versions but nothing came out as obvious. I'll spend a bit more time on it.

Go to advanced search