Optimizing Tile-Laying Robots with Hybrid Intelligence Algorithm

Optimizing Tile-Laying Robots with Hybrid Intelligence Algorithm

In the rapidly evolving landscape of construction automation, a team of researchers from Nanjing University of Aeronautics and Astronautics has introduced a groundbreaking approach to enhance the efficiency and precision of robotic tile-laying systems. Their study, recently published in Machine Building & Automation, presents a novel method for optimizing the operational positioning of mobile construction robots using a hybrid genetic-particle swarm algorithm (GA-PSO). This advancement addresses one of the most persistent challenges in mobile robotics: how to coordinate the movement of a mobile base with the dexterity of a robotic arm to achieve optimal task performance.

As urban development accelerates and labor shortages intensify across the global construction sector, the demand for automated solutions has never been greater. Traditional building practices, long reliant on manual labor for tasks such as flooring installation, are increasingly seen as inefficient, costly, and prone to human error. Enter the era of construction robotics—where autonomous machines promise not only to fill workforce gaps but also to elevate the standards of accuracy, speed, and safety in building operations.

Among these innovations, tile-laying robots represent a critical frontier. These systems typically consist of a mobile platform—often a wheeled cart—equipped with a multi-jointed robotic arm capable of picking, placing, and aligning floor tiles with high precision. While conceptually straightforward, the practical execution of such tasks reveals a complex interplay between mobility and manipulation. The robot must navigate to an appropriate location, position its base correctly, and then deploy its arm in a way that ensures both reachability and mechanical efficiency. This is where the research led by Zhang Shuai, Chen Bai, Ju Feng, and Xi Wanqiang offers a transformative solution.

The central challenge addressed in their work lies in determining the ideal “operation point”—the precise location and orientation at which the mobile base should stop so that the robotic arm can perform its task with maximum flexibility. In robotic terms, this is measured by a concept known as manipulability, which quantifies how freely a robotic arm can move in all directions from a given configuration. High manipulability means the robot can respond effectively to small adjustments, avoid singularities (positions where the arm loses degrees of freedom), and maintain smooth, controlled motion during operation.

Previous approaches to path planning in mobile manipulators have often treated the base and arm as separate entities, optimizing their movements independently. However, this decoupled strategy overlooks the fact that the base’s position directly influences the arm’s kinematic performance. If the mobile cart stops too close to a wall or too far from the target tile, the robotic arm may be forced into awkward, inefficient poses that compromise both speed and accuracy.

Zhang and his colleagues propose a unified optimization framework that integrates the mobility of the base with the dexterity of the arm. Their method leverages the strengths of two well-established computational intelligence techniques: the Genetic Algorithm (GA) and Particle Swarm Optimization (PSO). GA is renowned for its robust global search capabilities, mimicking natural selection to explore a wide solution space and avoid local optima. PSO, on the other hand, excels in fine-tuning solutions through collective intelligence, where individual “particles” adjust their trajectories based on personal and group best experiences.

By combining these two algorithms into a hybrid GA-PSO model, the researchers created a two-phase optimization process. In the initial phase, the genetic algorithm conducts a broad search across possible operation points, using crossover and mutation operations to generate diverse candidate solutions. This stage ensures that the algorithm does not prematurely converge on a suboptimal location. Once a promising set of solutions is identified, the system transitions to the particle swarm phase, where rapid local refinement takes place. This hybrid approach capitalizes on GA’s exploratory power and PSO’s exploitative precision, resulting in faster convergence and higher solution quality than either method could achieve alone.

The team applied this hybrid algorithm to a 6-degree-of-freedom (6-DOF) serial robotic arm mounted on a planar mobile platform. The goal was to determine the optimal stopping position for the mobile base when laying tiles within a defined workspace. To evaluate manipulability, they used a widely accepted metric derived from the robot’s Jacobian matrix—a mathematical representation of how joint velocities translate into end-effector motion. The determinant of the product of the Jacobian and its transpose serves as a scalar measure of manipulability, with higher values indicating greater operational flexibility.

Rather than treating manipulability as a secondary consideration, the researchers made it the primary objective function. The optimization problem was formulated as maximizing manipulability subject to physical constraints: the mobile base had to remain within a rectangular area measuring 0.6 meters in length and 0.4 meters in width, ensuring that the robotic arm could still reach the target tile without exceeding its kinematic limits. Additionally, the final orientation of the tile required the end-effector to maintain a fixed posture, adding another layer of complexity to the planning process.

To validate their approach, the researchers conducted extensive simulations using MATLAB, a standard tool in robotics research for modeling and algorithm development. They first established the workspace of the 6-DOF arm by simulating its reachable volume under joint angle limits ranging from -π to π radians. From this 3D workspace, they extracted a 2D cross-section at a height corresponding to the floor level, revealing a circular operational zone with a radius of approximately 0.6 meters. This defined the boundary within which the mobile base could operate while still enabling the arm to place tiles on the ground.

