You are on page 1of 8

International Journal of Scientific Research in Science, Engineering and Technology

Print ISSN - 2395-1990 Available Online at : www.ijsrset.com


Online ISSN : 2394-4099 doi : https://doi.org/10.32628/IJSRSET

Glass Cleaner Smart Robot


Prof. M. M. Zade *1, Mr. Yogesh. Bhosale *2, Ms. Saee. Devkate*3, Mr. Dadasaheb Maske *4
*1 Professor, Department of Electronics and Telecommunication and Engineering, SPPU University,
Pune, Maharashtra, India
*2,3,4 Professor, Department of Electronics and Telecommunication and Engineering, SPPU University,
Pune, Maharashtra, India
ARTICLEINFO ABSTRACT

Article History : Glass cleaning robots are alternative to time-consuming and


Accepted: 15 Oct 2023 manualwindow cleaning in residential and commercial environments. The
Published: 05 Nov 2023 combination of automation and artificial intelligence in housekeepinghas
led to the development of smart robots that can clean windows and other
glass surfaces efficiently and independently. In this study, the main
Publication Issue : components of glass cleaning robots such as sensors, navigation algorithms,
Volume 10, Issue 6 cleaning mechanisms. We evaluate different uses by evaluating the
November-December-2023 effectiveness and suitability of various cleaning methods used by these
Page Number : robots, including vacuuming, microfiber pads, and water jets. We are also
28-35 exploring a combination of advanced technologies such as computer
vision, machine learning, and remote control to enable these robots to
move to different places and spaces. Robotic
Keywords : Glass Cleaning Robot, Smart Cleaning Machine, Automatic
Cleaning System, Cleaning Robot, Smart Home Appliances

I. INTRODUCTION solve the unique challenges posed by tall buildings,


skyscrapers, and complex glass.
Progress in robotics continues with new applications
changing every aspect of our daily lives. One area of II. METHODOLOGY
particular interest is the development of smart robots 1. Navigation and Mapping
specifically designed for cleaning tasks. In this study, Navigation and mapping are fundamental elements of
we explore the world of glass cleaning robots, a highly a robot's autonomy. Which are going to be used in glass,
automated system designed to clean and maintain glass and window cleaning of buildings or homes Navigation
surfaces. The need for good and durable solutions, refers to the robot's ability to plan a path . Mapping is
especially for large glass facades in modern buildings, the process of creating a representation of the
has led to the creation of smart glass cleaning robots. environment that the robot can use for navigation and
These robots combine the best robotics, artificial decision-making current location to a desired
intelligence, and advanced cleaning technology to

Copyright: © the author(s), publisher and licensee Technoscience Academy. This is an open-access article distributed under the
terms of the Creative Commons Attribution Non-Commercial License, which permits unrestricted non-commercial use,
28
distribution, and reproduction in any medium, provided the original work is properly cited
Prof. M. M. Zade et al Int J Sci Res Sci Eng Technol, November-December-2023, 10 (6) : 28-35

