Robotics is the branch of technology that deals with the design, construction, operation, structural disposition, manufacture and application of robots. Robotics is related to the sciences of electronics, engineering, mechanics, and software.

learn more… | top users | synonyms

0
votes
2answers
100 views

Movement of a surgical robot's arm OpenGL

I have a question concerning surgical robot arm's movements in OpenGL. Our arm consists of 7 pieces that suppose to be the arm's joints and they are responsible for bending and twisting the arm. We ...
-1
votes
1answer
64 views

How to begin learning Artificial Intelligence? (16 year old) [closed]

Where do I start! Which programming language should I learn? Books I can read? Courses I can take? Anything extra I can do to get a head start? I have a particular interest in AI and ...
-3
votes
1answer
57 views

Player stage commands

I am writing an algorithm for Frontier Based Exploration in c++ using player stage simulation 2.0 and I am stuck on a specific part. From my understanding the laserProxy provides a 180 degree scan of ...
-1
votes
0answers
35 views

creating a robot from ez-b or regular arduino [closed]

Does anyone have experience with this ez-b, it is sold by ez-robot.com and comes with an SDK for Visual Studio It has direct scripting in runtime and through usb or bluetooth, wifi, irc, https My ...
0
votes
0answers
26 views

control robot movement in Stage simulator

How to control a robot in Stage simulator using C code under ubuntu ? their is libstage that can be used, but how to link the code into the simulator to be executed in runtime ?
-1
votes
0answers
37 views

build robot movement routine in Stage simulator

I am working on simulation for a robot and I am working on Stage simulator, I don't want to use player to control stage using TCP, I want to change the code of wander.cc that control the ...
0
votes
1answer
57 views

Swig Python/C Pointer in struct to another struct

I'm using Player/Stage SWIG generated code from C and now I'm trying to access a structure where a value points to another structure. I wonder how I can extract the array of structures in python. The ...
0
votes
3answers
75 views

Intializing Objects

I am having trouble initializing a couple of objects.I am writing a program that will perform frontier based exploration for a mobile robot using Player/Stage simulation 2.0. I have a class called ...
1
vote
0answers
21 views

Python Flask running background functions returning values

I have a Python Flask application that I'm planning to use as a monitor for a robot that drives around (using Player/Stage). Now I'm able to connect with the robot and request information and so on. ...
0
votes
0answers
47 views

Why does my LSM303 magnetometer reading not change in a while loop?

I am using a LSM303 sensor to compute a heading and I want to turn my robot to a heading. I have the simple code here: int mag; mag = compass.heading((LSM303::vector){0,-1,0});; //read the angle ...
1
vote
3answers
44 views

Looking for some good resources to get started with robotics/AI

I want to study AI and robotics from way back, but I don't know what resources should I start looking into. Are there any users with some expertise in this area that could recommend me something good, ...
0
votes
1answer
90 views

NXT - Tortoise and Hare - follow moving object - Theoretical

I'm going through Robotics past papers as a revision before the exam, and I found one problem which seems very confusing. My department does not provide answers to past papers, so I can't check if I'm ...
0
votes
3answers
104 views

Object distance to camera, using opencv

I want to estimate the distance of an object to my camera. This must be using Opencv. I read that I have to use 2 cameras in stead of one and I found some code with Matlab, but I don't have any ...
0
votes
0answers
42 views

MRDS Visual Programming Language - How to downgrade .net from 4.5 to 4.0?

I am having a issue with Microsoft Robotics Developer Studio's Visual Programming Language. My Windows updated and installed .net 4.5 and I need .net 4.0. Can someone please provide me with an ...
-1
votes
0answers
28 views

using g-code for gantry crane without pc?

Is it possible to use g-codes(for cnc) on another robot system or motor conrol, without connection to pc? For example,maybe it can be read from sd or flash memory and execute the commands? Thanks.
1
vote
1answer
33 views

Random Config Generation for RRT

I am writing code for Rapidly exploring trees for robotic arm movement. I have two doubts i) what is the distance metric that I have to use to find the nearest node in the graph? If it is ...
-3
votes
1answer
42 views

How can I open an RXE file? [closed]

