Assessing the Feasibility of Creating a WALL-E-Like Robot For Human Assistance

Assessing the Feasibility of Creating a WALL-E-Like Robot For Human Assistance

Reviewing the feasibility of creating a WALL-E like robot for human assistance

Abstract:

The concept of creating robots for human assistance has gained significant attention in recent years. This abstract explores the feasibility of developing a robot akin to WALL-E, the beloved fictional character from Pixar's animated film, as an assistant for human tasks and interactions. Drawing inspiration from WALL-E's characteristics, including mobility, communication abilities, and emotional resonance, this study examines the technological, practical, and ethical considerations of bringing such a robot to reality. The feasibility assessment encompasses several dimensions. First, the technological aspect delves into the current state of robotics, AI (Artificial Intelligence) and mobility systems, evaluating their potential to replicate WALL-E's functionality. This involves analyzing advancements in AI cognition, sensor miniaturization, battery efficiency, and mobility mechanisms. Second, practical considerations encompass the robot's physical design, its capacity to navigate real-world environments, and its ability to perform a range of tasks – from basic chores to complex interactions requiring emotional comprehension. Furthermore, the study addresses the emotional connection between humans and robots, a pivotal aspect demonstrated by WALL-E's ability to evoke empathy.

Ethical implications surrounding user data privacy, emotional manipulation, and the potential for over-reliance on such robots are explored.

Introduction

Initially in the movie the WALL-E robot was the last robot on the earth and was meant to clean the waste left by mankind. Here in this assessment, we look at why WALL-E like robot, how to design its brain, the implementation of electrical and electronic parts, challenges to be faced while designing a robot like WALL-E. We also would need to study and understand how these kinds of robots would help mankind provide betterment in life or day-to-day activities.

Designing of the brain for the robot

The design of the brain is one of the most important aspects of the robot to function as per the expectations set.

At a glance, it may look like the brain for the robot would be a plain simple AI model like ChatGPT or Bard, but in practice, it would be different as laid down below:

The brain of the robot can be divided into 6 different basic required parts:

  • Manual mode switcher: This is the most important thing required in the robot, there should be a manual mode switcher as not everything can be left to AI or automation in general. In this one program of the robot works via voice commands or program it via some external signals which can be activated via the push buttons.

  • AI Model: This is the main part of the brain where all the automation would take place. One can develop its own AI Model or can use the API'S of Google or OpenAI. The model should be more like the conversational bot mixed with AI assistant. Heavy applications of NLP and ANN are required. Simply designing and training the AI model or using APIs won’t be enough.

We will need to develop the logic where on which commands or actions the electronic parts would be used or where basic speaking using the speaker is required. Designing the logic to channel the commands or actions of the robot to specific electronic hardware is also equally important.

  • Pathfinding Algorithm: After the competition of the AI model and its logic the major work required would be to implement the loads of various pathfinding algorithms for the smooth traversal around its user or acting according to instructions given by the user.

For efficient path traversal through the unknown area, one needs to use a mix of different path traversal algorithms for example using A* with BFS via a modified heuristic for the traversal of an unknown maze/path. One can use fuzzy logic for the pathfinding but it also needs to be kept in mind about the time complexity of the function.

  • Area mapper/eyes of the brain: It is better to implement this part of the robot brain in a separate area, isolating its memory computation. It would also be better to allocate more computation power to this area or use the concept of threading with parallel computation. This would provide basic sensory input to the robot for it to function. Options to use and integrate cameras can also be done. With a camera, we can map an area using GPS. This needs to be computed as fast as possible so that the other work(s) of the robot can be done without any lag.

  • Sensor fusion component: This also needs to be implemented in a separate microprocessor/microcontroller as sensor fusion requires a lot of matrix multiplication and requires storing a continuous range of data. As matrix multiplication itself is power-hungry thus it is better to implement it separately in a separate pipeline. Eg: one can fuse the Ultrasonic sensor with the TOF sensor using Kalman Filter or also one can fuse IMU data with the Magnetometer using the Kalman Filter or other filtering techniques.

  • End effector controller: This can be implemented in various ways, either inbuilt or separated (code or PCB). Proper implementation of PID control should be there as one can either.

Implementation of electrical and electronic parts

One should be able to perfectly picture for which application or where the robot needs to be used or deployed, thus the sizing of the robot would matter accordingly. Concerning the sizing of the robot, the miniaturization or expansion of the PCB would be required. For example, for a 5 kg robot, we can use (15cm x 15cm) with 4 layer PCB.

This would be sufficient to house and mount the basic components like microcontroller, signal transmitter, and electrolytic capacitors for the voltage and power regulators. It is very essential to keep in mind while designing the PCB that, there should be no 90° turns in the copper traces in the PCB. Though there won’t be any signal going beyond 10GHz, still use of best practices is still recommended in the possible areas while designing the PCB to optimize the power consumption.

Challenges to be faced while designing and deploying this kind of robot in the respective areas

Some major challenges to be faced while developing/designing the WALL-E kind are listed below but not limited to the list below:

  • Selection of an adequate power source for the robot, whether it is LiPo or Lead Acid, depending on the size of the robot and power consumption.

  • Gaining the trust of the users to use the robots.

  • Gaining the trust of the user to believe in them about the data privacy regarding the robot.

  • Providing the training to staff to use the robot and repair it when required.

  • Unexpected shutting down of the API might disrupt the services if it is used.

How these kinds of robots will help people to lead a better life than ever?

These WALL-E types of robots are well suited for the companion to the old-aged/paralyzed or lonely people.

This kind of robot can easily cure depression and loneliness as it provides companionship.

It would aid people to do their daily chores and also act as a reminder assistant to take their medicines properly on time, etc.

References

[1]W. contributors, "WALL-E," 26 August 2023. [Online]. Available: https://en.wikipedia.org/w/index.php?title=WALL-E&oldid=1172280439.
[2]N. McLaughlin, "Maze Solving Algorithms for Micro Mouse," SlideShow, [Online]. Available: https://slideplayer.com/slide/8569125/.
[3]james-ralph8555, DrexelMicromouse2020.
[4]M. A. Dharmasiri, "Micromouse from scratch
[5]W. contributors, "Micromouse," Wikipedia, The Free Encyclopedia., [Online]. Available: https://en.wikipedia.org/w/index.php?title=Micromouse&oldid=1158883816.
[6]GreatScott!, "From Idea to Schematic to PCB - How to do it easily! - YouTube," [Online]. Available: https://www.youtube.com/watch?v=35YuILUlfGs.

Note

Soon a research paper will be published in the IEEE journal when I finish completing this project of my own WALL-E :)

Did you find this article valuable?

Support Dhruva Shaw by becoming a sponsor. Any amount is appreciated!