Tagged Questions
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.
110
votes
6answers
2k views
Best programming aids for a quadriplegic programmer
Before you jump to conclusions, yes, this is programming related. It covers a situation that comes under the heading of, "There, but for the grace of God, go you or I." This is brand new territory for ...
25
votes
7answers
4k views
Lego Mindstorms Programming - which language/IDE do you use/recommend?
I'm new to it and currently using the visual flow-chart like language that the Lego Mindstorms IDE uses. I'm impressed with how readable the diagramming language is but missing the flexiblity of ...
22
votes
7answers
473 views
Looking for ways for a robot to locate itself in the house
I am hacking a vacuum cleaner robot to control it with a microcontroller (Arduino). I want to make it more efficient when cleaning a room. For now, it just go straight and turn when it hits something.
...
21
votes
25answers
2k views
Textual versus Graphical Programming Languages
I am part of a high school robotics team, and there is some debate about which language to use to program our robot. We are choosing between C (or maybe C++) and LabVIEW. There are pros for each ...
20
votes
13answers
1k views
How to create real-life robots?
Even before I learnt programming I've been fascinated with how robots could work. Now I know how the underlying programming instructions would be written, but what I don't understand is how those ...
18
votes
9answers
4k views
Is Lego MindStorms a good choice for basic robotics development?
I would like to learn how to write software for controlling robots.
Is Lego MindStorms a good choice for this? Are there better alternatives?
I'd prefer MindStorms, but after reading a couple of ...
17
votes
12answers
1k views
How would a software programmer go about getting a job in robotics? [closed]
I've been a Win32 programmer for the last 8 years now and as I see my mid-life crisis rapidly approaching I begin to wonder: What I have really accomplished? and am I really happy in my career and ...
14
votes
7answers
466 views
C or C++ for a Robot?
Greetings,
I am trying to decide between C and C++ for my robot. I am a 5+ year veteran of Visual Basic.NET, however I'm going with Linux (Ubuntu) on this robot, and there is a compatibility problem ...
14
votes
10answers
662 views
Where to begin with programming for robotics?
Ok so i've been interested in robotics for a while and had a project in mind. Building a small remote controlled vehicle-robot/ unmanned vehicle-robot. Hopefully with the ability to read in data from ...
13
votes
7answers
613 views
Robot exploration algorithm
I'm trying to devise an algorithm for a robot trying to find the flag(positioned at unknown location), which is located in a world containing obstacles. Robot's mission is to capture the flag and ...
13
votes
4answers
2k views
Is there any Ruby or Python interpreter for Lego Mindstorm?
I want to start coding in Python or Ruby. Since I own a Lego Midstorms kit I thought it would be nice to program against it. Are there any good translators / interpeters for the Mindstorms brick?
13
votes
7answers
3k views
What is the best .net Micro Framework dev board, for under $300?
I'm looking for a relativity cheap .net Micro Framework development board for use on a personal robotics project. I'd don't need much for I/O, but I want at least one serial port and one Ethernet ...
12
votes
15answers
2k views
Why are C, C++, and LISP so prevalent in embedded devices and robots?
It seems that the software language skills most sought for embedded devices and robots are C, C++, and LISP. Why haven't more recent languages made inroads into these applications?
For example, ...
12
votes
8answers
824 views
Robot simulation environments
I would like to make a list of remarkable robot simulation environments including advantages and disadvantages of them. Some examples I know of are Webots and Player/Stage.
11
votes
6answers
406 views
Is C++ right for me? What other books should I purchase?
So, I have been mainly programing in scripting languages so far (PHP, Python, JavaScript). Most of my projects were web applications or intranet applications.
But now it seems I will be required to ...
11
votes
6answers
2k views
SLAM Algorithm
Does anyone have any experience with developing or working on the autonomous robot problem, in particular developing the SLAM algorithm? I would like to know where would be a good place to get started ...
11
votes
7answers
11k views
Integrating gyro and accelerometer readings
I have read a number of papers on Kalman filters, but there seem to be few good publically accessible worked examples of getting from mathematical paper to actual working code.
I have a system ...
10
votes
3answers
667 views
robot programming with lisp?
I'm looking for some examples of robot/AI programming using lisp. Are there any good online examples available anywhere (preferably not too academic in nature)?
10
votes
4answers
738 views
Find location using only distance and bearing?
Triangulation works by checking your angle to three KNOWN targets.
"I know the that's the Lighthouse of Alexandria, it's located here (X,Y) on a map, and it's to my right at 90 degrees." Repeat 2 ...
10
votes
4answers
888 views
Is anyone using SunSPOTs or another sensor/controller platform?
I'm curious how many people out there (well, on StackOverflow at least) have played with Sun's SunSPOT technology. SunSPOTs are wireless sensor devices that can also control robotic platforms, like ...
9
votes
6answers
573 views
C# Robotics / Hardware
I'm aware of Phidgets, however, I'm looking for some other types of hardware that can be interfaced with C#.
Anyone got some good ones?
8
votes
4answers
286 views
What techniques exist for the software-driven locomotion of a bipedal robot?
I'm programming a software agent to control a robot player in a simulated game of soccer. Ultimately I hope to enter it in the RoboCup competition.
Amongst the various challenges involved in ...
8
votes
3answers
422 views
Guiding a Robot Through a Path
I have a field filled with obstacles, I know where they are located, and I know the robot's position. Using a path-finding algorithm, I calculate a path for the robot to follow.
Now my problem is, I ...
8
votes
10answers
2k views
Robotics Simulator
Which is the best robotics simulator ? As of now, I am just looking to get simple simulations of Potential Field method, Bug Algorithms, A* Algorithm etc !
A list of the known robot simulators are;
...
8
votes
3answers
293 views
Darpa Grand Challenge / Autonomous vehicles
I'm a software developer with a Microsoft Web development background. As a matter of pure interest and intrigue, I'd love to learn more about what goes into making autonomous vehicles or car ...
8
votes
1answer
2k views
Where can I find a good Robocode tutorial?
I have really enjoyed playing Robocode with my first robot. Now I want to make something a little more exciting. What's the best tutorial on making advanced robots?
7
votes
4answers
562 views
Opinion for a suitable programming language for Neural Network brain of a Robot?
I am doing a Neural Network project as my final year undergraduate project.
The idea of the project : A very simple robot with 2 motors, and two ir and bump sensors will traverse a environment with ...
7
votes
5answers
268 views
Sources to learn more hardware centered programming
I'm looking to learn how to build/program simple hardware and later move on to simple robotics. Where should I begin? What are the best sites to buy the hardware? Any recommendations on the type of ...
6
votes
3answers
392 views
C# Robotics platform (i.e. “human sized robot”)
Edit: Nominating for reopen as this definitively falls in under FAQ section "matters that are unique to the programming profession".
I want to program robotics in C#. This question is about existing ...
6
votes
2answers
296 views
Robotic Applications In Erlang
I want to use Erlang for implementing a Robotic Application. Most current real world applications implemented in Erlang are web based. Robot implemented by Prof. corrado didn't utilize concurrency of ...
6
votes
8answers
515 views
Help me choose a topic for my graduation thesis with NAO
I would like to get some advice about my graduation thesis. The professor has already gave me some basic guidelines and I have two weeks to decide.
My graduation thesis should be coding "something" ...
6
votes
5answers
207 views
Learn to Build Robots
I have knowledge with programming languages like C++, C#, Java. I have also developed various websites and other applications.
Building Robots is my dream and I planning to chase it. But all that I ...
6
votes
5answers
693 views
What skills are needed to be successful at robotics?
I'm considering studying to be a robotics engineer. The desire to work in that field is definitely there.. but I'm wondering what my chances of success would be.
Generally I'm good with mental tasks ...
6
votes
2answers
341 views
What's a good Robotics Simulator?
So I'm currently doing some robotics research, and we have a custom built arm in the lab that we would like to simulate. I've done a little googling and wikipedia searching, and there seems to be a ...
6
votes
5answers
481 views
An algorithm for a drawing and painting robot - any tips?
Algorithm for a drawing and painting robot -
Hello
I want to write a piece of software which analyses an image, and then produces an image which captures what a human eye perceives in the original ...
6
votes
2answers
355 views
How to create a new type of entity in Microsoft Robotics Studio 2.0?
What I'm trying to do with MRS is to teach myself some basic AI; what I want to do is to make a rocket entity, with things such as vectored exhaust, and staging. Anyone have an idea on how to make an ...
5
votes
4answers
364 views
How to control a kiwi drive robot?
I'm on the FIRST robotics team at my high school, and we are working on developing a kiwi drive robot, where there are three omni wheels mounted in a equilateral triangle configuration, like this:
...
5
votes
5answers
1k views
2D Inverse Kinematics Implementation
I am trying to implement Inverse Kinematics on a 2D arm(made up of three sticks with joints). I am able to rotate the lowest arm to the desired position. Now, I have some questions:
How can I make ...
5
votes
3answers
632 views
Robot Simulation in Java
I am doing a project concerning robot simulation and i need help. I have to simulate the activities of a robot in a warehouse. I am using mindstorm robots and lego's for the warehouse. The point here ...
5
votes
3answers
854 views
streaming video to and from multiple sources
I wanted to get some ideas one how some of you would approach this problem.
I've got a robot, that is running linux and uses a webcam (with a v4l2 driver) as one of its sensors. I've written a control ...
5
votes
5answers
710 views
Recommendations for AI and/or Robotics related books [closed]
I would like to learn more about AI and Robotics programming and theory. Any books or sources of information will do, so long as they do not require significant prior knowledge of these fields. Cost ...
5
votes
6answers
405 views
Robotics and Computer Vision
Couple of friends and i will be building simple robot to track a white line on a black surface, we have never done this sort of thing before and i have very high level plan of attack,
Get a mini atx ...
5
votes
4answers
138 views
Associating s/w programming with h/w programming
I've been in s/w programming for years. Thru out the years i also had interest in h/w programming (circuits + robotics + etc).
Please advice from where i can start h/w programming. my aim is to ...
4
votes
1answer
107 views
Obstacle avoidance using 2 fixed cameras on a robot
I will be start working on a robotics project which involves a mobile robot that has mounted 2 cameras (1.3 MP) fixed at a distance of 0.5m in between.I also have a few ultrasonic sensors, but they ...
4
votes
1answer
383 views
Obstacle avoidance with stereo vision
I'm working on a stereo-camera based obstacle avoidance system for a mobile robot. It'll be used indoors, so I'm working off the assumption that the ground plane is flat. We also get to design our own ...
4
votes
4answers
103 views
Compass: from 359 to 0 degrees
I am trying to move a robot using a compass. We use the compass to make the robot move in straight line, it uses 2 wheels and they move a bit different.
So we set a value between 0 and 359 as ...
4
votes
2answers
132 views
How to receive multiple values in Erlang program from C program?
I am using Erlang for driving robot.
I am reading sensor values in C program and want to send these sensor values(multiple sensor values) to Erlang program where I can perform computation and ...
4
votes
5answers
266 views
Robot, stereo vision, driving around and AForge
I am thinking about building a small robot that will drive around, judge distance to objects and avoid obstacles (hopefully it will) - nothing complex, just a home fun project.
I am planning on using ...
4
votes
4answers
510 views
How to use CCR, DSS, VPL (aka Microsoft Robotics Development Studio) outside robotics?
How to use CCR, DSS, VPL (aka Microsoft Robotics Development Studio) outside robotics?
I am looking for guidance in this field. I have tried all the examples and find the framework intriguing.
Can ...
4
votes
3answers
406 views
How to run Erlang based robot? Is it possible to convert it into .hex and run over microcontroller?
I am working on Erlang robotic project. I have made a wallfollower robot program which has two files 1. a C program to communicate with hardware(I think we can not directly use Erlang for this) and ...