With the workspace constraints in place, the GA-PSO algorithm was deployed to search for the optimal operation point. After iterative computation, the algorithm converged on a specific coordinate: (-0.4023, -0.0938) meters relative to the origin of the tiling area. At this location, the robotic arm achieved a peak manipulability value of 0.0375—significantly higher than at other candidate points within the allowable range. A visual analysis of the manipulability distribution across the workspace confirmed that this point resided in a region of high dexterity, validating the effectiveness of the optimization process.

One of the key insights from the study is that the optimal operation point is not necessarily the geometric center of the workspace or the closest possible approach to the target. Instead, it is a carefully calculated position that balances reach, orientation, and mechanical advantage. For instance, stopping too close to the edge of the tiling area might allow the arm to reach the tile but force it into a stretched, unstable configuration. Conversely, stopping too far back could limit the arm’s ability to make fine adjustments. The GA-PSO algorithm navigates this trade-off by evaluating thousands of potential positions and identifying the one that maximizes overall performance.

Beyond its immediate application to tile-laying robots, the methodology has broader implications for the field of mobile manipulation. The same principles could be applied to other construction tasks such as wall painting, drywall installation, or even structural assembly. In each case, the coordination between a mobile base and a manipulator arm is crucial, and optimizing the base’s position can significantly enhance task success rates.

Moreover, the hybrid GA-PSO approach demonstrates the growing importance of bio-inspired algorithms in robotics. As machines take on more complex, real-world tasks, traditional control methods often fall short. Evolutionary and swarm-based algorithms, inspired by natural processes such as genetic inheritance and flocking behavior, offer powerful alternatives for solving nonlinear, multi-dimensional optimization problems. The success of this study underscores the potential of such algorithms to bridge the gap between theoretical robotics and practical deployment.

Another notable aspect of the research is its focus on reproducibility and scalability. The team did not rely on proprietary software or specialized hardware; instead, they used widely available tools and clearly defined parameters, making their approach accessible to other researchers and developers. This openness fosters collaboration and accelerates innovation in the field.

From an industry perspective, the implications are significant. Construction companies investing in automation can now leverage this optimization technique to improve the performance of their robotic fleets. By pre-computing optimal operation points for common tiling patterns, robots can execute tasks more efficiently, reducing cycle times and minimizing errors. Over the course of a large-scale project, these improvements can translate into substantial cost savings and faster project completion.

Furthermore, the integration of such intelligent planning systems enhances worker safety. By automating repetitive and physically demanding tasks like tile laying, robots reduce the risk of musculoskeletal injuries among construction personnel. At the same time, human workers can shift toward higher-value roles such as supervision, quality control, and system maintenance—roles that require judgment, creativity, and problem-solving skills.

The research also highlights the importance of interdisciplinary collaboration in advancing construction technology. The team brought together expertise in mechanical engineering, automation, and computational intelligence—fields that are increasingly converging in the development of smart construction systems. As buildings become more complex and sustainability demands grow, such cross-domain innovation will be essential.

Looking ahead, the researchers suggest several avenues for future work. One direction involves extending the optimization framework to dynamic environments, where obstacles or changing site conditions may require real-time replanning. Another possibility is incorporating machine learning techniques to allow the robot to adapt its operation points based on past experience, effectively “learning” the best strategies for different scenarios.

Additionally, the current study assumes a flat, obstacle-free floor. In real-world construction sites, however, surfaces may be uneven, cluttered, or partially completed. Future iterations of the system could integrate sensor feedback—such as LiDAR or computer vision—to dynamically adjust the mobile base’s position based on actual site conditions. This would bring the technology closer to full autonomy.

In summary, the work by Zhang Shuai, Chen Bai, Ju Feng, and Xi Wanqiang represents a significant step forward in the quest to make construction robots more intelligent, efficient, and reliable. By rethinking the way mobile bases and robotic arms are coordinated, they have developed a method that not only improves task performance but also sets a new standard for how optimization should be approached in mobile manipulation.

Their use of the GA-PSO hybrid algorithm exemplifies the power of combining complementary computational strategies to solve complex engineering problems. It is a reminder that in the age of artificial intelligence, the most effective solutions often arise not from a single breakthrough, but from the thoughtful integration of existing tools in novel ways.

As the construction industry continues its digital transformation, studies like this one will play a crucial role in shaping the future of building. They demonstrate that automation is not just about replacing human labor, but about augmenting human capability through smarter, more adaptive machines. And in doing so, they pave the way for a new generation of construction robots that are not only faster and stronger, but also more dexterous and intelligent than ever before.

Zhang Shuai, Chen Bai, Ju Feng, Xi Wanqiang, Nanjing University of Aeronautics and Astronautics, Machine Building & Automation, DOI: 10.19344/j.cnki.issn1671-5276.2021.01.042