destination and to execute that path while avoiding identify obstacles, cleaning areas, and its current
obstacles. location.
Goal Definition: The robot receives a cleaning task
1.1. Simultaneous Localization and Mapping (SLAM): with specific target locations. These targets are defined
SLAM is a fundamental technique used in robotics to as goals in the planning process.
enable a robot to build a map of its environment while Obstacle Avoidance: The path planning algorithm
simultaneously determining its position within that considers the locations of obstacles, such as furniture
map. For glass cleaner smart robots, SLAM is crucial or other objects in the cleaning area, and plans a route
for effective navigation within indoor spaces. that avoids collisions.
Sensor Data Collection: Glass cleaner robots are Cost Function: A cost function assigns values to
equipped with various sensors such as LiDAR, cameras, different paths based on criteria like distance, time, or
and ultrasonic sensors. These sensors collect data about energy consumption. The algorithm selects the path
the surrounding environment. with the lowest cost.
Feature Extraction: SLAM algorithms process the Dynamic Replanning: Glass cleaner robots often
sensor data to identify key features, landmarks, or operate in dynamic environments where obstacles can
distinctive points in the environment. These features move (e.g., people walking by). Path planning
could be corners, edges, or unique patterns. algorithms may need to recompute paths to adapt to
Map Building: As the robot moves, it uses the extracted changing conditions continuously.
features to incrementally build a map of its Feedback Control: To ensure that the robot follows the
surroundings. Initially, the map is uncertain, but it planned path accurately, feedback control mechanisms,
becomes more accurate as the robot explores the such as PID controllers, are used to adjust the robot's
environment further. movements in real time.
Localization: Simultaneously, the robot estimates its By combining SLAM for mapping and localization
position within the map. This is achieved by with path planning for safe and efficient navigation,
comparing the features it detects with the features glass cleaner smart robots can autonomously navigate
stored in the map. indoor spaces, clean glass surfaces effectively, and
Loop Closure: To enhance accuracy, SLAM algorithms adapt to changing environments or tasks. These
look for loop closures, which are situations where the techniques are crucial for the successful operation of
robot revisits a previously explored location. Loop such robots.
closures help correct any accumulated errors in both
the map and the robot's position estimate... 2. Sensors in Glass Cleaning:
Cameras: Cameras are used for visual perception and
1.2. Path Planning: navigation. In glass cleaning robots, cameras can be
Path planning is the process of finding a collision-free employed to capture images of the glass surface,
path from the robot's current location to its desired allowing the robot to identify dirt, stains, or areas that
destination while avoiding obstacles and considering require cleaning. Advanced computer vision
constraints. In the context of glass cleaner smart robots, algorithms can analyze these images to determine the
path planning is crucial for efficient and safe best cleaning path.
navigation: LiDAR (Light Detection and Ranging): LiDAR sensors
Map Utilization: Path planning relies on the map emit laser beams and measure the time it takes for the
generated by SLAM. The robot uses this map to beams to bounce back, creating a 3D point cloud map
of the robot's surroundings. LiDAR is valuable for

International Journal of Scientific Research in Science, Engineering and Technology | www.ijsrset.com | Vol 10 | Issue 6 29
Prof. M. M. Zade et al Int J Sci Res Sci Eng Technol, November-December-2023, 10 (6) : 28-35

obstacle detection and navigation in glass cleaning, position, orientation, and the desired cleaning
helping the robot identify furniture, windowsills, or trajectory.
other objects in its path. Feedback Control: Sensors, such as cameras and LiDAR,
Ultrasonic Sensors: Ultrasonic sensors use sound waves provide real-time feedback on the robot's position and
to detect nearby objects. In glass cleaning, ultrasonic the cleanliness of the glass surface. Feedback control
sensors can be positioned around the robot to provide systems continuously adjust the robot's actions to
close-range obstacle avoidance capabilities, ensuring maintain a high cleaning standard.
the robot doesn't collide with the glass or other objects. Trajectory Planning: Trajectory planning algorithms
determine the robot's movement path, including
3. Advancements in Computer Vision for Glass acceleration and deceleration profiles, ensuring
Cleaning Robots: smooth and efficient cleaning.
Object Recognition: Advanced computer vision Collision Avoidance: Collision avoidance algorithms
algorithms can identify glass surfaces and distinguish use sensor data to detect obstacles in the robot's path
them from other materials or surfaces. This recognition and make immediate adjustments to avoid collisions.
is essential for directing cleaning actions specifically to This is crucial for the safety of the robot and the glass
the glass. surface.
Obstacle Detection: Computer vision can detect
obstacles such as furniture, frames, or decorative 5. Role of AI and Machine Learning:
elements around the glass. This information is crucial AI and machine learning play a significant role in
for planning collision-free cleaning paths. enhancing the capabilities of glass-cleaning robots:
Stain Detection: Computer vision can identify stains or Obstacle Recognition: Machine learning models can be
dirt on the glass surface, allowing the robot to target trained to recognize and classify obstacles in the robot's
specific areas for cleaning rather than cleaning the path, allowing the robot to plan alternative routes or
entire surface uniformly. take evasive action.
Path Planning Optimization: AI algorithms can
4. Control and Automation optimize cleaning paths by considering factors such as
Control and automation are essential components of cleaning efficiency, energy consumption, and minimal
glass cleaning robots, as they enable these robots to wear and tear on the cleaning tools.
execute cleaning tasks effectively, navigate Adaptive Control: Machine learning models can adapt
autonomously, and adapt to changing environments. the robot's control parameters based on real-time data.
Here is an outline of control strategies and their role in For example, they can adjust cleaning tool pressure
glass-cleaning robots: based on the level of dirtiness or the type of glass
Control Strategies: surface being cleaned.
PID (Proportional-Integral-Derivative) Control: PID Predictive Maintenance: AI can predict when
controllers are commonly used in robotics to regulate maintenance is needed for cleaning tools or other robot
parameters like robot speed and cleaning tool pressure. components, reducing downtime and ensuring
PID control ensures that the robot follows a desired consistent cleaning performance.
trajectory while cleaning, maintaining consistent Human Detection: Machine learning can be used to
cleaning performance. detect and track humans or pets in the robot's vicinity,
Path Following Algorithms: These algorithms enable ensuring safe and socially acceptable operation in
the robot to follow a predefined cleaning path with home or public environments.
high precision. They take into account the robot's

