Search found 38 matches

Go to advanced search

by mbt925
Thu May 24, 2018 7:18 am
Forum: How to... ?
Topic: [FATAL] Error initializing controllers
Replies: 4
Views: 10080

Re: [FATAL] Error initializing controllers

Yes, the library exists, and I am running ARGoS from the same directory I always do. All other samples run with no problem.
If I copy the *.so file to

Code: Select all

/usr/local/lib/argos3/build/controllers/epuck_test1/
, the sample runs, but nothing happens in the simulator and all the robots are frozen.
by mbt925
Wed May 23, 2018 2:28 pm
Forum: How to... ?
Topic: [FATAL] Error initializing controllers
Replies: 4
Views: 10080

[FATAL] Error initializing controllers

I am getting the following error for some of my projects. I don't know why. It was OK before. $ argos3 -c experiments/epuck_test1.argos [INFO] Loaded library "/usr/local/lib/argos3/libargos3plugin_simulator_qtopengl.so" [INFO] Loaded library "/usr/local/lib/argos3/libargos3plugin_simu...
by mbt925
Tue May 22, 2018 6:18 am
Forum: How to... ?
Topic: Create multiple boxes with LED on top
Replies: 36
Views: 121445

Re: Create multiple boxes with LED on top

Thank you very much for spending time on this question. I am getting the following error when using: CLEDMedium& cLEDMedium = GetSimulator().GetMedium("leds"); error: no matching function for call to ‘argos::CSimulator::GetMedium(const char [5])’ CLEDMedium& cLEDMedium = GetSimula...
by mbt925
Mon May 21, 2018 11:03 am
Forum: How to... ?
Topic: Create multiple boxes with LED on top
Replies: 36
Views: 121445

Re: Create multiple boxes with LED on top

How can I get the position of a box?
by mbt925
Mon May 21, 2018 11:02 am
Forum: How to... ?
Topic: Create multiple boxes with LED on top
Replies: 36
Views: 121445

Re: Create multiple boxes with LED on top

Thank you very much for spending time on this question. I am getting the following error when using: CLEDMedium& cLEDMedium = GetSimulator().GetMedium("leds"); error: no matching function for call to ‘argos::CSimulator::GetMedium(const char [5])’ CLEDMedium& cLEDMedium = GetSimulat...
by mbt925
Sun May 20, 2018 6:49 am
Forum: How to... ?
Topic: Create multiple boxes with LED on top
Replies: 36
Views: 121445

Re: Create multiple boxes with LED on top

Is something wrong with my question? :cry:
At least, redirect me to some tutorial or documentation.
by mbt925
Sun May 13, 2018 12:00 pm
Forum: How to... ?
Topic: Create multiple boxes with LED on top
Replies: 36
Views: 121445

Create multiple boxes with LED on top

I want to create multiple boxes at random locations each of which has a LED on top. The boxes are foods and will be removed later from the simulation.
Please provide some samples to do it via loop functions.
Thanks in advance.
by mbt925
Sun Mar 11, 2018 1:32 pm
Forum: How to... ?
Topic: Best practice for applying noise to sensors
Replies: 3
Views: 8846

Re: Best practice for applying noise to sensors

Thank you for the reply.
Usually, we apply noise to reduce the simulation-to-reality gap.
I am mainly concerned about how much noise and what type of noise will be there in the real-world robot sensors?
by mbt925
Sat Mar 10, 2018 8:41 am
Forum: How to... ?
Topic: Best practice for applying noise to sensors
Replies: 3
Views: 8846

Best practice for applying noise to sensors

Greetings,

I wanted to apply noise to sensors reading and I was wondering if is there a formal way to determine how much noise and what type of noise should be applied to a sensor?

Thanks.
by mbt925
Sun Sep 24, 2017 2:13 pm
Forum: How to... ?
Topic: Simulation Speed
Replies: 8
Views: 14011

Re: Simulation Speed

The speed is very good with Vmware.

Go to advanced search