Moving light entity during an experiment

Requests regarding how to set up experiments in ARGoS.
andraspatka
Posts: 7
Joined: Wed Jul 10, 2019 6:15 pm

Moving light entity during an experiment

Postby andraspatka » Sun Feb 02, 2020 9:38 am

Hello,

is it somehow possible to move an entity during an experiment, for example a light entity? If so, then what keys are needed to be pressed during the experiment to move such an object?
For context: the light sensor is used as an end destination in my experiment and I want to be able to change its position during the experiment, in order to test my agent's ability to adapt.

Thanks in advance!

pincy
Site Admin
Posts: 632
Joined: Thu Mar 08, 2012 8:04 pm
Location: Boston, MA
Contact:

Re: Moving light entity during an experiment

Postby pincy » Mon Feb 03, 2020 4:59 pm

You can surely move lights with the loop functions and the MoveTo() method. If you want to do it manually, I need to patch the visualization somehow, because at the moment it's not possible.
I made ARGoS.


Return to “How to... ?”