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

Looking for help setting up DRAKE with a kinova spherical 6 degree of freedom robot

The Drake system has been installed and I am trying to get a 6 Degree of Freedom arm from Kinova to be integrated with Drake. This work would provide a financial support
-1
votes
1 answer

Is there a jetbot python module located on the image for the jetbot?

I am pretty new to robotics and software in general. I have finished assembling my NVIDIA Jetbot and have successfully tested it using the collision avoidance notebook. In the notebook, and in the other notebooks, it looks like their importing a…
-1
votes
1 answer

Can I run ROS on my computer? I am just starting ROS and wanted to know if I can run it on my laptop

I have a Windows 10 laptop, with Intel i3 processor(10th gen), and 12 gb ram, with Intel UHD graphics 620, it is not a gaming laptop, and does not have a dedicated graphics card. Can I practice ROS on this laptop?
-1
votes
1 answer

C# Telegram bot has an "exception unhandled"

How can solve this problem in C#? Exception: connected party did not properly respond after a period of time, or established connection failed because connected host has failed
-1
votes
1 answer

is there any method to create mapping for nao robot by python?

I connect the Nao robot to my Python shell with naoqi, it works for some codes, now I want to do mapping for a room by Python, how can I do it without ROS, I do not have any idea.
Rawan
  • 9
  • 2
-1
votes
2 answers

What is programming language which is used to create Robots?

How do Robots are created? Do they use programming languages like java,python to create such Robots? Why Robotics is considered to be still a developing thing? If we have the ability to create or design a website using many programming languages,…
karthik
  • 1
  • 4
-1
votes
1 answer

AWS face rekognition Bot on Raspberry Pi

I am following a tutorial (https://github.com/just4give/raspi-dexter-lambda) that utilizes AWS rekognition on a raspberry pi to make a robot. I am having trouble figuring out how to create logs to see where the code is hanging up. Here is the lambda…
David Graff
  • 141
  • 1
  • 4
  • 11
-1
votes
2 answers

running python code using single key presses

Currently building Petrol-powered RC car controlled by a raspberry pi and 16ch adafruit servo controller Pi hat. Pretty novice query from a beginner but how can simple Python commands be carried out by a single key press. E.g. Holding the "w" key on…
Lord.V
  • 1
  • 1
-1
votes
1 answer

Make Robot Walk Path in Python

So this problem was given as an end of the class quiz. I didnt have time to test it out so I tried re-writting it and testing. However for some reason its not working the way I want it and I dont know why. So you've got a nxn grid given as lists. A…
aslansutu
  • 11
  • 4
-1
votes
1 answer

How to detect Wall Collision and Rotate Robot by 90 degrees?

so recently, we've been assigned to code multiple circles that act like robots in a GUI interface. Basically, a robot simulator. I've got the code to spawn in multiple circles that can act like robots. This is my current code for detecting wall…
j.Dixon
  • 1
  • 5
-1
votes
1 answer

LED stripe should follow a person

I got a LED stripe connected with a RasPi3. The stripe should be installed at an automated guided vehicle as the human maschine interface. I would like to program the stripe so that there are "eyes" on it (e.g. 3 LED pixel on -- 5 LED pixel off -- 3…
Luke Mue
  • 9
  • 4
-1
votes
1 answer

Programming PLTW robot natural language with claw

if(SensorValue (bumpswitch)==1) { startMotor(WheelMotor2,-20); } if(SensorValue (bumpswitch2)==1) { startMotor(WheelMotor2,20); } if(SensorValue(bumpswitch3)==1) { startMotor(LiftMotor,30); } if(SensorValue(bumpswitch3)==0) { …
-1
votes
1 answer

A new method to avoid Robots

I've a form with a text input for email. I don't want to use the captcha to avoid robots. But I used to use a method. I give my email text input a name="courrier" or another name and I create another hidden text input with name="email". In the php…
SmootQ
  • 2,096
  • 7
  • 33
  • 58
-1
votes
1 answer

How to exit void loop in Arduino if there is no serial data available?

I am building an internet controlled robot that uses 2 android phones for controlling. The first phone is connected to Arduino Uno via USB and serves as a 3G shield The second phone is used to control the whole thing. It sends unassigned byte to the…
-1
votes
1 answer

how robot tracking ball with fixed distance?

I am tracking ball with camera in my android phone and send x,y position,radius of ball (x,y position is a pixel in screen android phone ) to my stm32f board via bluetooth. I assemble my phone and stm32f1 kit in a mobile robot. Now i would like my…
Bruce
  • 519
  • 6
  • 23