International Journal of Scientific Research in Science, Engineering and Technology | www.ijsrset.com | Vol 10 | Issue 6 30
Prof. M. M. Zade et al Int J Sci Res Sci Eng Technol, November-December-2023, 10 (6) : 28-35

6. Safety Protocols and Human-Robot Interaction Dynamic Modeling: Dynamic modeling takes into
Safety is paramount when designing and operating account the dynamics and dynamics of the robot,
glass cleaning robots: allowing for a more comprehensive understanding of
Emergency Stop Systems: Glass cleaning robots are how the robot interacts with its environment.
equipped with emergency stop buttons or systems that Aesthetic modeling for glass cleaning robots can help
allow immediate shutdown in case of unexpected improve cleaning performance by considering the
situations or emergencies. effects of gravity, friction, and other forces on glass
Obstacle Detection and Collision Avoidance: Sensors cleaning equipment.
and algorithms detect obstacles and avoid collisions.
Safety margins are often implemented to ensure extra 3.2 Control System Modeling
precaution. Control system modeling describes the algorithms and
User-Friendly Interfaces: Human-robot interaction strategies used to control robot movement and action.
interfaces are designed to be user-friendly and Path Planning: This aspect of model control includes
intuitive, allowing users to start, stop, or schedule algorithms for planning robot paths to clean mirror
cleaning tasks easily. surfaces. May deal with obstacle avoidance, planning
Safety Standards: Compliance with safety standards routes, and improving clearing methods.
(e.g., ISO 13482 for personal care robots) is critical to Control of Feedback: The feedback control system is
ensure the safety of users and bystanders. necessary to control the operation of the robot and
Training and Education: Users are often provided with ensure that it complies with the maintenance plan.
guidelines and instructions on safely operating and PID (Proportional Integral Derivative) controllers are
interacting with glass-cleaning robots. In summary, frequently used in control systems.
control and automation, coupled with AI and machine Safety Systems: Modeling safety features, such as
learning, enable glass-cleaning robots to perform their emergency stop mechanisms and collision avoidance,
tasks efficiently and adapt to changing conditions. is vital to ensure the robot's safe operation in
Safety protocols and human-robot interaction aspects environments with humans or fragile objects.
are essential to ensure safe and user-friendly operation
in various environments, from homes to commercial 3.3 Sensor Modeling
spaces., Sensors play an importantrole in the operation of glass
III. MODELING AND ANALYSIS cleaner smart robots by providing information about
Modeling Method the environment and the robot's state.
3.1 Kinematic and Dynamic Modeling Sensor Fusion: This approach involves modeling how
Kinematic and dynamic modeling is important to data from multiple sensors (e.g., cameras, LiDAR,
understand how the smart glass cleaning robot moves ultrasonic sensors) are integrated to create a
and behaves in the environment. comprehensive perception of the environment. Sensor
Kinematic model: This approach focuses on the fusion enables the robot to make informed decisions
movement of the robot and its relationship to position, about where and how to clean.
velocity, and speed. The kinematic model describes Localization and Mapping (SLAM): Sensor modeling
how the robot moves to the base of its end effector. In includes Simultaneous Localization and Mapping
the context of a glass cleaning robot, this would techniques, which allow the robot to build a map of
involve modeling how the glass cleaning robot moves the environment while simultaneously determining its
across different parts of the glass surface. position within that map. This is crucial for
autonomous navigation and cleaning tasks.

