Search found 640 matches

Go to advanced search

by pincy
Fri Nov 29, 2024 6:13 pm
Forum: How to... ?
Topic: Live plots
Replies: 1
Views: 21443

Re: Live plots

I am not sure why your code does not work when the visualization is on or off, it depends on how you use ImGUI. If ImGUI is supposed to attach to the Qt visualization of ARGoS, turning it off will explain the behavior you see. To check whether the visualization is on or off, you can use this code: i...
by pincy
Fri Nov 29, 2024 6:07 pm
Forum: How to... ?
Topic: Proximity sensors Arrangement on the FootBot Mobile robot
Replies: 5
Views: 14521

Re: Proximity sensors Arrangement on the FootBot Mobile robot

You find the exact implementation of the proximity readings here.
by pincy
Fri Nov 29, 2024 6:04 pm
Forum: How to... ?
Topic: libglut not found
Replies: 1
Views: 36916

Re: libglut not found

Hello Peleg, can you confirm that libglut is installed on your system? If so, what is the location?
by pincy
Thu Jul 11, 2024 12:57 pm
Forum: How to... ?
Topic: failed to initialize entity"fb00"
Replies: 2
Views: 30450

Re: failed to initialize entity"fb00"

Nobody, without more detail...
by pincy
Tue May 07, 2024 4:46 pm
Forum: How to... ?
Topic: PDFs for documentation and dollaboration
Replies: 1
Views: 42381

Re: PDFs for documentation and dollaboration

Hello PeterK,

The PDF format does not look like the most suitable way to plug into ARGoS. The easiest way I know is that you extract data using the loop functions, and then you generate plots/report with external tools such as Jupyter, MATLAB, etc.
by pincy
Tue May 07, 2024 4:43 pm
Forum: How to... ?
Topic: Error while trying to run ARGoS3 examples
Replies: 7
Views: 58498

Re: Error while trying to run ARGoS3 examples

This error is unrelated to the thread, which is about linking at run-time. This error happens during compilation. It looks like ARGoS is not correctly installed or your CMakeList.txt file is incorrect. Can you share how you installed ARGoS and what the root CMakeLists.txt file looks like?
by pincy
Tue May 07, 2024 4:41 pm
Forum: How to... ?
Topic: Box pushing - Different box weights
Replies: 1
Views: 22887

Re: Box pushing - Different box weights

Hello Aaron, The equations of motion of the boxes are standard, if you're using the dynamics 2d engine. Did you try writing down some equations for your system, where you assume a maximum force for the robots and the presence of friction for the boxes? If you have that down, we could have a meeting ...
by pincy
Tue May 07, 2024 4:38 pm
Forum: How to... ?
Topic: Ring arena
Replies: 2
Views: 38561

Re: Ring arena

Hello Peleg,

This summer I'll add something to support this use case. Ring arenas are useful in general.
by pincy
Mon Oct 23, 2023 8:25 am
Forum: How to... ?
Topic: How to visualize data?
Replies: 2
Views: 49151

Re: How to visualize data?

You can adapt the trajectory example, which extract trajectory data for each robot and draw is on the floor. In your case, you can use Qt Charts to plot the data you extract in real-time.
by pincy
Mon Oct 16, 2023 5:36 pm
Forum: How to... ?
Topic: Issues with Dynamic Casting and Segmentation Fault
Replies: 3
Views: 61046

Re: Issues with Dynamic Casting and Segmentation Fault

Thanks, with all this info I can look into the problem. I'll set some time aside tomorrow.

Go to advanced search