python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
C script for guiding a line follower
So for class I am trying to write a C script for a line follower robot. The robot has 3 sensors (ABC) which give logic 1 on black and logic 0 on white, A is on the left side, B in the middle and C on ...
Talar
Votes: 0
Answers: 0
Storing Pyfirmata code on the Arduino UNO to make it still work if it's disconnected from my PC
I am currently building a remote controlled car and since I am not able to code the Arduino with c++, I use Pyfirmata to convert it to Python code. The problem is, that the Arduino is not storing the ...
MatrixVision
Votes: 0
Answers: 0
Why is fire being delayed in robocode
package com.gshs;
import robocode.*;
public class Gshs_21043 extends Robot
{
public void run() {
while(true) {
turnRadarRight(90);
...
Siwoo Park
Votes: 0
Answers: 1
How to move the robot using raspberry pi?
I used a raspberry pi 3 model B and a camera to make a robot detect fire, using https://www.youtube.com/watch?v=-ZyFYniGUsw However I am not sure how to make this robot move after it detects fire. The...
Viv
Votes: 0
Answers: 0