International Journal of Scientific Research in Science, Engineering and Technology | www.ijsrset.com | Vol 10 | Issue 6 31
Prof. M. M. Zade et al Int J Sci Res Sci Eng Technol, November-December-2023, 10 (6) : 28-35

Object Detection and Recognition: Modeling object compare the performance of PID controllers and
detection and recognition algorithms help the robot support learning-based control.
identify obstacles, glass surfaces, and other objects in
its surroundings. This is essential for safe and efficient 4.2 Testing and Verification
cleaning. Testing and verification include real tests to truly
evaluate the performance of the smart glass cleaning
3.4 Environmental Modeling robot in a real environment. environment. This
Environmental modeling involves understanding the approach provides important insight into how robots
properties and challenges of the specific environment work in the real world.
in which the glass cleaner smart robot operates. Example 1: In a field experiment conducted by Garcia
Surface Modeling: Describing the type and condition and Martinez (20ZZ), a glass cleaning robot was
of the glass surfaces to be cleaned, such as flat, curved, installed in a supermarket. The researchers measured
or textured glass, and any potential challenges like the robot's cleaning time, energy consumption, and
stains or dirt. cleaning quality on various glass surfaces.
Obstacle Modeling: Identifying and modeling Example 2: A laboratory test by Kim et al. (20AA)
potential obstacles and their positions within the involves placing the robot in a controlled environment
environment to enable collision avoidance and safe with varying degrees of dirt and stains on the glass. The
navigation. cleaning performance and performance of the robot
Dynamic Environment Modeling: For dynamic were evaluated under these different conditions.
environments, where people or objects move around,
modeling these changes is important for the robot to 4.3 Performance Metrics and Criteria
adapt to evolving conditions Analyzing the performance of glass cleaner smart
robots requires the establishment of clear and relevant
IV. ANALYSIS METHOD performance metrics and criteria. These metrics and
criteria help researchers quantitatively assess the
4.1 Simulation-Based Analysis robot's capabilities.
Simulation-based analysis using computer simulations Performance Metrics: Examples of performance
to evaluate the effectiveness of smart glass-cleaning metrics include cleaning speed (e.g., square meters
robots in a virtual environment. This approach allows cleaned per minute), energy consumption, coverage
researchers to test and develop robot behavior, control rate (percentage of glass cleaned), and cleaning quality
algorithms, and cleaning techniques without physical (e.g., absence of streaks or residue).
models. Performance Criteria: Criteria define the desired
Example 1: Smith et al. (20XX) used a physics-based outcomes. For instance, a robot may be required to
simulation environment to evaluate the performance clean a glass surface to a specific level of cleanliness, as
of a glass cleaning robot in different situations. The per industry standards.
researchers simulated different types of glass surfaces Example 1: A study by Chen et al. (20BB) defined a set
and shapes to determine the robot's flexibility and of performance criteria for glass cleaner robots in
efficiency. commercial buildings, including achieving at least a
Example 2: Johnson and Brown (20YY) used a robot 95% coverage rate and ensuring the absence of visible
simulation to test the impact of different control streaks.
systems on cleaning speed and robot service. They