I have a program written for a Lego Mindstorms NXT robot, but i can't open this file. How can I this .RXE file ?
2
votes
2answers
117 views

Trying to filter (tons of) noise from accelerometers and gyroscopes

My project: I'm developing a slot car with 3-axis accelerometer and gyroscope, trying to estimate the car pose (x, y, z, yaw, pitch) but I have a big problem with my vibration noise (while the car is ...
1
vote
2answers
103 views

How to normalize fitness scores? [closed]

I'm evolving a population of neural networks and I've been struggling with normalizing fitness scores (to values in range 0 to 1), so that the number on its own is most meaningful. The issue is that ...
3
votes
1answer
77 views

Ruby robotic control

How would a person use Ruby to control a robot or some other robotic device?
1
vote
2answers
79 views

Retrieve 3 Euler angles from 2 Vector3D

How can i retrieve the 3 euler angles from 2 vector3D ? Thanks Cedre dim vector1 = new Vector3D(0, 0, 1); dim vector2 = new Vector3D(0.33, 0.45, 0.49); dim myEuler = ...
1
vote
2answers
76 views

Embedded Systems Bit Count

I do apologize if this is a duplicate even though I did search around here for a similar question, I only found one. So my programming team in my Engineering class currently use a 32-bit 72MHz ARM ...
3
votes
1answer
134 views

Algorithm, tool or technique to represent 3D probability density functions on space

I'm working on a project with computer vision (opencv 2.4 on c++). On this project I'm trying to detect certain features to build a map (an internal representation) of the world around. The ...
-3
votes
1answer
115 views

Real time programming in c++

I have tow classes, objecManip and updater and the updater has a timer to check each some milliseconds the status of my application. In fact, the updater each time makes a check of my robot arm ...
0
votes
0answers
76 views

Toubles with LSM303 sensor to compute heading

I have LSM303 devices but some strange data i got from it when it pointing to the north and south. I use LSM303 Arduino library but with some modification according i2c reading because I use this ...
1
vote
0answers
57 views

Determining Joint Rotations in Gazebo using KDL

I am trying to use the Kinematic Dynamics Library (KDL) within Gazebo to make a "robot arm" position it's palm onto a target model. My current issue is that when I rotate my joints to the computed ...
0
votes
1answer
339 views

Using an Arduino Motor Shield in conjunction a Bluetooth Shield

Hopefully this won't be too specific to warrant a question closure. I'm working with a research group on campus learning about robotics and automation. My current task is learning the insides and ...
3
votes
1answer
112 views

Pathfinding with teleporters

I'm working on a project with a virtual robot (Turtles in the ComputerCraft mod for Minecraft), where the robot would be in a maze of tunnels and have to navigate around in them. The world is ...
0
votes
0answers
148 views

How can I convert image co-ordinates to world coordinates using orthographic projection model?

In converting image coordinates to world coordinates using orthographic projection model, I found that the relation between the image points to the world points is x' = x/f y' = y/f So what does ...
2
votes
3answers
66 views

Which language is ideal for robotics [closed]

I am a Robotics engineer and I have just finished my MSc. I see that a lot of companies that are developing robotics solutions and automations are demanding more and more that the engineers that they ...
-1
votes
1answer
160 views

Good Pre-Built Stereo Camera and Robot Vehicle Suggestion [closed]

I am working on a hobby project related to autonomous navigation. I want to use stereo camera for obstacle detection and then control the movement of robot vehicle to avoid obstacle. (1) I am trying ...
0
votes
0answers
47 views

Can someone explain to me how to compute the forward kinematics of a general robot arm (given the link parameters and angles) in programming logic?

I'm doing robotics research as an undergraduate, and I understand the conceptual Math for the most part--however, when it comes to actually implementing code to calculate the forward kinematics for my ...
0
votes
0answers
48 views

Find angle of observation

I am programming a robotics emulator in Java where I need to be able to find the angle of where an object is based on where the sensor is pointing. What I need is a formula for finding the degree of ...
1
vote
2answers
166 views

Looking for a robot arm simulator

