I am receiving the following errors when trying to test a new experiment.
[FATAL] Failed to initialize the space.
[FATAL] Error while trying to distribute entities
[FATAL] Failed to initialize entity "fb0".
[FATAL] Failed to initialize controllable entity "controller_0".
[FATAL] Can't set controller for controllable entity "controller_0"
[FATAL] Error initializing the LEDs default actuator
[FATAL] Medium "leds" not found.
I am using the argos3-examples repo from https://github.com/ilpincy/argos3-examples.
I have created a copy of the diffusion_10 experiment in argos. The difference in the experiment is that i am now calling the leds actuator to turn all LEDs red. The experiment is named uniquely to have no conflicts with existing experiments. I have included the led header and modified the new XML configuration file and cmake files accordingly (so i think). I followed the instructions given when running
Code: Select all
argos3 -q leds
Please let me know of any code or commands you require to help diagnose my issue.
Thank you!