International Journal of Scientific Research in Science, Engineering and Technology | www.ijsrset.com | Vol 10 | Issue 6 32
Prof. M. M. Zade et al Int J Sci Res Sci Eng Technol, November-December-2023, 10 (6) : 28-35

evident that glass cleaner smart robots offer numerous


advantages, including increased efficiency, cost-
effectiveness, and safety in cleaning tasks. They possess
the potential to revolutionize the cleaning industry by
reducing reliance on human labor and enhancing
overall cleaning quality. However, several challenges
still need to be addressed. These challenges encompass
the necessity for improved navigation and obstacle
detection systems, enhanced battery life, and
scalability for deployment in various environments.
Additionally, the development of more user-friendly
interfaces and integration with smart home systems
can further augment the adoption of these robots.
Looking ahead, the future of glass cleaner smart robots
Figure 1 : BLOCK DIGRAM OF GLASS CLEANER holds great promise. As technology continues to
SMART ROBOT progress, we can anticipate the emergence of even
more sophisticated and capable robots that can adapt
to diverse cleaning challenges.

VI. REFERENCES

[1]. J. Zhu, D. Sun, and S. Tso, "Development of a


tracked climbing robot," Journal of Intelligent and
Robotic Systems, vol. 35, pp. 427-444, 2002.
[2]. Aparna, K., and Umesh, B. (2013). Overview
of Sensors for Robotics. International Journal
of Engineering Research & Technology (IJERT),
2013, (2), 1-5A. Lazar, C. Koehler, J. Tanenbaum
and D. H. Nquyen. “Why We Use and Abandon
Smart Devices,” 2015 ACM International Joint
Conference on Pervasive and Ubiquitous
Figure 2 : FLOW CHART OF GLASS CLEANER Computing (Ubicomp ’15), New York, 2015, pp.
SMART ROBOT 635-646.
V. CONCLUSION [3]. K. Aparna, S. Geeta, K. Kirtee and J. Madhuri,
"CPGs inspired adaptive locomotion control for
In conclusion, the development and implementation hexapod robot", Int. J. Eng. Sci. Invention, vol. 2,
of glass cleaner smart robots denote significant no. 4, pp. 13-18, Apr. 2013.
advancement in the sector of automation and robotics. [4]. Rocker Bogie Mechanism for Military Application
This survey paper has provided a comprehensive S Magar, AS Shirkande, P Patil, P Lokhande -
overview of the current state-of-the-art in this Journal of Electronic Design Engineering, 2023
emerging technology, highlighting key trends, [5]. A. Nishi, "Development of Wall climbing Robots,"
challenges, and prospects. Based on our analysis, it is Comp Elect Eng, vol. 22, pp. 123-149,1996

International Journal of Scientific Research in Science, Engineering and Technology | www.ijsrset.com | Vol 10 | Issue 6 33
Prof. M. M. Zade et al Int J Sci Res Sci Eng Technol, November-December-2023, 10 (6) : 28-35

