Skip to main content

Questions tagged [robotics]

According to Wikipedia, Robotics is the branch of technology that deals with the design, construction, operation, and application of robots, as well as computer systems for their control, sensory feedback, and information processing.

Filter by
Sorted by
Tagged with
-1 votes
1 answer
70 views

I am interested in robotics programming. HW control often involves calculating the derivative or integration of the signal. It seems quite inevitable to avoid local states for such calculation. (Since ...
chanwoo ahn's user avatar
0 votes
1 answer
221 views

I am currently a university student working on an extracurricular project where we built a 3D printed SCARA robot that will be remotely controlled. On one end, you have the user that is moving their ...
Doug's user avatar
  • 3
0 votes
0 answers
83 views

With C#, I am defining the physical structure and behavior of a robot. For the physical structure: I wrote an abstract "Unit" class. Other classes such as "Factory" or "Arm&...
Julian's user avatar
  • 77
3 votes
1 answer
191 views

I am self-learning robotics, C++ and good object oriented design. I have asked various questions over the past couple of weeks: 1 and 2 that have lead to the following design. The design goal is for ...
Sam Hammamy's user avatar
0 votes
1 answer
275 views

I am practicing professional C++ by building a differential drive robot that applies a Go-To-Goal Behavior. What is I have written so far is an Agent that consumes the following interfaces: Actuators ...
Sam Hammamy's user avatar
0 votes
2 answers
104 views

Background: I'm working on a project with a self-driving machine with a tank-like control, somehting like: forward() left() right() stop() The code is running on a raspberry pi. The GPIO outputs are ...
tbzk's user avatar
  • 11
3 votes
2 answers
498 views

For this 2d grid (black square are not penetrable, white square are): I want to find path who permit to move an object to a start point (x:18, y:18) to a end point (x:1, y:1), square by square. ...
bux's user avatar
  • 133
-1 votes
1 answer
335 views

There are several options that are available like C, C++, Matlab and some more. But is there a language that naturally feels like Event programming? For example: If I see a red ball (Event) ---> Do ...
Narendra Pathai's user avatar
1 vote
4 answers
7k views

Is there any specific language which is designed for mechatronics programming? I know about LabView, which is a data flow language, but not sure about its main platform. Could you recommend to me, ...
Fred's user avatar
  • 29
3 votes
1 answer
2k views

Just watched this fascinating and terrifying video. I'm curious what programming language / paradigm is used to control these beasties?
starsinmypockets's user avatar
6 votes
3 answers
12k views

Preferably something that is a combination of affordable and close to real world robotics programming and will allow me to program it with C++.
MetaGuru's user avatar
  • 2,663
7 votes
3 answers
2k views

I want to know: Do you need hardware skills to be a robotic programmer?
Vahid Asefi's user avatar
2 votes
4 answers
484 views

So, today I looked at Arduino; seems very interesting. I still don't want to shell out the money just yet, as I have some questions, namely: Should I learn something about electronics? What and with ...
Anto's user avatar
  • 11.2k