首页 > 最新文献

Intelligent Service Robotics最新文献

英文 中文
Time delay compensated disturbance observer-based sliding mode slave controller and neural network model for bilateral teleoperation system 基于时延补偿扰动观测器的滑模从动控制器和神经网络模型用于双边远程操纵系统
IF 2.5 4区 计算机科学 Q3 ROBOTICS Pub Date : 2024-07-02 DOI: 10.1007/s11370-024-00546-1
Naveen Kumar, Niharika Thakur, Yogita Gupta

With the advancement of robotics, mechatronic systems, and automation systems, bilateral teleoperation systems are utilized for performing tasks in remote environments based on commands provided by the master. In application domains like drilling, space operations, medical surgery, undersea exploration, and several other areas, remote task operations are performed using teleoperation systems. Good transparency based on the force feedback and position tracking is still challenging tasks among conventional teleoperation systems. Hence, in order to overcome the challenges, radial basis function neural network (RBFNN) and sliding mode slave teleoperation controller-based disturbance observer (SMSTC-DOB) are proposed in this research. Here, the role of the RBFNN is to estimate the environment parameter for the desired trajectory planning. Besides, the SMSTC-DOB-based slave design helps to synchronize the performance between the slave and master for obtaining stability and good transparency by considering issues like nonlinearities, uncertainties, passivity, and time delay. The implementation is employed in MATLAB/Simulink, which depicts the better transparency of the model in terms of force feedback and position tracking.

