Difference between revisions of "Robotics For Beginners"

From Humanoid Robots Wiki
Jump to: navigation, search
(Created page with "=== '''This is a learning guide for absolute beginners who want to build a humanoid walking robot from scratch.''' === ==== '''This assumes the following:''' ==== # You want...")
 
(FAQs before starting:)
Line 10: Line 10:
 
==== '''FAQs before starting:''' ====
 
==== '''FAQs before starting:''' ====
 
# Do I need to know math, programming and machine learning concepts to build this humanoid robot?
 
# Do I need to know math, programming and machine learning concepts to build this humanoid robot?
# How much do I need to know before starting?
+
Yes you do. We will point out concepts to learn and open sourced courses to follow. Learning these concepts from scratch would require a lot of patience and practice.
# What is your teaching approach?  
+
 
 +
# Is knowledge in 3D printing required?
 +
Most probably, unless we can find off-the-shelf parts. If we can, they will be documented here. If not, we will document the 3D printing process.
 +
 
 +
# What is your teaching approach?
 +
We define the goal, which is to build a walking humanoid robot, then backward engineer all the learning material required to turn this goal into a reality. This documentation will aim to provide every single detail required to design, assemble and train a walking humanoid robot. If there's an opportunity to skip technical material that does not contribute to the goal, we will skip it.
  
 
==== '''Basic terminology and why they are important:''' ====
 
==== '''Basic terminology and why they are important:''' ====

Revision as of 16:04, 11 June 2024

This is a learning guide for absolute beginners who want to build a humanoid walking robot from scratch.

This assumes the following:

  1. You want to build something substantial, like a walking robot, but have no prior experience.
  2. You don't know the basic terminology, parts that a humanoid robot should be comprised of. e.g. actuators, servos, etc.
  3. You don't know the basic software and algorithms that train a humanoid robot to move.
  4. You don't know how to start building a walking robot with the available open-source resources.
  5. You want a step-by-step guide of how to build this walking robot.

FAQs before starting:

  1. Do I need to know math, programming and machine learning concepts to build this humanoid robot?

Yes you do. We will point out concepts to learn and open sourced courses to follow. Learning these concepts from scratch would require a lot of patience and practice.

  1. Is knowledge in 3D printing required?

Most probably, unless we can find off-the-shelf parts. If we can, they will be documented here. If not, we will document the 3D printing process.

  1. What is your teaching approach?

We define the goal, which is to build a walking humanoid robot, then backward engineer all the learning material required to turn this goal into a reality. This documentation will aim to provide every single detail required to design, assemble and train a walking humanoid robot. If there's an opportunity to skip technical material that does not contribute to the goal, we will skip it.

Basic terminology and why they are important:

  1. Actuators
  2. Difference between underactuated and overactuated
  3. Servos


This is clearly incomplete and a work in progress; you can help by expanding it!