Plorkt

Home robotics checklist

Aug 23rd, 2024
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | Science | 0 0
  1. Checklist for home humanoid robotics:
  2.  
  3. Legend:
  4. - Level 1 - Subject;
  5. - Level 2 - Primary capability;
  6. - Level 3 - Sub capability;
  7. - Level 4 - Sub capability;
  8. - Level 5 - Sub capability (specifics);
  9.  
  10. Rule: If the answer is a hard 'No' at any level or the value is too low to be of practical use, assume it either isn't usable for home deployment or can't to anything after that bullet of the same level and sub-levels, and continue with the next parent level bullet.
  11.  
  12. The list:
  13.  
  14. - Physique:
  15. - Is it humanoid shaped?
  16. - Is the size comparable to humans?
  17. - (Optional) Is it light enough for a human to carry it?
  18.  
  19. - Movement and dexterity:
  20. - Is it freely moving or tethered?
  21. - If tethered: Can it still operate as if it was freely moving (within tethering limits) or is it docked until fully recharged?
  22. - If freely moving: How long can it operate on a single battery load?
  23. - What is the maximum battery life?
  24. - How long does it take to recharge?
  25. - Can I tell it to go somewhere I point at?
  26. - Can I tell it to jump?
  27. - Can I tell it to go upstairs?
  28. - Can I tell it to go downstairs?
  29. - Can it grab stuff with it's hands?
  30. - Can I tell it to grab something, I point at, in one hand?
  31. - Can I tell it to grab something, I point at, with both hands?
  32. - Can it let go of something?
  33. - Can I tell it to drop something I point at?
  34. - Can I tell it to put something, I point at, down gently?
  35. - Can I tell it to throw something I point at?
  36. - Can it grab something I point at, while it's going somewhere I point it to?
  37.  
  38. - Comprehension:
  39. - Will it understand when I tell it something about anything?
  40. - Will it reply when I tell it something about anything?
  41. - Will it remember when I tell it something about anything?
  42. - What is the memory storage maximum size?
  43. - Will it recall when I tell it something it has previously memorized?
  44.  
  45. - Programmability:
  46. - Can it execute a routine if I tell it any string of instructions as I see fit (including but not limited to physical instructions and virtual instructions like making API calls and/or using the internet)?
  47. - What is the maximum routine length?
  48. - Can it schedule any routine I choose?
  49. - Can it mesh several routines according to my specification?
  50. - Can I setup multiple routines in an IF-ELSE construction?
  51. - Does it have interfacing options?
  52. - Can it connect with WIFI?
  53. - Can it connect with other devices in the same WIFI network?
  54. - Can it connect to the internet?
  55. - Can it use the internet based on a routine?
  56. - Can it freely use the internet as it sees fit?
  57.  
  58. Let's add onto this list to make it more comprehensive and we can tick the boxes!
Advertisement
Add Comment
Please, Sign In to add comment