随着机器人技术、机电一体化系统和自动化系统的发展,双边远程操纵系统被用于根据主人提供的指令在远程环境中执行任务。在钻探、太空作业、医疗手术、海底勘探等应用领域,远程任务操作都是通过远程操作系统来完成的。在传统的远程操纵系统中,基于力反馈和位置跟踪的良好透明度仍然是一项具有挑战性的任务。因此,为了克服这些挑战,本研究提出了径向基函数神经网络(RBFNN)和基于扰动观测器的滑模从动遥控控制器(SMSTC-DOB)。其中,RBFNN 的作用是估计环境参数,以实现理想的轨迹规划。此外,考虑到非线性、不确定性、被动性和时间延迟等问题,基于 SMSTC-DOB 的从站设计有助于同步从站和主站之间的性能,从而获得稳定性和良好的透明度。在 MATLAB/Simulink 中进行了实施,结果表明该模型在力反馈和位置跟踪方面具有更好的透明度。
{"title":"Time delay compensated disturbance observer-based sliding mode slave controller and neural network model for bilateral teleoperation system","authors":"Naveen Kumar, Niharika Thakur, Yogita Gupta","doi":"10.1007/s11370-024-00546-1","DOIUrl":"https://doi.org/10.1007/s11370-024-00546-1","url":null,"abstract":"<p>With the advancement of robotics, mechatronic systems, and automation systems, bilateral teleoperation systems are utilized for performing tasks in remote environments based on commands provided by the master. In application domains like drilling, space operations, medical surgery, undersea exploration, and several other areas, remote task operations are performed using teleoperation systems. Good transparency based on the force feedback and position tracking is still challenging tasks among conventional teleoperation systems. Hence, in order to overcome the challenges, radial basis function neural network (RBFNN) and sliding mode slave teleoperation controller-based disturbance observer (SMSTC-DOB) are proposed in this research. Here, the role of the RBFNN is to estimate the environment parameter for the desired trajectory planning. Besides, the SMSTC-DOB-based slave design helps to synchronize the performance between the slave and master for obtaining stability and good transparency by considering issues like nonlinearities, uncertainties, passivity, and time delay. The implementation is employed in MATLAB/Simulink, which depicts the better transparency of the model in terms of force feedback and position tracking.</p>","PeriodicalId":48813,"journal":{"name":"Intelligent Service Robotics","volume":"2016 1","pages":""},"PeriodicalIF":2.5,"publicationDate":"2024-07-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141506698","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
ETQ-learning: an improved Q-learning algorithm for path planning ETQ-learning: 一种改进的路径规划 Q-learning 算法
IF 2.5 4区 计算机科学 Q3 ROBOTICS Pub Date : 2024-06-26 DOI: 10.1007/s11370-024-00544-3
Huanwei Wang, Jing Jing, Qianlv Wang, Hongqi He, Xuyan Qi, Rui Lou

Path planning algorithm has always been the core of intelligent robot research; a good path planning algorithm can significantly enhance the efficiency of robots in executing tasks. As the application scenarios for intelligent robots continue to diversify, their adaptability to the environment has become a key focus in current path planning algorithm research. As one of the classic reinforcement learning algorithms, Q-learning (QL) algorithm has its inherent advantages in adapting to the environment, but it also faces various challenges and shortcomings. These issues are primarily centered around suboptimal path planning, slow convergence speed, weak generalization capability and poor obstacle avoidance performance. In order to solve these issues in the QL algorithm, we have carried out the following work. (1) We redesign the reward mechanism of QL algorithm. The traditional Q-learning algorithm’s reward mechanism is simple to implement but lacks directionality. We propose a combined reward mechanism of "static assignment + dynamic adjustment." This mechanism can address the issue of random path selection and ultimately lead to optimal path planning. (2) We redesign the greedy strategy of QL algorithm. In the traditional Q-learning algorithm, the greedy factor in the strategy is either randomly generated or set manually, which limits its applicability to some extent. It is difficult to effectively applied to different physical environments and scenarios, which is the fundamental reason for the poor generalization capability of the algorithm. We propose a dynamic adjustment of the greedy factor, known as the (varepsilon -acc-increasing) greedy strategy, which significantly improves the efficiency of Q-learning algorithm and enhances its generalization capability so that the algorithm has a wider range of application scenarios. (3) We introduce a concept to enhance the algorithm’s obstacle avoidance performance. We design the expansion distance, which pre-sets a "collision buffer" between the obstacle and agent to enhance the algorithm’s obstacle avoidance performance.

路径规划算法一直是智能机器人研究的核心,好的路径规划算法能显著提高机器人执行任务的效率。随着智能机器人应用场景的不断丰富,其对环境的适应性成为当前路径规划算法研究的重点。作为经典的强化学习算法之一,Q-learning(QL)算法在适应环境方面有其固有的优势,但也面临着各种挑战和不足。这些问题主要集中在次优路径规划、收敛速度慢、泛化能力弱以及避障性能差等方面。为了解决 QL 算法中的这些问题,我们开展了以下工作。(1)重新设计 QL 算法的奖励机制。传统 Q-learning 算法的奖励机制实现简单,但缺乏方向性。我们提出了 "静态分配+动态调整 "的组合奖励机制。这种机制可以解决随机路径选择的问题,并最终实现最优路径规划。(2) 我们重新设计了 QL 算法的贪婪策略。在传统的 Q-learning 算法中,策略中的贪婪因子是随机生成或手动设置的,这在一定程度上限制了其适用性。它很难有效地应用于不同的物理环境和场景,这也是该算法泛化能力差的根本原因。我们提出了一种动态调整贪婪因子的策略,即(varepsilon -acc-increasing)贪婪策略,大大提高了Q-learning算法的效率,增强了其泛化能力,使该算法具有更广泛的应用场景。(3) 我们引入了一个增强算法避障性能的概念。我们设计了扩展距离,在障碍物和机器人之间预设了一个 "碰撞缓冲区",以提高算法的避障性能。
{"title":"ETQ-learning: an improved Q-learning algorithm for path planning","authors":"Huanwei Wang, Jing Jing, Qianlv Wang, Hongqi He, Xuyan Qi, Rui Lou","doi":"10.1007/s11370-024-00544-3","DOIUrl":"https://doi.org/10.1007/s11370-024-00544-3","url":null,"abstract":"<p>Path planning algorithm has always been the core of intelligent robot research; a good path planning algorithm can significantly enhance the efficiency of robots in executing tasks. As the application scenarios for intelligent robots continue to diversify, their adaptability to the environment has become a key focus in current path planning algorithm research. As one of the classic reinforcement learning algorithms, Q-learning (QL) algorithm has its inherent advantages in adapting to the environment, but it also faces various challenges and shortcomings. These issues are primarily centered around suboptimal path planning, slow convergence speed, weak generalization capability and poor obstacle avoidance performance. In order to solve these issues in the QL algorithm, we have carried out the following work. (1) We redesign the reward mechanism of QL algorithm. The traditional Q-learning algorithm’s reward mechanism is simple to implement but lacks directionality. We propose a combined reward mechanism of \"static assignment + dynamic adjustment.\" This mechanism can address the issue of random path selection and ultimately lead to optimal path planning. (2) We redesign the greedy strategy of QL algorithm. In the traditional Q-learning algorithm, the greedy factor in the strategy is either randomly generated or set manually, which limits its applicability to some extent. It is difficult to effectively applied to different physical environments and scenarios, which is the fundamental reason for the poor generalization capability of the algorithm. We propose a dynamic adjustment of the greedy factor, known as the <span>(varepsilon -acc-increasing)</span> greedy strategy, which significantly improves the efficiency of Q-learning algorithm and enhances its generalization capability so that the algorithm has a wider range of application scenarios. (3) We introduce a concept to enhance the algorithm’s obstacle avoidance performance. We design the expansion distance, which pre-sets a \"collision buffer\" between the obstacle and agent to enhance the algorithm’s obstacle avoidance performance.\u0000</p>","PeriodicalId":48813,"journal":{"name":"Intelligent Service Robotics","volume":"172 1","pages":""},"PeriodicalIF":2.5,"publicationDate":"2024-06-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141506699","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Research on robot path planning by integrating state-based decision-making A* algorithm and inertial dynamic window approach 基于状态决策的 A* 算法与惯性动态窗口方法相结合的机器人路径规划研究
IF 2.5 4区 计算机科学 Q3 ROBOTICS Pub Date : 2024-06-17 DOI: 10.1007/s11370-024-00547-0
Shun Xing, Pingqing Fan, Xipei Ma, Yansong Wang

In response to challenges faced by mobile robots in global path planning within high-resolution grid maps—such as excessive waypoints, low efficiency, inability to evade random obstacles, and poor maneuverability in narrow passage environments during local path planning—a robot path planning algorithm is proposed. This algorithm integrates state-based decision-making A* algorithm with inertial dynamic window approach. Firstly, the exploration method of the A* algorithm is enhanced to dynamically adapt to the current state of the mobile robot, reducing the number of exploration nodes to improve exploration efficiency. Redundant turning points are eliminated from the original planned path to optimize the global path. Next, a path deviation evaluation function is incorporated into the speed space evaluation function of the dynamic window approach. This function adds weight to forward movement along the original direction, enhancing the robot’s ability to navigate through narrow environments. Finally, key points of the global path are used as sub-goals for local path planning, achieving a fusion of approaches. This enables the robot to simultaneously determine the optimal global path and perform random obstacle avoidance. Experimental verification demonstrates that deploying this integrated algorithm enhances exploration efficiency, reduces path turning points, achieves random obstacle avoidance, and excels in narrow passage environments for mobile robots.

针对移动机器人在高分辨率网格地图中进行全局路径规划时所面临的挑战--如路标过多、效率低、无法躲避随机障碍物,以及在局部路径规划时在狭窄通道环境中机动性差等--提出了一种机器人路径规划算法。该算法融合了基于状态决策的 A* 算法和惯性动态窗口方法。首先,增强了 A* 算法的探索方法,以动态适应移动机器人的当前状态,减少探索节点数量,提高探索效率。从原计划路径中剔除多余的转弯点,优化全局路径。接下来,在动态窗口方法的速度空间评估函数中加入了路径偏差评估函数。该函数增加了沿原方向前进的权重,增强了机器人在狭窄环境中的导航能力。最后,全局路径的关键点被用作局部路径规划的子目标,实现了方法的融合。这样,机器人就能同时确定最佳全局路径和执行随机避障。实验验证表明,采用这种集成算法可以提高探索效率,减少路径拐点,实现随机避障,并在移动机器人狭窄的通道环境中表现出色。
{"title":"Research on robot path planning by integrating state-based decision-making A* algorithm and inertial dynamic window approach","authors":"Shun Xing, Pingqing Fan, Xipei Ma, Yansong Wang","doi":"10.1007/s11370-024-00547-0","DOIUrl":"https://doi.org/10.1007/s11370-024-00547-0","url":null,"abstract":"<p>In response to challenges faced by mobile robots in global path planning within high-resolution grid maps—such as excessive waypoints, low efficiency, inability to evade random obstacles, and poor maneuverability in narrow passage environments during local path planning—a robot path planning algorithm is proposed. This algorithm integrates state-based decision-making A* algorithm with inertial dynamic window approach. Firstly, the exploration method of the A* algorithm is enhanced to dynamically adapt to the current state of the mobile robot, reducing the number of exploration nodes to improve exploration efficiency. Redundant turning points are eliminated from the original planned path to optimize the global path. Next, a path deviation evaluation function is incorporated into the speed space evaluation function of the dynamic window approach. This function adds weight to forward movement along the original direction, enhancing the robot’s ability to navigate through narrow environments. Finally, key points of the global path are used as sub-goals for local path planning, achieving a fusion of approaches. This enables the robot to simultaneously determine the optimal global path and perform random obstacle avoidance. Experimental verification demonstrates that deploying this integrated algorithm enhances exploration efficiency, reduces path turning points, achieves random obstacle avoidance, and excels in narrow passage environments for mobile robots.</p>","PeriodicalId":48813,"journal":{"name":"Intelligent Service Robotics","volume":"60 1","pages":""},"PeriodicalIF":2.5,"publicationDate":"2024-06-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141529456","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Two Novel Variants Associated with Brain Abnormalities in Clinical Suspicion of Arthrogryposis and Similar Phenotype in Three Children: Challenges in Offering Prenatal Diagnosis. 临床怀疑为关节突眼症的两个与脑异常有关的新变异及三个儿童的相似表型:提供产前诊断的挑战。
4区 计算机科学 Q3 ROBOTICS Pub Date : 2024-06-01 Epub Date: 2023-09-01 DOI: 10.1007/s13224-023-01776-6
Shailesh Pande, Sonali Mutha, Suchitra Surve, Shiny Babu, Harshwardhan Gawde
{"title":"Two Novel Variants Associated with Brain Abnormalities in Clinical Suspicion of Arthrogryposis and Similar Phenotype in Three Children: Challenges in Offering Prenatal Diagnosis.","authors":"Shailesh Pande, Sonali Mutha, Suchitra Surve, Shiny Babu, Harshwardhan Gawde","doi":"10.1007/s13224-023-01776-6","DOIUrl":"10.1007/s13224-023-01776-6","url":null,"abstract":"","PeriodicalId":48813,"journal":{"name":"Intelligent Service Robotics","volume":"13 1","pages":"271-274"},"PeriodicalIF":0.0,"publicationDate":"2024-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC11224207/pdf/","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"74838560","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Manufacture and development of Taban: a cute back-projected head social robot for educational purposes 制造和开发 "塔班":用于教育目的的可爱背投头社交机器人
IF 2.5 4区 计算机科学 Q3 ROBOTICS Pub Date : 2024-05-30 DOI: 10.1007/s11370-024-00545-2
Mojtaba Shahab, Alireza Taheri, Mohammad Mokhtari, AmirReza AsemanRafat, Mehdi Kermanshah, Azadeh Shariati, Ali F. Meghdari

One of the most important aspects in the design of a social robot is its visual appeal, with the design of its head playing a particularly important role in this regard. The head design for social robots has been developed using a variety of ways; one that has become popular today is the use of an in-head projector to create a 3D face for the robot. In this research, we review the design specifications and development stages of the Taban 1 and Taban 2 social robots, which were developed for communication with children in educational sessions. One notable feature of these robots is the presence of a projector located inside the back of the head, which displays the image of different characters on various 3D masks, enhancing the robot's appeal and preventing children from getting bored with the interaction. Due to the low attractiveness of the Taban 1, the Taban 2 robot was developed to increase its desirability. The study explores the conceptual and detailed design of the robots, including their hardware and software components. As children prefer a more cartoon-like horizontal face, this study also highlights the advantages of a horizontal face design, allowing for more cartoon-like characters. To evaluate the effectiveness of child–robot interaction and to study whether the Taban 2 robot is more attractive to children than the Taban 1 or not, acceptance sessions were conducted. The participants expressed high satisfaction and positive reception towards Taban 2, considering it a likable, intelligent, and safe technological teaching aid.

社交机器人设计中最重要的一个方面是其视觉吸引力,而头部设计在这方面发挥着特别重要的作用。社交机器人的头部设计有多种开发方法,其中一种已成为当今流行的方法是使用头内投影仪为机器人创建三维人脸。在本研究中,我们回顾了 Taban 1 和 Taban 2 社交机器人的设计规范和开发阶段,这两款机器人是为在教育课程中与儿童交流而开发的。这些机器人的一个显著特点是在后脑勺内侧安装了一个投影仪,可在各种三维面具上显示不同的人物形象,从而增强机器人的吸引力,防止儿童对互动产生厌倦感。由于 Taban 1 的吸引力较低,因此开发了 Taban 2 机器人,以提高其受欢迎程度。本研究探讨了机器人的概念和详细设计,包括其硬件和软件组件。由于儿童更喜欢卡通式的水平脸,本研究还强调了水平脸设计的优势,即可以设计出更多卡通式角色。为了评估儿童与机器人互动的效果,并研究 Taban 2 机器人是否比 Taban 1 更能吸引儿童,研究人员进行了接受测试。参与者对 Taban 2 表示高度满意和积极接受,认为它是一种可亲、智能和安全的技术教学辅助工具。
{"title":"Manufacture and development of Taban: a cute back-projected head social robot for educational purposes","authors":"Mojtaba Shahab, Alireza Taheri, Mohammad Mokhtari, AmirReza AsemanRafat, Mehdi Kermanshah, Azadeh Shariati, Ali F. Meghdari","doi":"10.1007/s11370-024-00545-2","DOIUrl":"https://doi.org/10.1007/s11370-024-00545-2","url":null,"abstract":"<p>One of the most important aspects in the design of a social robot is its visual appeal, with the design of its head playing a particularly important role in this regard. The head design for social robots has been developed using a variety of ways; one that has become popular today is the use of an in-head projector to create a 3D face for the robot. In this research, we review the design specifications and development stages of the Taban 1 and Taban 2 social robots, which were developed for communication with children in educational sessions. One notable feature of these robots is the presence of a projector located inside the back of the head, which displays the image of different characters on various 3D masks, enhancing the robot's appeal and preventing children from getting bored with the interaction. Due to the low attractiveness of the Taban 1, the Taban 2 robot was developed to increase its desirability. The study explores the conceptual and detailed design of the robots, including their hardware and software components. As children prefer a more cartoon-like horizontal face, this study also highlights the advantages of a horizontal face design, allowing for more cartoon-like characters. To evaluate the effectiveness of child–robot interaction and to study whether the Taban 2 robot is more attractive to children than the Taban 1 or not, acceptance sessions were conducted. The participants expressed high satisfaction and positive reception towards Taban 2, considering it a likable, intelligent, and safe technological teaching aid.</p>","PeriodicalId":48813,"journal":{"name":"Intelligent Service Robotics","volume":"42 1","pages":""},"PeriodicalIF":2.5,"publicationDate":"2024-05-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141196341","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Design and architecture of a slender and flexible underwater robot 纤巧灵活的水下机器人的设计与结构
IF 2.5 4区 计算机科学 Q3 ROBOTICS Pub Date : 2024-05-06 DOI: 10.1007/s11370-024-00539-0
Jia-Lin Wang, Jia-Ling Song, Ai-Rong Liu, Jia-Qiao Liang, Fo-Bao Zhou, Jia-Jian Liang, Ji-Yang Fu, Bing-Cong Chen

This paper presents the design and analysis of a biomimetic underwater snake-like robot, addressing the main limitations of current underwater robotic systems in terms of maneuverability and adaptability in complex environments. The innovative design incorporates flexible joint modules that significantly enhance the robot’s ability to navigate through narrow and irregular terrains, which is a notable limitation in traditional rigidly connected underwater robots. These flexible joints provide increased degrees of freedom and enable the robot to absorb and release energy, ensuring stability even under external impacts, thus extending the operational lifespan of the robot. Finite element analysis demonstrates the flexible joints’ superior performance in various underwater conditions, offering a greater range of motion and workspace compared to rigid connections. The results indicate that the robot’s modular design, combined with the flexible joint module, leads to improved agility and maneuverability, allowing for precise and intentional operation. The control module, equipped with advanced sensors and a CPU, manages the complex dynamics introduced by the flexible joints, ensuring effective navigation and operation. The specific advantages of this design include the robot’s enhanced structural integrity, its ability to conform to irregular surfaces, and its adaptability to environmental variations. The paper concludes with a discussion on the implications of these findings for the future design and operation of underwater serpentine robots, emphasizing the need for a balance between the effects of elastic modulus and workspace to maximize the benefits of flexible joints.

本文介绍了一种仿生水下蛇形机器人的设计和分析,解决了当前水下机器人系统在复杂环境中的机动性和适应性方面的主要局限性。创新设计采用了柔性关节模块,大大增强了机器人在狭窄和不规则地形中的导航能力,而这正是传统刚性连接水下机器人的一个显著局限。这些柔性关节增加了机器人的自由度,使其能够吸收和释放能量,即使在外部冲击下也能确保稳定性,从而延长了机器人的使用寿命。有限元分析表明,与刚性连接相比,柔性关节提供了更大的运动范围和工作空间,在各种水下条件下均表现出色。结果表明,机器人的模块化设计与柔性关节模块相结合,提高了灵活性和可操作性,从而实现了精确和有意识的操作。控制模块配备了先进的传感器和中央处理器,可以管理柔性关节带来的复杂动态,确保有效的导航和操作。这种设计的具体优势包括机器人的结构完整性得到增强,能够适应不规则表面,并能适应环境变化。论文最后讨论了这些发现对未来水下蛇形机器人设计和操作的影响,强调需要平衡弹性模量和工作空间的影响,以最大限度地发挥柔性关节的优势。
{"title":"Design and architecture of a slender and flexible underwater robot","authors":"Jia-Lin Wang, Jia-Ling Song, Ai-Rong Liu, Jia-Qiao Liang, Fo-Bao Zhou, Jia-Jian Liang, Ji-Yang Fu, Bing-Cong Chen","doi":"10.1007/s11370-024-00539-0","DOIUrl":"https://doi.org/10.1007/s11370-024-00539-0","url":null,"abstract":"<p>This paper presents the design and analysis of a biomimetic underwater snake-like robot, addressing the main limitations of current underwater robotic systems in terms of maneuverability and adaptability in complex environments. The innovative design incorporates flexible joint modules that significantly enhance the robot’s ability to navigate through narrow and irregular terrains, which is a notable limitation in traditional rigidly connected underwater robots. These flexible joints provide increased degrees of freedom and enable the robot to absorb and release energy, ensuring stability even under external impacts, thus extending the operational lifespan of the robot. Finite element analysis demonstrates the flexible joints’ superior performance in various underwater conditions, offering a greater range of motion and workspace compared to rigid connections. The results indicate that the robot’s modular design, combined with the flexible joint module, leads to improved agility and maneuverability, allowing for precise and intentional operation. The control module, equipped with advanced sensors and a CPU, manages the complex dynamics introduced by the flexible joints, ensuring effective navigation and operation. The specific advantages of this design include the robot’s enhanced structural integrity, its ability to conform to irregular surfaces, and its adaptability to environmental variations. The paper concludes with a discussion on the implications of these findings for the future design and operation of underwater serpentine robots, emphasizing the need for a balance between the effects of elastic modulus and workspace to maximize the benefits of flexible joints.</p>","PeriodicalId":48813,"journal":{"name":"Intelligent Service Robotics","volume":"150 1","pages":""},"PeriodicalIF":2.5,"publicationDate":"2024-05-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140887298","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Personal assistant robot using reinforcement learning: DARWIN-OP2 as a case study 使用强化学习的个人助理机器人:DARWIN-OP2 案例研究
IF 2.5 4区 计算机科学 Q3 ROBOTICS Pub Date : 2024-05-05 DOI: 10.1007/s11370-024-00540-7
Khalil M. Ahmad Yousef, Bassam J. Mohd, Omar Barham, Ahmad Al-Najjar, Mohammad Abu-Diab, Anas AlMajali

The use of robots as personal assistants has gained significant interest in recent years. In this research, our motivation is to employ a robot as a personal assistant to optimize the office ergonomics for students. Our personal assistant system consists of DARWIN-OP2 robot, reinforcement algorithm, ROS, communication with robot (using text to speech and speech to text capabilities), and bad posture detection. We conducted a case study on the personal assistant system. The robot receives feedback from student subjects through verbal chatting. Then, the robot executes some tasks such as performing actions or suggesting verbal advice’s to improve the student’s ergonomics. The study included a user evaluation of the robot’s performance, which involved a group of 31 student participants using the robot for a certain period of time. The results show that the DARWIN-OP2 robot is able to effectively and correctly provide valuable health exercises that relieved users’ pains. Additionally, student subjects reported high levels of satisfaction with the robot’s performance and perceived the robot as a helpful personal assistant as it helped in improving their ergonomics. In particular, evaluations of the system, using the group of 31 students, show the system scores 7.7 (out of 10) in speech recognition; 9.7 in health advice’s pain relief; and 9 in users’ opinion on using DARWIN-OP2 as a personal assistant.

近年来,使用机器人作为个人助理已引起人们的极大兴趣。在这项研究中,我们的动机是利用机器人作为个人助理,优化学生的办公工效。我们的个人助理系统由 DARWIN-OP2 机器人、强化算法、ROS、与机器人的通信(使用文本到语音和语音到文本功能)以及不良姿势检测组成。我们对个人助理系统进行了案例研究。机器人通过口头聊天接收学生的反馈。然后,机器人会执行一些任务,如执行动作或提出口头建议,以改善学生的人体工学状况。这项研究包括对机器人性能的用户评估,31 名学生参与了一段时间的机器人使用。结果表明,DARWIN-OP2 机器人能够有效、正确地提供有价值的健康锻炼,减轻用户的痛苦。此外,受试学生对机器人的性能表示高度满意,并认为机器人是一个有用的个人助手,因为它有助于改善他们的人体工学。特别是,31 名学生对该系统进行的评估显示,该系统在语音识别方面的得分为 7.7 分(满分 10 分);在健康咨询的疼痛缓解方面的得分为 9.7 分;在用户对使用 DARWIN-OP2 作为个人助理的看法方面的得分为 9 分。
{"title":"Personal assistant robot using reinforcement learning: DARWIN-OP2 as a case study","authors":"Khalil M. Ahmad Yousef, Bassam J. Mohd, Omar Barham, Ahmad Al-Najjar, Mohammad Abu-Diab, Anas AlMajali","doi":"10.1007/s11370-024-00540-7","DOIUrl":"https://doi.org/10.1007/s11370-024-00540-7","url":null,"abstract":"<p>The use of robots as personal assistants has gained significant interest in recent years. In this research, our motivation is to employ a robot as a personal assistant to optimize the office ergonomics for students. Our personal assistant system consists of DARWIN-OP2 robot, reinforcement algorithm, ROS, communication with robot (using text to speech and speech to text capabilities), and bad posture detection. We conducted a case study on the personal assistant system. The robot receives feedback from student subjects through verbal chatting. Then, the robot executes some tasks such as performing actions or suggesting verbal advice’s to improve the student’s ergonomics. The study included a user evaluation of the robot’s performance, which involved a group of 31 student participants using the robot for a certain period of time. The results show that the DARWIN-OP2 robot is able to effectively and correctly provide valuable health exercises that relieved users’ pains. Additionally, student subjects reported high levels of satisfaction with the robot’s performance and perceived the robot as a helpful personal assistant as it helped in improving their ergonomics. In particular, evaluations of the system, using the group of 31 students, show the system scores 7.7 (out of 10) in speech recognition; 9.7 in health advice’s pain relief; and 9 in users’ opinion on using DARWIN-OP2 as a personal assistant.</p>","PeriodicalId":48813,"journal":{"name":"Intelligent Service Robotics","volume":"66 1","pages":""},"PeriodicalIF":2.5,"publicationDate":"2024-05-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140887424","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
MAP3F: a decentralized approach to multi-agent pathfinding and collision avoidance with scalable 1D, 2D, and 3D feature fusion MAP3F:利用可扩展的一维、二维和三维特征融合实现多代理寻路和避免碰撞的分散方法
IF 2.5 4区 计算机科学 Q3 ROBOTICS Pub Date : 2024-04-22 DOI: 10.1007/s11370-024-00537-2
Marzie Parooei, Mehdi Tale Masouleh, Ahmad Kalhor

Path planning and collision avoidance are vital aspects of successful development and utilization of robots in complex and multi-agent environments. With the integration of robots into social settings, the significance of this issue becomes more apparent. This paper introduces a decentralized management approach based on deep reinforcement learning, where each agent learns independently based on its local observations. The proposed method employs a feature fusion technique which combines 1D, 2D, and 3D features. In order to streamline computation and optimize the training process, an established separation index method is utilized. This approach strategically selects a subset of the most informative features. The presented approach outperforms classical and learning-based methods in various environments with differing densities. Performance evaluation metrics include the interaction index, which indicates the percentage of collision-free scenarios, the reachability index, measuring the time for the slowest agent to reach its goal, the field of view index, demonstrating reduced computation time by narrowing the field of view without compromising interaction, and the scalability index, quantitatively measuring a system’s capability to efficiently handle increasing amounts of work or its ability to be enlarged to accommodate that growth. The performance of this method, compared to PRIMAL, ORCA, and ODRM* methods, has shown an increase of over 30% in situations where the environment is more complex and the number of agents is higher.

路径规划和避免碰撞是在复杂和多机器人环境中成功开发和利用机器人的重要方面。随着机器人融入社会环境,这一问题的重要性变得更加明显。本文介绍了一种基于深度强化学习的分散式管理方法,其中每个代理根据其本地观察结果进行独立学习。所提出的方法采用了一种结合一维、二维和三维特征的特征融合技术。为了简化计算和优化训练过程,采用了一种成熟的分离指数方法。这种方法战略性地选择了信息量最大的特征子集。在各种不同密度的环境中,所介绍的方法优于传统方法和基于学习的方法。性能评估指标包括交互指数(表示无碰撞场景的百分比)、可到达性指数(测量最慢的代理到达目标的时间)、视场指数(通过缩小视场范围而减少计算时间,同时不影响交互)和可扩展性指数(定量测量系统有效处理不断增加的工作量的能力或扩大系统以适应这种增长的能力)。与 PRIMAL、ORCA 和 ODRM* 方法相比,该方法在环境更复杂、代理数量更多的情况下,性能提高了 30% 以上。
{"title":"MAP3F: a decentralized approach to multi-agent pathfinding and collision avoidance with scalable 1D, 2D, and 3D feature fusion","authors":"Marzie Parooei, Mehdi Tale Masouleh, Ahmad Kalhor","doi":"10.1007/s11370-024-00537-2","DOIUrl":"https://doi.org/10.1007/s11370-024-00537-2","url":null,"abstract":"<p>Path planning and collision avoidance are vital aspects of successful development and utilization of robots in complex and multi-agent environments. With the integration of robots into social settings, the significance of this issue becomes more apparent. This paper introduces a decentralized management approach based on deep reinforcement learning, where each agent learns independently based on its local observations. The proposed method employs a feature fusion technique which combines 1D, 2D, and 3D features. In order to streamline computation and optimize the training process, an established separation index method is utilized. This approach strategically selects a subset of the most informative features. The presented approach outperforms classical and learning-based methods in various environments with differing densities. Performance evaluation metrics include the interaction index, which indicates the percentage of collision-free scenarios, the reachability index, measuring the time for the slowest agent to reach its goal, the field of view index, demonstrating reduced computation time by narrowing the field of view without compromising interaction, and the scalability index, quantitatively measuring a system’s capability to efficiently handle increasing amounts of work or its ability to be enlarged to accommodate that growth. The performance of this method, compared to PRIMAL, ORCA, and ODRM* methods, has shown an increase of over 30% in situations where the environment is more complex and the number of agents is higher.</p>","PeriodicalId":48813,"journal":{"name":"Intelligent Service Robotics","volume":"9 1","pages":""},"PeriodicalIF":2.5,"publicationDate":"2024-04-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140635553","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A* algorithm based on adaptive expansion convolution for unmanned aerial vehicle path planning 基于自适应扩展卷积的 A* 算法,用于无人机路径规划
IF 2.5 4区 计算机科学 Q3 ROBOTICS Pub Date : 2024-04-22 DOI: 10.1007/s11370-024-00536-3
Yu Xu, Yang Li, Yubo Tai, Xiaohan Lu, Yaodong Jia, Yifan Wang

Aiming at the shortcomings of traditional A* algorithm in 3D global path planning such as inefficiency and large computation, an A* optimization algorithm based on adaptive expansion convolution is proposed to realize UAV path planning. First, based on the idea of expansion convolution, the traditional A* algorithm is optimized to improve the search efficiency by improving the search step length and reducing the number of nodes needed to select the extended nodes in path planning; adding a weight factor to the cost function to select the appropriate weight of the cost function by keeping the principle of optimal path length while accelerating the planning speed to improve the planning speed of the algorithm; finally, using path pruning to further optimize the paths and reduce the problems of path redundancy. The simulation analysis results show that compared with the traditional A* algorithm, the improved algorithm in this paper reduces the number of extended nodes and shortens the planning time.

针对传统A*算法在三维全局路径规划中存在的效率低、计算量大等缺点,提出了一种基于自适应扩展卷积的A*优化算法来实现无人机路径规划。首先,基于扩展卷积的思想,对传统的A*算法进行优化,通过提高搜索步长,减少路径规划中选择扩展节点所需的节点数,提高搜索效率;在保持最优路径长度原则的前提下,在代价函数中加入权重因子,选择合适的代价函数权重,同时加快规划速度,提高算法的规划速度;最后,利用路径修剪进一步优化路径,减少路径冗余问题。仿真分析结果表明,与传统的 A* 算法相比,本文的改进算法减少了扩展节点的数量,缩短了规划时间。
{"title":"A* algorithm based on adaptive expansion convolution for unmanned aerial vehicle path planning","authors":"Yu Xu, Yang Li, Yubo Tai, Xiaohan Lu, Yaodong Jia, Yifan Wang","doi":"10.1007/s11370-024-00536-3","DOIUrl":"https://doi.org/10.1007/s11370-024-00536-3","url":null,"abstract":"<p>Aiming at the shortcomings of traditional A* algorithm in 3D global path planning such as inefficiency and large computation, an A* optimization algorithm based on adaptive expansion convolution is proposed to realize UAV path planning. First, based on the idea of expansion convolution, the traditional A* algorithm is optimized to improve the search efficiency by improving the search step length and reducing the number of nodes needed to select the extended nodes in path planning; adding a weight factor to the cost function to select the appropriate weight of the cost function by keeping the principle of optimal path length while accelerating the planning speed to improve the planning speed of the algorithm; finally, using path pruning to further optimize the paths and reduce the problems of path redundancy. The simulation analysis results show that compared with the traditional A* algorithm, the improved algorithm in this paper reduces the number of extended nodes and shortens the planning time.</p>","PeriodicalId":48813,"journal":{"name":"Intelligent Service Robotics","volume":"98 1","pages":""},"PeriodicalIF":2.5,"publicationDate":"2024-04-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140635366","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Trajectory tracking of mobile robots using hedge-agebras-based controllers 使用基于对冲矢量的控制器对移动机器人进行轨迹跟踪
IF 2.5 4区 计算机科学 Q3 ROBOTICS Pub Date : 2024-04-22 DOI: 10.1007/s11370-024-00529-2
Tien-Duy Nguyen, Sy-Tai Nguyen, Thi Thoa Mac, Hai-Le Bui

This research aims to design controllers based on the hedge-algebras (HA) theory to control differential robots that track reference trajectories. First, the HA-based controller (denoted as HA controller) is synthesized by selecting a suitable qualitative control rule base for the investigated model as a rule-based optimization problem. Then, the optimal HA-based controller (denoted as oHA controller) is established based on the problem of simultaneously optimizing the rule base, the reference interval of variables, and the fuzzy parameters of the variables. Optimization problems aim to minimize the distance between the robot and the reference trajectory. The optimization problems in this study use the Balancing composite motion optimization (BCMO) algorithm. A controller based on fuzzy set theory (denoted as FC controller) with the same parameters as the HA controller is also included for comparison. The simulation results show that the HA and oHA controllers demonstrate many advantages over the FC controller regarding reference trajectory tracking ability, calculation time, and control robustness. The main contribution of this work consists of (i) The development of a novel HA, oHA approaches to control a mobile robot to follow reference trajectories accurately; (ii) Providing optimal global-based BCMO in terms of minimal tracking error with computational efficiency; (iii) The investigation of one control rule base for HA and oHA controllers, which is effective for many different reference orbits; (iv) The development of a robust controller that adapts to the robot’s geometric parameters changes; (v) The proposed controllers have superior performance results compared to controllers based on fuzzy set theory in terms of position error between the robot and the reference trajectory, control action calculation time, and robust ability to change robot parameters.

本研究旨在设计基于对冲矩阵(HA)理论的控制器,以控制跟踪参考轨迹的差分机器人。首先,通过为所研究的模型选择合适的定性控制规则库,合成基于 HA 的控制器(简称 HA 控制器),这是一个基于规则的优化问题。然后,基于同时优化规则库、变量参考区间和变量模糊参数的问题,建立基于 HA 的最优控制器(简称为 oHA 控制器)。优化问题旨在最小化机器人与参考轨迹之间的距离。本研究中的优化问题采用了平衡复合运动优化(BCMO)算法。为了进行比较,还加入了一个基于模糊集理论的控制器(称为 FC 控制器),其参数与 HA 控制器相同。仿真结果表明,HA 和 oHA 控制器在参考轨迹跟踪能力、计算时间和控制鲁棒性方面比 FC 控制器更具优势。这项工作的主要贡献包括:(i) 开发了一种新型的 HA 和 oHA 方法来控制移动机器人精确地跟踪参考轨迹;(ii) 提供了基于全局的最佳 BCMO,使跟踪误差最小,计算效率最高;(iii) 研究了 HA 和 oHA 控制器的一个控制规则库,它对许多不同的参考轨道都有效;(v) 与基于模糊集理论的控制器相比,所提出的控制器在机器人与参考轨迹之间的位置误差、控制动作计算时间以及机器人参数变化的鲁棒性能力等方面具有更优越的性能。
{"title":"Trajectory tracking of mobile robots using hedge-agebras-based controllers","authors":"Tien-Duy Nguyen, Sy-Tai Nguyen, Thi Thoa Mac, Hai-Le Bui","doi":"10.1007/s11370-024-00529-2","DOIUrl":"https://doi.org/10.1007/s11370-024-00529-2","url":null,"abstract":"<p>This research aims to design controllers based on the hedge-algebras (HA) theory to control differential robots that track reference trajectories. First, the HA-based controller (denoted as HA controller) is synthesized by selecting a suitable qualitative control rule base for the investigated model as a rule-based optimization problem. Then, the optimal HA-based controller (denoted as oHA controller) is established based on the problem of simultaneously optimizing the rule base, the reference interval of variables, and the fuzzy parameters of the variables. Optimization problems aim to minimize the distance between the robot and the reference trajectory. The optimization problems in this study use the Balancing composite motion optimization (BCMO) algorithm. A controller based on fuzzy set theory (denoted as FC controller) with the same parameters as the HA controller is also included for comparison. The simulation results show that the HA and oHA controllers demonstrate many advantages over the FC controller regarding reference trajectory tracking ability, calculation time, and control robustness. The main contribution of this work consists of (i) The development of a novel HA, oHA approaches to control a mobile robot to follow reference trajectories accurately; (ii) Providing optimal global-based BCMO in terms of minimal tracking error with computational efficiency; (iii) The investigation of one control rule base for HA and oHA controllers, which is effective for many different reference orbits; (iv) The development of a robust controller that adapts to the robot’s geometric parameters changes; (v) The proposed controllers have superior performance results compared to controllers based on fuzzy set theory in terms of position error between the robot and the reference trajectory, control action calculation time, and robust ability to change robot parameters.</p>","PeriodicalId":48813,"journal":{"name":"Intelligent Service Robotics","volume":"1 1","pages":""},"PeriodicalIF":2.5,"publicationDate":"2024-04-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140635333","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Intelligent Service Robotics
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1