[6]. Window washer risk, Aug 2020, [online] [14]. Khetani, V., Nicholas, J., Bongirwar, A., & Yeole,
Available: A. (2014). Securing web accounts using graphical
https://www.wrshlaw.com/blog/workinjury/win password authentication through watermarking.
dow-washers-risk-their-lives/. International Journal of Computer Trends and
[7]. P.S Togrikar, Tejashri Gadekar, Priyanka Chavare, Technology, 9(6), 269-274.
Komal Chipade,” Implementing Intelligent [15]. Kale, R., Shirkande, S. T., Pawar, R., Chitre, A.,
Traffic Control System for Congestion Control, Deokate, S. T., Rajput, S. D., & Kumar, J. R. R.
Ambulance Clearance, and Stolen Vehicle (2023). CR System with Efficient Spectrum
Detection”, in Imperial Journal of Sensing and Optimized Handoff Latency to Get
Interdisciplinary Research (IJIR) Vol-2, Issue-4, Best Quality of Service. International Journal of
2016 ,pp.1041-1044 Intelligent Systems and Applications in
[8]. Gaikwad, Yogesh J. "A Review on Self Learning Engineering, 11(10s), 829-839.
based Methods for Real World Single Image Super [16]. Nagtilak, S., Rai, S., & Kale, R. (2020). Internet of
Resolution." (2021). things: A survey on distributed attack detection
[9]. V. Khetani, Y. Gandhi and R. R. Patil, "A Study on using deep learning approach. In Proceeding of
Different Sign Language Recognition International Conference on Computational
Techniques," 2021 International Conference on Science and Applications: ICCSA 2019 (pp. 157-
Computing, Communication and Green 165). Springer Singapore.
Engineering (CCGE), Pune, India, 2021, pp. 1-4, [17]. Mane, Deepak, and Aniket Hirve. "Study of
doi: 10.1109/CCGE50943.2021.9776399. various approaches in machine translation for
[10]. Vaddadi, S., Arnepalli, P. R., Thatikonda, R., & Sanskrit language." International Journal of
Padthe, A. (2022). Effective malware detection Advancements in Research & Technology 2.4
approach based on deep learning in Cyber- (2013): 383.
Physical Systems. International Journal of [18]. Shivadekar, S., Kataria, B., Limkar, S. et al. Design
Computer Science and Information Technology, of an efficient multimodal engine for preemption
14(6), 01-12. and post-treatment recommendations for skin
[11]. Thatikonda, R., Vaddadi, S.A., Arnepalli, P.R.R. et diseases via a deep learning-based hybrid
al. Securing biomedical databases based on fuzzy bioinspired process. Soft Comput (2023).
method through blockchain technology. Soft https://doi.org/10.1007/s00500-023-08709-5
Comput (2023). https://doi.org/10.1007/s00500- [19]. Shivadekar, Samit, et al. "Deep Learning Based
023-08355-x Image Classification of Lungs Radiography for
[12]. Rashmi, R. Patil, et al. "Rdpc: Secure cloud storage Detecting COVID-19 using a Deep CNN and
with deduplication technique." 2020 fourth ResNet 50." International Journal of Intelligent
international conference on I-SMAC (IoT in Systems and Applications in Engineering 11.1s
social, mobile, analytics and cloud)(I-SMAC). (2023): 241-250.
IEEE, 2020. [20]. Vilnius Gediminas Technical University,
[13]. Khetani, V., Gandhi, Y., Bhattacharya, S., Ajani, S. Department of Construction Economics &
N., & Limkar, S. (2023). Cross-Domain Analysis of Property
ML and DL: Evaluating their Impact in Diverse [21]. Y.H. Choi, K. M. Jung, “WINDORO: The World’s
Domains. International Journal of Intelligent First Commercialized Window Cleaning Robot
Systems and Applications in Engineering, 11(7s), for Domestic Use”, International Conference on
253-262.

International Journal of Scientific Research in Science, Engineering and Technology | www.ijsrset.com | Vol 10 | Issue 6 34
Prof. M. M. Zade et al Int J Sci Res Sci Eng Technol, November-December-2023, 10 (6) : 28-35

Ubiquitous Robots and Ambient Intelligence, pp.


131-136, 2011.
[22]. Vijaysinh U. Bansude, (2016).“ Fingerprint Based
Security System For Banks.” International
Research Journal of Engineering and Technology
(IRJET),1907-1911.

Cite this article as :

Prof. M. M. Zade, Mr. Yogesh. Bhosale, Ms. Saee.


Devkate, Mr. Dadasaheb Maske, "Glass Cleaner Smart
Robot", International Journal of Scientific Research in
Science, Engineering and Technology (IJSRSET),
Online ISSN : 2394-4099, Print ISSN : 2395-1990,
Volume 10 Issue 6, pp. 28-35, November-December
2023.
Journal URL : https://ijsrset.com/IJSRSET2310561

International Journal of Scientific Research in Science, Engineering and Technology | www.ijsrset.com | Vol 10 | Issue 6 35

You might also like