Towards Optimized Parallel Robots for Human-Robot Collaboration by Combined Structural and Dimensional Synthesis

Read original: arXiv:2408.15831 - Published 8/29/2024 by Aran Mohammad, Thomas Seel, Moritz Schappler
Total Score

0

👁️

Sign in to get full access

or

If you already have an account, we'll log you in

Overview

  • Parallel robots (PR) have potential for human-robot collaboration (HRC) due to their lower moving masses and higher speeds.
  • However, the parallel leg chains increase the risks of collision and clamping.
  • This work describes these hazards using kinematics and kinetostatics models to minimize them as objective functions through a combined structural and dimensional synthesis in a particle-swarm optimization.
  • Back-drivability is quantified to theoretically guarantee detectability via motor current.
  • The largest eigenvalue of the mass matrix formulated in the operational-space coordinates is used as an HRC-relevant objective function to consider collision effects.
  • Multi-objective optimization leads to different Pareto-optimal PR structures.

Plain English Explanation

Parallel robots are a type of robot that have multiple arms or "legs" working together. They can move quickly and have lower overall weight compared to other robots, which makes them well-suited for human-robot collaboration. However, the way the legs are connected also increases the chances of the robot colliding with or trapping a human worker.

This research project looked at ways to address these safety concerns. The researchers used mathematical models of the robot's movement and forces to identify the key risks, such as the robot parts getting stuck together or hitting a person. They then incorporated these risk factors into the robot's design optimization process, using a technique called particle swarm optimization to find the best overall robot structure.

An important part of making these robots safe for human interaction is ensuring they can be easily detected and stopped if needed. The researchers quantified a concept called "back-drivability," which means the robot can be easily moved by an outside force like a person pushing on it. This back-drivability helps guarantee the robot's motion can be sensed by monitoring the motor currents.

The optimization also considered how the robot's mass and inertia properties affect the risk of collisions, using a metric called the largest eigenvalue of the mass matrix. Optimizing for this helps reduce the potential for harmful impacts if the robot does collide with a person.

Overall, this research shows how the design of parallel robots can be optimized to improve their safety and suitability for working alongside human employees, through a combination of mathematical modeling and multi-objective optimization techniques.

Technical Explanation

This work explores the use of parallel robots (PR) for human-robot collaboration (HRC) applications. PRs offer advantages like lower moving masses and higher speeds compared to serial robots, but their parallel leg chains also increase the risks of collision and clamping.

The researchers developed kinematics and kinetostatics models to describe these hazards, and incorporated them as objective functions in a combined structural and dimensional synthesis using particle swarm optimization. In addition to the risks within and between the kinematic chains, the team also quantified the back-drivability of the system to theoretically guarantee detectability via motor current.

Another HRC-relevant objective function used was the largest eigenvalue of the mass matrix formulated in the operational-space coordinates, which captures the effects of collision on the robot. The multi-objective optimization process resulted in different Pareto-optimal PR structures.

The results show that this optimization approach led to significant improvements in the HRC-relevant criteria. The researchers found that a Hexa structure (6-RUS) was the most favorable option, considering the objective functions as well as the simpler joint structure.

Critical Analysis

The research provides a comprehensive framework for optimizing parallel robot designs to enhance safety and suitability for human-robot collaboration. By incorporating specific HRC-relevant objectives, such as collision risk and back-drivability, the optimization process goes beyond traditional mechanical design considerations.

However, the work is limited to theoretical modeling and simulation. Real-world implementation and validation would be necessary to fully assess the practical benefits and limitations of this approach. Factors like sensor reliability, control system responsiveness, and human behavioral factors could also influence the actual performance and safety of such collaborative robots in industrial settings.

Additionally, the study focuses on a specific parallel robot architecture (Hexa 6-RUS). Further research could explore the optimization of other parallel robot configurations, or investigate hybrid designs that combine parallel and serial elements to leverage the strengths of both.

Future work could also consider additional HRC-relevant criteria, such as intuitive programming interfaces, human-friendly motion planning, and strategies for seamless human-robot interaction and task coordination.

Conclusion

This research demonstrates a systematic approach to optimizing parallel robot designs for improved safety and suitability in human-robot collaboration scenarios. By modeling and minimizing key hazards like collision and clamping risks, as well as considering back-drivability and mass matrix properties, the optimization process yields Pareto-optimal designs that can enhance the viability of parallel robots for industrial applications involving close human-robot interaction.

The findings suggest that the Hexa 6-RUS parallel robot structure is a promising candidate for HRC, offering a balance of favorable performance characteristics and simpler joint design. While further validation is needed, this work provides a valuable framework for developing safer and more collaborative robotic systems to support the integration of humans and machines in industrial environments.



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

👁️

Total Score

0

