Questions tagged [robot]

Questions related to physical robots in general should use this tag. For other topics, please use one of the more specific tags listed in the wiki of this tag, if appropriate. You may also consider asking your question on robotics stack exchange: https://robotics.stackexchange.com/.

Questions related to physical robots in general should use this tag. For other topics, please use one of the more specific tags listed in the wiki of this tag, if appropriate. You may also consider asking your question on robotics stack exchange.

Disambiguation:

742 questions
-1
votes
1 answer

Find closest value in a 2d grid c#

I have created an c# console application that is used to simulate a robot application. I have created a 2D grid for the robot to move around: List Map; The map is a 25x25 grid (to start with) and filled with the following values: 0 =…
brian4342
  • 1,265
  • 8
  • 33
  • 69
-1
votes
1 answer

OutputStream.write() never ends

I have a car with a bluetooth interface that I connect to using my android app. Robot is programmed so that when he gets a digit 1-5, he makes an action. 1 - drive forward 2 - drive backward 3 - turn left 4 - turn right 5 - stop I have 5 buttons in…
Tomek
  • 386
  • 1
  • 4
  • 11
-1
votes
2 answers

Where is the iteration running in this code?

I'm using NatNet SDK to receiving data from the cameras through tcp connection. In their example code below, it can print the stream data using DataHandler function while waiting for a while(c=_getchar()) loop. I have no idea why the code can both…
user5473110
  • 125
  • 1
  • 9
-1
votes
2 answers

Implementation of Self-Balancing Robot

I am making a arduino based 2 wheeled Self-Balancing robot. I know how to interface MPU 6050 ad I know the algorithm for self balancing. I haven't started hardware implementation but I am in a confusion. My problem is how can I make this robot go…
-1
votes
1 answer

Return Functions Don't work. Using pythagorean Theorem

#pragma config(Motor, port1, RightsideB, tmotorVex393_HBridge, openLoop) #pragma config(Motor, port2, RightsideF, tmotorVex393_MC29, openLoop) #pragma config(Motor, port9, LefttsideF, tmotorVex393_MC29,…
Matthew
  • 157
  • 1
  • 9
-1
votes
1 answer

Arduino - Trying to keep a pin high, but it's not working

I'm building a small robot that uses a relay to power the motors. To run the relay, I have it connected to pins 11 and 12. If I use something like the Blink example, where it turns the pin on, then off a second later, it works fine. However, what…
-1
votes
1 answer

Program unable to add text to JTextArea

I have made a program which makes a GUI called Window() and instructs my Finch robot to follow an object. When I run the program , there is no text added to JTextArea. It should say Please Tap Finch to Activate. My program tells me that this line is…
Rob Neal
  • 201
  • 2
  • 13
-1
votes
1 answer

Line Following Robot using JavaScript, Arduino and Q-Learning

I'm hoping to create a line following robot that uses Q-Learning. My intention is to use/build a robot based upon Arduino parts, while using JavaScript for the programming side. At the time of writing I've been googling around a bit, and think…
Mark
  • 455
  • 1
  • 5
  • 11
-1
votes
1 answer

Adding the value 3 in a cell when another cell changes to 1

I shall monitor the value of a robot in excel. Everytime the robot sends the value "1" to my computer (Switches between 1 and 0, because digital) which shows up in the cell A1 in excel, the value "3" shall be added in cell B1. Second time A1 changes…
Imolate
  • 1
  • 1
-1
votes
1 answer

Suspicious Data in Website Contact form

I have an IIS hosted website that is getting lots of suspicious data coming in from the contact form. What I mean by suspicious is that there are people whose names and address and phone numbers are all valid, but when my company contacts them they…
Sam
  • 1
  • 1
-1
votes
2 answers

Distance of Robot from Starting Point after a Series of Movements

I am trying to write a program which takes a list of directions and magnitudes and outputs the distance of the robot from its starting position. I get an error when executing the following code but I cannot identify why I get the error. import…
user2604985
-1
votes
1 answer

Finch obstacle sensors is not working in java

I am new to finch and java codes and im trying to make finch moves either left or right by its sensors.Hopefully someone can help . thank you if(suzie.isFinchLevel()) { suzie.saySomething("Moving forward"); suzie.sleep(1000); …
-1
votes
1 answer

Java - Beckers robots package. Parameter stepwise refinement

i am using the import becker.robots file for this assignment! I must create a class DistributeBot (extended RobotSE) which will put down a number of 'things' in the shape of 2 squares. When the main method is then created, a single call to a method…
user3223921
  • 1
  • 1
  • 5
-1
votes
1 answer

Disallow rule in the robots file

Disallow: /*? For a website which has this in the robots.txt file. I am presuming all will be blocked before the ?. Is this true? All levels/folder before the /? ?
Arjan
  • 1
-1
votes
1 answer

Plugins required for jenkins to plot graphs and to show log/result

I'm very new to jenkins. I'm using Jenkins & Robot. Currently, I've written script in perl. Now i'm able to generate 'Xml' file. And also I've generated 'log.html' and 'result.html' . I need some interpreter to show these reports on jenkins &…
Jackie James
  • 785
  • 8
  • 15
  • 28