I am working on a robotic project but now I don't have the robot, so I need to continue on a simulator for its gripper and arm movements. I googled but I didn't find a suitable one. I need to give ...
1
vote
0answers
77 views

Pioneer 3d sonar sensor model parameter

Did anybody worked with sonar in Pioneer 3dx robot. I wanted to know the sonar sensor model parameters,which work well. I searched and got laser model parameter from ros but i didnt get for sonar :( ...
1
vote
3answers
89 views

How to put and use two different values in buffer in C?

The following is part of a C code to make a robot move in its simulator. while (1) { sprintf(buf, "M LR 100 100\n"); //motor left and right moves with speed 100 each. write(sock, buf, ...
2
votes
1answer
163 views

How to properly set projection and modelview matrices in OpenGL using camera parameters

I have a set of points (3D) taken from a range scanner. Sample data can be found here: http://pastebin.com/RBfQLm56 I also have the following parameters for the scanner: camera matrix [3871.88184, ...
0
votes
0answers
37 views

What are some popular Robotics APIs/Frameworks

I am developing a robotics Library for Arduino, I would like to be able to stand on the shoulders of giants and ensure I am covering the major requirements. Is there any popular, well built, robotics ...
0
votes
0answers
27 views

Sick laser in Matlab in Windows

Is there any matlab toolbox available to use sick laser in windows. I found a toolbox ,but it was for matlab in linux. Is there Any other way to use sick laser in Matlab.
-3
votes
1answer
124 views

How to change this while loop to a for loop in C?

This code is for making a robot in a simulator move in specific paths using C. The code of the while loop is where I need to make changes, I was wondering how to change the code so that the robot ...
3
votes
2answers
42 views

Select for items meeting both of two criteria in SQL

I have a system that reports the XYZ location of items in a field to a SQL database. I am attempting to filter for false positives (only identifying moving items) by filtering for a known point in ...
0
votes
1answer
121 views

Advice on robot control - image processing design architecture

This is more a software engineering question than a Python question, but since I am using Python to implement everything, any Python solution is very welcome. I have two classes. One class controls a ...
4
votes
1answer
102 views

Making a half-elliptical path in MATLAB from three input points through 3D space, to be fed into Visual Studio and ultimately a robotic arm

First, a little bit about my set up: I have a robotic arm into which points and movement patterns can be programmed into. The goal is to get it to move in certain ways based on the inputs that we put ...
3
votes
1answer
208 views

Discribing nonlinear transformation between two images, using homography

A one to one point matching has already been established between the blue dots on the two images. The image2 is the distorted version of the image1. The distortion model seems to be eyefish lens ...
0
votes
1answer
79 views

Can I use a Kinect to track a robot on a 8'x6' wall? [closed]

I have a lightweight robot that hangs magnetically from a metal wall. I am trying to track its position. If the robot is 6"x6" (x4" deep), does the Kinect rangefinder have ample range and resolution ...
0
votes
0answers
265 views

How do I install the Wind River Workbench WPILib 2013 update for FRC?

For the FIRST Robotics competition, I need to set up a C++ development environment. I got a copy of Wind River Workbench installed correctly, so now I just need to set up WPILib, the robotics library. ...
2
votes
1answer
161 views

Find Distance between barcode and camera?

Is it possible to find the distance between the detected qr bar code (square) and the camera, if the size of the actual bar code and the (x,y) of all the corners of the bar code detected by the camera ...
1
vote
1answer
164 views

frisbee trajectory [closed]

This is my first post. I'm the lead programmer on a FIRST robotics team, and this year's competition is about throwing Frisbees. I was wondering if there was some sort of "grand unified equation" ...
0
votes
1answer
269 views

how to find shapes that are slightly elongated oval / rectangle with curved corners / sometimes sector of a circle?

how to recognise a zebra crossing from top view using opencv? in my previous question the problem is to find the curved zebra crossing using opencv. now I thought that the following way would be much ...
0
votes
2answers
189 views

how to recognise a zebra crossing from top view using opencv?

you can get all the details about the problem from this pdf document: www.shaastra.org/2013/media/events/70/Tab/422/Modern_Warfare_ps_v1.pdf how to recognize a zebra crossing from top view using ...

1 2 3 4 5 6