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
0
votes
1 answer

Trouble Running a File in PyWin

So when I try to run a file in PyWin, it opens an edit window instead. The first could times that it did this, I assumed it was due to some syntax errors in the file, but after I fixed them, it continued to open an edit window each time. This…
user1212818
0
votes
1 answer

Player does not properly get odometry data for Create in multithreaded application

I am using Player (Player/Stage) on the iRobot Create. The interface for getting odometry data from the robot is fairly simple: call playerc_client_read, and then if you've properly subscribed a playerc_position2d proxy, you should be able to access…
AndyG
  • 39,700
  • 8
  • 109
  • 143
-1
votes
1 answer

wordpress robots

my permalink was like this %postname%/ then i changed it like this /%post_id%/%postname%/ now the problem is that google bot still indexing postname and report it as not found, so I want to add a line to robots.txt to prevent bots from indexing …
Sundance
  • 43
  • 1
  • 10
-1
votes
0 answers

ARM-21N2 6DOF Robot Arm to move in X,Y,Z Coordinates

I use ARM-21N2 6DOF Robot Arm from https://www.thanksbuyer.com/arm-21n2-6dof-robot-arm-kit-metal-robotic-arm-mechanical-arm-unassembled-without-servo-frame-only-75929. Any idea how to move it in a straight line for X, Y, and Z axis? The value that I…
-1
votes
0 answers

A problem occured in moveit : start_state_collision

When I'm using the Baxter robot for path planning, I wrote a very simple demo according to the Moveit doc and the Baxter robot tutorial hoping to use the move it for trajectory planning, I got a problem: [baxter - http://localhost:11311]…
-1
votes
1 answer

Robot Framework issue: AttributeError: can't set attribute

i have some issues on my robot framework. Just trying to execute my code on gitlab but its failing. Can you please check my issue? *** Variables *** ${URL} https://opensource-demo.orangehrmlive.com/web/index.php/auth/login ${Browser} …
-1
votes
2 answers

How to measure the distance for robot center to obstacles?

I want to orient my robot based on the distance from the obstacle, but I do not know how to measure the distance from robot center to the obstacle surrounding.
-1
votes
1 answer

Project in Python for a robot moving in a 10 by 10 grid, with some extra requirements

I have a project to write code in Python that will control a robot's movements in a 10 by 10 grid. First i would like to point out that i am a beginner so it would be better for me if i can get simple lines of code that i can digest. So, the project…
gallahant
  • 1
  • 2
-1
votes
1 answer

data is not seen from the ros robot when published from the workstation (laptop)?

I have followed this tutorial from this link https://www.youtube.com/watch?v=YMG6D... for setting up and troubleshooting the ros networks. I have modified it precisely the same way as it is provided in the video. But when sending the rostopic data…
-1
votes
1 answer

Pepper robot keeps showing the same Image

I am programing a pepper robot with choregraphe and when I show and image and try to show another image in the same behavior or a different behavior it shows the same image. Does anyone know how to actually show the image I want?
Aleks4920
  • 82
  • 7
-1
votes
1 answer

Python code doesn't execute. No errors showed (raspberry pi)

I had a problem with the pigpio pin factory But with time I think I solved a problem , but basically my code runs, but it doesn't execute properlyI'm not sure what I did wrong it just ignores How would I fix it? just this!!!! Python 3.7.3…
-1
votes
1 answer

How should I stop spam robots?

Possible Duplicates: Blocking comment spam without using captcha Alternative to Annoying Captcha in Forms: How to SMELL the difference between a Human Customer and a Spammy Robot? I need a simple and efficient way of detecting spam robots.…
Akos
  • 47
  • 4
-1
votes
1 answer

We want a robot (roomba in our case) to know it's location in a given room

OK, So we want our robot - roomba (the nice vacuum cleaner) to know it's location in a given room. That means we have the map of the room and the robot is put somewhere and needs to know in a short time where it is located. We saw a lot of…
-1
votes
1 answer

what should be the command line for creating executable using pyinstaller?

I have a Project in which a main.py file which has below line for passing the command line argument os.system(r'robot -d %s\\results -v CWD:%s -A %s\\arguments.txt data\util\data' % (cwd, cwd, cwd)) The command line which I am giving to create the…
user3521180
  • 1,044
  • 2
  • 20
  • 45
-1
votes
1 answer

When i run my arduino code i get error: 'RightForward' was not declared in this scope. Does anybody know how to solve this?

Hello I am making a robot and the robot is being controlled by serialdata. Somehow i get this error: "RightForward" was not declared in this scope and i don't really know the solution can anyone help? I understand that it can't find RightForward in…