Page 1 of 1

No GUI in argos simulation

Posted: Sun Oct 11, 2020 6:45 am
by ragnar
Hi there,
I was wondering that Is there any way to run the implemented simulation in Argos without GUI?

Re: No GUI in argos simulation

Posted: Sun Oct 11, 2020 3:00 pm
by pincy
It's in the ARGoS examples, check this file:

https://github.com/ilpincy/argos3-examp ... argos#L103

It's enough to leave the "visualizations" section empty.

Re: No GUI in argos simulation

Posted: Sun Oct 11, 2020 3:48 pm
by ragnar
Thank you @pincy!