Search found 48 matches

Go to advanced search

by AntonioC
Tue Nov 02, 2021 6:06 pm
Forum: How to... ?
Topic: Kilobot brightness sensor.
Replies: 5
Views: 7655

Re: Kilobot brightness sensor.

What do you mean by angular offset?
by AntonioC
Tue Nov 02, 2021 6:03 pm
Forum: How to... ?
Topic: Maximum speeds
Replies: 3
Views: 5833

Re: Maximum speeds

How many radians / degrees does the kilobit every second rotate?
How many centimeters does the kilobit advance every second?
I can't find where the value of the two speeds is set.
by AntonioC
Tue Nov 02, 2021 5:56 pm
Forum: How to... ?
Topic: Kilobot brightness sensor.
Replies: 5
Views: 7655

Re: Kilobot brightness sensor.

#include<kilolib.h> #include<stdio.h> #include<math.h> #include<stdlib.h> #define LIGHTMAX 50 int randomAngle; int randomForewadr; message_t message; void stopKilobot(){ set_motors(0, 0); set_color(RGB(3, 3, 3)); delay(60000); } void setup(){} void loop(){ //Turn left. set_color(RGB(3, 0, 0)); spin...
by AntonioC
Tue Nov 02, 2021 5:22 pm
Forum: How to... ?
Topic: How to use the rand_hard () function?
Replies: 1
Views: 4681

How to use the rand_hard () function?

When the function is called what is the range of possible return values? Is it possible to change the range of values?
by AntonioC
Sat Oct 30, 2021 12:17 pm
Forum: How to... ?
Topic: Kilobot brightness sensor.
Replies: 5
Views: 7655

Kilobot brightness sensor.

632 / 5000 Risultati della traduzione In the simulation the Kilobot, while detecting the light intensity I noticed this: The further the Kilobot is from the light source, the higher the value. The closer the kilobot is from the light source, the lower the value. However, during the experimentation, ...
by AntonioC
Sat Oct 30, 2021 11:55 am
Forum: How to... ?
Topic: Maximum speeds
Replies: 3
Views: 5833

Maximum speeds

Where are the walking and rotation speeds defined with kilobots? The velocities in which units of measurement are they expressed? What are the maximum values?
by AntonioC
Wed Oct 27, 2021 1:48 pm
Forum: How to... ?
Topic: Curved walls
Replies: 1
Views: 5099

Curved walls

In Argos how can I create curved walls like the ones shown in the figure?
Image
by AntonioC
Fri Oct 22, 2021 8:33 pm
Forum: How to... ?
Topic: Distance and angle with messages
Replies: 1
Views: 4841

Distance and angle with messages

Is it possible to calculate the distance between two Kilobots by exchanging messages? Is it also possible to calculate the angle?
by AntonioC
Fri Oct 22, 2021 7:37 pm
Forum: How to... ?
Topic: Distance value and proximity sensor id.
Replies: 4
Views: 6718

Re: Distance value and proximity sensor id.

Now it's all clear. Thanks.
by AntonioC
Thu Oct 21, 2021 4:56 pm
Forum: How to... ?
Topic: Distance value and proximity sensor id.
Replies: 4
Views: 6718

Re: Distance value and proximity sensor id.

I read that. But I didn't understand how to get the last measured value for each sensor.

Go to advanced search