Towards Optimized Parallel Robots for Human-Robot Collaboration by Combined Structural and Dimensional Synthesis

Aran Mohammad, Thomas Seel, Moritz Schappler

Parallel robots (PR) offer potential for human-robot collaboration (HRC) due to their lower moving masses and higher speeds. However, the parallel leg chains increase the risks of collision and clamping. In this work, these hazards are described by kinematics and kinetostatics models to minimize them as objective functions by a combined structural and dimensional synthesis in a particle-swarm optimization. In addition to the risk of clamping within and between kinematic chains, the back-drivability is quantified to theoretically guarantee detectability via motor current. Another HRC-relevant objective function is the largest eigenvalue of the mass matrix formulated in the operational-space coordinates to consider collision effects. Multi-objective optimization leads to different Pareto-optimal PR structures. The results show that the optimization leads to significant improvement of the HRC criteria and that a Hexa structure (6-RUS) is to be favored concerning the objective functions and due to its simpler joint structure.

Read more

8/29/2024

A Modular Framework for Flexible Planning in Human-Robot Collaboration
Total Score

0

A Modular Framework for Flexible Planning in Human-Robot Collaboration

Valerio Belcamino, Mariya Kilina, Linda Lastrico, Alessandro Carf`i, Fulvio Mastrogiovanni

This paper presents a comprehensive framework to enhance Human-Robot Collaboration (HRC) in real-world scenarios. It introduces a formalism to model articulated tasks, requiring cooperation between two agents, through a smaller set of primitives. Our implementation leverages Hierarchical Task Networks (HTN) planning and a modular multisensory perception pipeline, which includes vision, human activity recognition, and tactile sensing. To showcase the system's scalability, we present an experimental scenario where two humans alternate in collaborating with a Baxter robot to assemble four pieces of furniture with variable components. This integration highlights promising advancements in HRC, suggesting a scalable approach for complex, cooperative tasks across diverse applications.

Read more

6/10/2024

🛠️

Total Score

0

Towards reliable real-time trajectory optimization

Fatemeh Rastgar

Motion planning is a key aspect of robotics. A common approach to address motion planning problems is trajectory optimization. Trajectory optimization can represent the high-level behaviors of robots through mathematical formulations. However, current trajectory optimization approaches have two main challenges. Firstly, their solution heavily depends on the initial guess, and they are prone to get stuck in local minima. Secondly, they face scalability limitations by increasing the number of constraints. This thesis endeavors to tackle these challenges by introducing four innovative trajectory optimization algorithms to improve reliability, scalability, and computational efficiency. There are two novel aspects of the proposed algorithms. The first key innovation is remodeling the kinematic constraints and collision avoidance constraints. Another key innovation lies in the design of algorithms that effectively utilize parallel computation on GPU accelerators. By using reformulated constraints and leveraging the computational power of GPUs, the proposed algorithms of this thesis demonstrate significant improvements in efficiency and scalability compared to the existing methods. Parallelization enables faster computation times, allowing for real-time decision-making in dynamic environments. Moreover, the algorithms are designed to adapt to changes in the environment, ensuring robust performance. Extensive benchmarking for each proposed optimizer validates their efficacy. Overall, this thesis makes a significant contribution to the field of trajectory optimization algorithms. It introduces innovative solutions that specifically address the challenges faced by existing methods. The proposed algorithms pave the way for more efficient and robust motion planning solutions in robotics by leveraging parallel computation and specific mathematical structures.

Read more

8/21/2024

Collaborating for Success: Optimizing System Efficiency and Resilience Under Agile Industrial Settings
Total Score

0

Collaborating for Success: Optimizing System Efficiency and Resilience Under Agile Industrial Settings

Sunny Katyara, Suchita Sharma, Praveen Damacharla, Carlos Garcia Santiago, Francis O'Farrell, Philip Long

Designing an efficient and resilient human-robot collaboration strategy that not only upholds the safety and ergonomics of shared workspace but also enhances the performance and agility of collaborative setup presents significant challenges concerning environment perception and robot control. In this research, we introduce a novel approach for collaborative environment monitoring and robot motion regulation to address this multifaceted problem. Our study proposes novel computation and division of safety monitoring zones, adhering to ISO 13855 and TS 15066 standards, utilizing 2D lasers information. These zones are not only configured in the standard three-layer arrangement but are also expanded into two adjacent quadrants, thereby enhancing system uptime and preventing unnecessary deadlocks. Moreover, we also leverage 3D visual information to track dynamic human articulations and extended intrusions. Drawing upon the fused sensory data from 2D and 3D perceptual spaces, our proposed hierarchical controller stably regulates robot velocity, validated using Lasalle in-variance principle. Empirical evaluations demonstrate that our approach significantly reduces task execution time and system response delay, resulting in improved efficiency and resilience within collaborative settings.

Read more

9/14/2024