首页 > 最新文献

Robotics and Computer-integrated Manufacturing最新文献

英文 中文
Adaptively sampled distance functions: A unifying digital twin representation for advanced manufacturing 自适应采样距离函数:先进制造业的统一数字孪生表示法
IF 9.1 1区 计算机科学 Q1 COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS Pub Date : 2024-10-28 DOI: 10.1016/j.rcim.2024.102877
Sam Pratt , Tadeusz Kosmal , Christopher Williams
Digital twin tools for additive manufacturing (AM) are constrained by the underlying representations of component geometry that are currently in wide use. Mesh, voxel, and parametric surface representations require numerous conversions to intermediate representations at multiple points throughout the processing chain. Each conversion introduces additional error in the geometric representation and complicates comparison of in-situ process sensor data to the as-designed component. Additionally, the limited interoperability of the various representations produced throughout the process chain limit the insights available from current digital twin tools. We introduce a novel framework based on a unifying geometric representation that serves the complete AM digital thread. The presented GPU-accelerated, adaptively sampled distance function (ASDF) framework serves as a foundation for component design and path planning tools, especially for real-time path planning in AM, as well as provides a baseline representation of geometry from control systems, and enables rapid comparison of in-situ sensor data to the as-designed model without intermediate conversion, greatly reducing the burden of reducing such data to usable process insights.
用于增材制造(AM)的数字孪生工具受到目前广泛使用的组件几何图形底层表示法的限制。网格、体素和参数化曲面表示法需要在整个加工链的多个环节进行大量的中间表示法转换。每次转换都会在几何表示法中引入额外的误差,并使原位工艺传感器数据与设计组件的比较变得复杂。此外,在整个加工链中产生的各种表征的互操作性有限,限制了当前数字孪生工具的洞察力。我们引入了一个基于统一几何表示法的新型框架,该表示法可用于整个 AM 数字线程。所介绍的 GPU 加速自适应采样距离函数(ASDF)框架可作为组件设计和路径规划工具的基础,尤其适用于 AM 中的实时路径规划,还可提供来自控制系统的几何基准表示法,并可将现场传感器数据与设计模型进行快速比较,而无需进行中间转换,从而大大减轻了将此类数据还原为可用工艺见解的负担。
{"title":"Adaptively sampled distance functions: A unifying digital twin representation for advanced manufacturing","authors":"Sam Pratt ,&nbsp;Tadeusz Kosmal ,&nbsp;Christopher Williams","doi":"10.1016/j.rcim.2024.102877","DOIUrl":"10.1016/j.rcim.2024.102877","url":null,"abstract":"<div><div>Digital twin tools for additive manufacturing (AM) are constrained by the underlying representations of component geometry that are currently in wide use. Mesh, voxel, and parametric surface representations require numerous conversions to intermediate representations at multiple points throughout the processing chain. Each conversion introduces additional error in the geometric representation and complicates comparison of <em>in-situ</em> process sensor data to the as-designed component. Additionally, the limited interoperability of the various representations produced throughout the process chain limit the insights available from current digital twin tools. We introduce a novel framework based on a unifying geometric representation that serves the complete AM digital thread. The presented GPU-accelerated, adaptively sampled distance function (ASDF) framework serves as a foundation for component design and path planning tools, especially for real-time path planning in AM, as well as provides a baseline representation of geometry from control systems, and enables rapid comparison of <em>in-situ</em> sensor data to the as-designed model without intermediate conversion, greatly reducing the burden of reducing such data to usable process insights.</div></div>","PeriodicalId":21452,"journal":{"name":"Robotics and Computer-integrated Manufacturing","volume":"92 ","pages":"Article 102877"},"PeriodicalIF":9.1,"publicationDate":"2024-10-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142534212","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":1,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Trajectory error compensation method for grinding robots based on kinematic calibration and joint variable prediction 基于运动学校准和关节变量预测的打磨机器人轨迹误差补偿方法
IF 9.1 1区 计算机科学 Q1 COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS Pub Date : 2024-10-25 DOI: 10.1016/j.rcim.2024.102889
Kaiwei Ma , Fengyu Xu , Qingyu Xu , Shuang Gao , Guo-Ping Jiang
Trajectory accuracy, a crucial metric in assessing the dynamic performance of grinding robots, is influenced by the uncertain movement of the tool center point, directly impacting the surface quality of processed workpieces. This article introduces an innovative method for compensating trajectory errors. Initially, a strategy for error compensation is derived using differential kinematics theory. Subsequently, a robot kinematic calibration method utilizing ring particle swarm optimization (RPSO) is proposed to address static errors in the grinding robot. Simultaneously, a method for predicting robot joint variables based on a dual-channel feedforward neural network (DCFNN) is designed to mitigate dynamic errors. Finally, a simulation platform is developed to validate the proposed method. Simulation analysis using extensive data demonstrates an 89.3% improvement in absolute position accuracy and a 74.2% reduction in error fluctuation range, outperforming sparrow search algorithm (SSA), improved mayfly algorithm (IMA), multi-representation integrated predictive neural network (MRIPNN), etc. Algorithmic comparison reveals that kinematic calibration significantly reduces the average trajectory error, while joint variable prediction notably minimizes error fluctuation. Validation through trajectory straightness testing and a 3D printing propeller grinding experiment achieves a trajectory straightness of 0.2425 mm. Implementing this method enables achieving 86.1% surface machining allowance within tolerance, making it an optimal solution for grinding robots.
轨迹精度是评估打磨机器人动态性能的关键指标,它受到刀具中心点不确定运动的影响,直接影响加工工件的表面质量。本文介绍了一种创新的轨迹误差补偿方法。首先,利用微分运动学理论推导出一种误差补偿策略。随后,提出了一种利用环形粒子群优化(RPSO)的机器人运动学校准方法,以解决打磨机器人的静态误差问题。同时,设计了一种基于双通道前馈神经网络(DCFNN)的机器人关节变量预测方法,以减少动态误差。最后,开发了一个仿真平台来验证所提出的方法。利用大量数据进行的仿真分析表明,绝对位置精度提高了 89.3%,误差波动范围缩小了 74.2%,优于麻雀搜索算法(SSA)、改进的蜉蝣算法(IMA)、多表征集成预测神经网络(MRIPNN)等。通过算法比较发现,运动校准能显著降低平均轨迹误差,而联合变量预测则能显著减少误差波动。通过轨迹直线度测试和 3D 打印螺旋桨研磨实验验证,轨迹直线度达到 0.2425 毫米。采用这种方法后,表面加工余量在公差范围内达到了 86.1%,成为打磨机器人的最佳解决方案。
{"title":"Trajectory error compensation method for grinding robots based on kinematic calibration and joint variable prediction","authors":"Kaiwei Ma ,&nbsp;Fengyu Xu ,&nbsp;Qingyu Xu ,&nbsp;Shuang Gao ,&nbsp;Guo-Ping Jiang","doi":"10.1016/j.rcim.2024.102889","DOIUrl":"10.1016/j.rcim.2024.102889","url":null,"abstract":"<div><div>Trajectory accuracy, a crucial metric in assessing the dynamic performance of grinding robots, is influenced by the uncertain movement of the tool center point, directly impacting the surface quality of processed workpieces. This article introduces an innovative method for compensating trajectory errors. Initially, a strategy for error compensation is derived using differential kinematics theory. Subsequently, a robot kinematic calibration method utilizing ring particle swarm optimization (RPSO) is proposed to address static errors in the grinding robot. Simultaneously, a method for predicting robot joint variables based on a dual-channel feedforward neural network (DCFNN) is designed to mitigate dynamic errors. Finally, a simulation platform is developed to validate the proposed method. Simulation analysis using extensive data demonstrates an 89.3% improvement in absolute position accuracy and a 74.2% reduction in error fluctuation range, outperforming sparrow search algorithm (SSA), improved mayfly algorithm (IMA), multi-representation integrated predictive neural network (MRIPNN), etc. Algorithmic comparison reveals that kinematic calibration significantly reduces the average trajectory error, while joint variable prediction notably minimizes error fluctuation. Validation through trajectory straightness testing and a 3D printing propeller grinding experiment achieves a trajectory straightness of 0.2425 mm. Implementing this method enables achieving 86.1% surface machining allowance within tolerance, making it an optimal solution for grinding robots.</div></div>","PeriodicalId":21452,"journal":{"name":"Robotics and Computer-integrated Manufacturing","volume":"92 ","pages":"Article 102889"},"PeriodicalIF":9.1,"publicationDate":"2024-10-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142534211","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":1,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A hybrid model in a nonlinear disturbance observer for improving compliance error compensation of robotic machining 非线性扰动观测器中的混合模型,用于改进机器人加工的顺应性误差补偿
IF 9.1 1区 计算机科学 Q1 COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS Pub Date : 2024-10-24 DOI: 10.1016/j.rcim.2024.102887
Ali Khishtan , Seong Hyeon Kim , Jihyun Lee
The joint deflection of robots in machining degrades product accuracy. Compliance error compensation has been investigated to reduce the static deflection of robotic machining. The challenge in compliance error compensation is accurately measuring the deflection or cutting force. External sensors have been used to measure them in robotic machining, but it is not practical. The authors proposed a nonlinear disturbance observer to indirectly measure the cutting force online in robotic machining in the previous study. The observer, however, needs to utilize the robot model that includes characteristics of high nonlinearity, uncertainty, and high dynamic variation for different robot postures. After investigating these challenges of modeling, this paper proposes a hybrid modeling approach combining a physics-based model with a new empirical friction model, and a data-driven model to accurately estimate the cutting force while minimizing the error of the robot's mathematical model. The joint torque calculated from the hybrid model can cover the effect of joints' postures and speeds on the varying dynamic in its workspace. Real-time optimization just before cutting is also proposed to adapt to the real-time joint's motion conditions. The experimental results from aluminum multi-axis cutting show that the estimated cutting force via the nonlinear disturbance observer based on the proposed hybrid modeling approach can improve its accuracy up to 45% and 74% in the x and y directions respectively, compared to the physics-based modeling approach. The deflection of the tool center point can be compensated by using a compliance error compensation method up to 79.1% and 75.4% in the x and y directions, respectively, at 0.5 mm/s feed rate, and up to 77.2% and 78.9% at 3 mm/s feed rate. Consequently, the approaches developed in this paper can solve the problems of conventional robot modeling and improve the accuracy of robot machining.
机器人在加工过程中的关节挠度会降低产品精度。为了减少机器人加工中的静态挠度,人们对顺应误差补偿进行了研究。顺应性误差补偿的难点在于精确测量挠度或切削力。在机器人加工中,外部传感器被用来测量它们,但这并不实用。作者在之前的研究中提出了一种非线性干扰观测器,用于间接在线测量机器人加工中的切削力。然而,该观测器需要利用机器人模型,而机器人模型包括高非线性、不确定性和不同机器人姿态下的高动态变化等特点。在研究了建模所面临的这些挑战后,本文提出了一种混合建模方法,将基于物理的模型与新的经验摩擦模型和数据驱动模型相结合,在精确估算切削力的同时,最大限度地减小机器人数学模型的误差。混合模型计算出的关节扭矩可以涵盖关节姿态和速度对其工作空间内动态变化的影响。此外,还提出了切割前的实时优化,以适应关节的实时运动条件。铝材多轴切削的实验结果表明,与基于物理的建模方法相比,通过基于混合建模方法的非线性扰动观测器估算的切削力在 x 和 y 方向的精度分别提高了 45% 和 74%。在进给速度为 0.5 mm/s 的情况下,使用顺应性误差补偿方法,刀具中心点的偏移在 x 和 y 方向的补偿率分别可达 79.1% 和 75.4%;在进给速度为 3 mm/s 的情况下,补偿率分别可达 77.2% 和 78.9%。因此,本文开发的方法可以解决传统机器人建模的问题,提高机器人加工的精度。
{"title":"A hybrid model in a nonlinear disturbance observer for improving compliance error compensation of robotic machining","authors":"Ali Khishtan ,&nbsp;Seong Hyeon Kim ,&nbsp;Jihyun Lee","doi":"10.1016/j.rcim.2024.102887","DOIUrl":"10.1016/j.rcim.2024.102887","url":null,"abstract":"<div><div>The joint deflection of robots in machining degrades product accuracy. Compliance error compensation has been investigated to reduce the static deflection of robotic machining. The challenge in compliance error compensation is accurately measuring the deflection or cutting force. External sensors have been used to measure them in robotic machining, but it is not practical. The authors proposed a nonlinear disturbance observer to indirectly measure the cutting force online in robotic machining in the previous study. The observer, however, needs to utilize the robot model that includes characteristics of high nonlinearity, uncertainty, and high dynamic variation for different robot postures. After investigating these challenges of modeling, this paper proposes a hybrid modeling approach combining a physics-based model with a new empirical friction model, and a data-driven model to accurately estimate the cutting force while minimizing the error of the robot's mathematical model. The joint torque calculated from the hybrid model can cover the effect of joints' postures and speeds on the varying dynamic in its workspace. Real-time optimization just before cutting is also proposed to adapt to the real-time joint's motion conditions. The experimental results from aluminum multi-axis cutting show that the estimated cutting force via the nonlinear disturbance observer based on the proposed hybrid modeling approach can improve its accuracy up to 45% and 74% in the <em>x</em> and <em>y</em> directions respectively, compared to the physics-based modeling approach. The deflection of the tool center point can be compensated by using a compliance error compensation method up to 79.1% and 75.4% in the <em>x</em> and <em>y</em> directions, respectively, at 0.5 <em>mm/s</em> feed rate, and up to 77.2% and 78.9% at 3 <em>mm/s</em> feed rate. Consequently, the approaches developed in this paper can solve the problems of conventional robot modeling and improve the accuracy of robot machining.</div></div>","PeriodicalId":21452,"journal":{"name":"Robotics and Computer-integrated Manufacturing","volume":"92 ","pages":"Article 102887"},"PeriodicalIF":9.1,"publicationDate":"2024-10-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142534213","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":1,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Tool breakage monitoring driven by the real-time predicted spindle cutting torque using spindle servo signals 利用主轴伺服信号实时预测主轴切削扭矩,监测刀具破损情况
IF 9.1 1区 计算机科学 Q1 COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS Pub Date : 2024-10-15 DOI: 10.1016/j.rcim.2024.102888
Yinghao Cheng , Yingguang Li , Guangxu Li , Xu Liu , Jinyu Xia , Changqing Liu , Xiaozhong Hao
Monitoring tool breakage during computer numerical control machining is essential to ensure machining quality and equipment safety. In consideration of the low cost in long-term use and the non-invasiveness to workspace, using servo signals of machine tools to monitor tool breakage has been viewed as the solution that has great potential to be applied in real industry. However, because machine tool servo signals can only partially and indirectly reflect tool conditions, the accuracy and reliability of existing methods still need to be improved. To overcome this challenge, a novel two-step data-driven tool breakage monitoring method using spindle servo signals is proposed. Since spindle cutting torque is acknowledged as one of the most effective and reliable physical signals for detecting tool breakage, it is introduced as the key intermediate variable from spindle servo signals to tool conditions. The monitored spindle servo signals are used to predict the spindle cutting torque in real time based on a long short-term memory neural network, and then the predicted spindle cutting torque is used to detect tool breakage based on a one-dimensional convolutional neural network. The experimental results show that the proposed method can accurately predict the spindle cutting torque for normal tools and broken tools. Compared with the tool breakage monitoring methods that directly use spindle servo signals, the proposed method has higher detection accuracy and more reliable detection results, and the performance is more stable when increasing the detection frequency and decreasing training data.
监控计算机数控加工过程中的刀具破损对于确保加工质量和设备安全至关重要。考虑到长期使用的低成本和对工作空间的非侵入性,利用机床伺服信号监测刀具破损一直被视为在实际工业中具有巨大应用潜力的解决方案。然而,由于机床伺服信号只能部分和间接地反映刀具状况,现有方法的准确性和可靠性仍有待提高。为了克服这一难题,本文提出了一种利用主轴伺服信号的新型两步式数据驱动刀具破损监测方法。由于主轴切削扭矩被认为是检测刀具破损最有效、最可靠的物理信号之一,因此被引入作为从主轴伺服信号到刀具状况的关键中间变量。基于长短期记忆神经网络,利用监测到的主轴伺服信号实时预测主轴切削扭矩,然后基于一维卷积神经网络利用预测到的主轴切削扭矩检测刀具破损情况。实验结果表明,所提出的方法可以准确预测正常刀具和破损刀具的主轴切削扭矩。与直接使用主轴伺服信号的刀具破损监测方法相比,所提出的方法具有更高的检测精度和更可靠的检测结果,并且在增加检测频率和减少训练数据时性能更加稳定。
{"title":"Tool breakage monitoring driven by the real-time predicted spindle cutting torque using spindle servo signals","authors":"Yinghao Cheng ,&nbsp;Yingguang Li ,&nbsp;Guangxu Li ,&nbsp;Xu Liu ,&nbsp;Jinyu Xia ,&nbsp;Changqing Liu ,&nbsp;Xiaozhong Hao","doi":"10.1016/j.rcim.2024.102888","DOIUrl":"10.1016/j.rcim.2024.102888","url":null,"abstract":"<div><div>Monitoring tool breakage during computer numerical control machining is essential to ensure machining quality and equipment safety. In consideration of the low cost in long-term use and the non-invasiveness to workspace, using servo signals of machine tools to monitor tool breakage has been viewed as the solution that has great potential to be applied in real industry. However, because machine tool servo signals can only partially and indirectly reflect tool conditions, the accuracy and reliability of existing methods still need to be improved. To overcome this challenge, a novel two-step data-driven tool breakage monitoring method using spindle servo signals is proposed. Since spindle cutting torque is acknowledged as one of the most effective and reliable physical signals for detecting tool breakage, it is introduced as the key intermediate variable from spindle servo signals to tool conditions. The monitored spindle servo signals are used to predict the spindle cutting torque in real time based on a long short-term memory neural network, and then the predicted spindle cutting torque is used to detect tool breakage based on a one-dimensional convolutional neural network. The experimental results show that the proposed method can accurately predict the spindle cutting torque for normal tools and broken tools. Compared with the tool breakage monitoring methods that directly use spindle servo signals, the proposed method has higher detection accuracy and more reliable detection results, and the performance is more stable when increasing the detection frequency and decreasing training data.</div></div>","PeriodicalId":21452,"journal":{"name":"Robotics and Computer-integrated Manufacturing","volume":"92 ","pages":"Article 102888"},"PeriodicalIF":9.1,"publicationDate":"2024-10-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142433852","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":1,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Communicating robots’ intent through visual cues enhances human anticipatory behavior in human–dual robot collaboration 通过视觉提示传达机器人意图,增强人类与双机器人协作中的预期行为
IF 9.1 1区 计算机科学 Q1 COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS Pub Date : 2024-10-03 DOI: 10.1016/j.rcim.2024.102886
Loizos Psarakis, Dimitris Nathanael, Nicolas Marmaras
The present study aims at exploring the effect of communicating robots’ intent through visual cues, to the human on a complex human-robot collaborative task. Specifically, it aims to investigate (i) whether the use of such “anticipatory cues” will have a positive effect on task efficiency, human safety and collaborating fluency, (ii) the degree of this effect with varying robots’ speed and (iii) whether a retention effect will be observed after the removal of the cues. For exploring these issues, a human - dual robot industrial assembly task was designed in a Virtual Reality simulation environment and testing was carried out by 64 volunteer participants. Results showed that communicating robots’ intent through visual cues enhanced human anticipatory behavior, resulting in a significant improvement in human safety, team efficiency and collaborative fluency, in conjunction with a favorable subjective tendency towards the robots. However, the positive effect of the anticipatory cues was not found to increase with higher robot speed. Finally, the findings suggest that prior exposure to the cues made participants more confident in coordinating with the robots, even when the cues were removed from them, thus retaining their prior efficiency but with a negative effect on safety. In summary, the study provides evidence that use of anticipatory visual cues accelerates the legibility of robot movement and fosters human confidence and familiarization. The use of anticipatory cues seems promising for high-pace, non-repetitive interactions with collaborative robots or as a training aid in more repetitive human-robot collaborative tasks.
本研究旨在探索在复杂的人机协作任务中,通过视觉提示向人类传达机器人意图的效果。具体来说,本研究旨在探讨:(i) 使用这种 "预期提示 "是否会对任务效率、人类安全和协作流畅性产生积极影响;(ii) 随着机器人速度的变化,这种影响的程度;(iii) 消除提示后是否会观察到保留效应。为了探讨这些问题,我们在虚拟现实模拟环境中设计了一项人类-双机器人工业装配任务,并由 64 名自愿参与者进行了测试。结果表明,通过视觉提示传达机器人的意图增强了人类的预期行为,从而显著提高了人类的安全性、团队效率和协作流畅性,同时也使人们对机器人产生了良好的主观倾向。然而,预期提示的积极作用并没有随着机器人速度的提高而增强。最后,研究结果表明,事先接触这些提示会让参与者在与机器人协调时更有信心,即使从他们身上移除这些提示也是如此,从而保留了他们先前的效率,但对安全性产生了负面影响。总之,这项研究提供的证据表明,使用预期视觉提示可加快机器人动作的可读性,并增强人类的信心和熟悉度。在与协作机器人进行高节奏、非重复性互动时,或在执行重复性较高的人机协作任务时,使用预期提示似乎大有可为。
{"title":"Communicating robots’ intent through visual cues enhances human anticipatory behavior in human–dual robot collaboration","authors":"Loizos Psarakis,&nbsp;Dimitris Nathanael,&nbsp;Nicolas Marmaras","doi":"10.1016/j.rcim.2024.102886","DOIUrl":"10.1016/j.rcim.2024.102886","url":null,"abstract":"<div><div>The present study aims at exploring the effect of communicating robots’ intent through visual cues, to the human on a complex human-robot collaborative task. Specifically, it aims to investigate (i) whether the use of such “anticipatory cues” will have a positive effect on task efficiency, human safety and collaborating fluency, (ii) the degree of this effect with varying robots’ speed and (iii) whether a retention effect will be observed after the removal of the cues. For exploring these issues, a human - dual robot industrial assembly task was designed in a Virtual Reality simulation environment and testing was carried out by 64 volunteer participants. Results showed that communicating robots’ intent through visual cues enhanced human anticipatory behavior, resulting in a significant improvement in human safety, team efficiency and collaborative fluency, in conjunction with a favorable subjective tendency towards the robots. However, the positive effect of the anticipatory cues was not found to increase with higher robot speed. Finally, the findings suggest that prior exposure to the cues made participants more confident in coordinating with the robots, even when the cues were removed from them, thus retaining their prior efficiency but with a negative effect on safety. In summary, the study provides evidence that use of anticipatory visual cues accelerates the legibility of robot movement and fosters human confidence and familiarization. The use of anticipatory cues seems promising for high-pace, non-repetitive interactions with collaborative robots or as a training aid in more repetitive human-robot collaborative tasks.</div></div>","PeriodicalId":21452,"journal":{"name":"Robotics and Computer-integrated Manufacturing","volume":"92 ","pages":"Article 102886"},"PeriodicalIF":9.1,"publicationDate":"2024-10-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142422723","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":1,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A point cloud registration algorithm considering multi-allowance constraints for robotic milling of complex parts 考虑多余量约束的点云注册算法,用于复杂零件的机器人铣削
IF 9.1 1区 计算机科学 Q1 COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS Pub Date : 2024-10-01 DOI: 10.1016/j.rcim.2024.102885
Jixiang Yang, Jinxian Zhang, Tianshu Song, Han Ding
Adaptive allocation of the machining allowance is the crucial factor in ensuring the machining accuracy of complex parts. In this work, we present a multi-objective constraint registration method. First, an improved point cloud segmentation method is developed by combining point search and region data expansion algorithms. Afterward, the machining allowance is accurately calculated by using statistical analysis and multi-point sampling strategies to enhance the calculation accuracy of the point-to-triangular patch distance. Finally, a registration objective function is established by considering the allowance constraints of various geometric regions of the workpiece, and the particle swarm optimization algorithm is used to solve the optimum solution. The proposed multi-constraint registration method realizes optimal allocation of the allowance in different regions, which offers a reference coordinate system for the robotic milling of complex free-formed parts. Simulation and experimental results reveal that the developed method satisfies the minimum registration error while ensuring the allocation of allowance in the robotic milling of the casing cavity compared with other methods.
加工余量的自适应分配是确保复杂零件加工精度的关键因素。在这项工作中,我们提出了一种多目标约束注册方法。首先,结合点搜索和区域数据扩展算法,开发了一种改进的点云分割方法。然后,利用统计分析和多点采样策略精确计算加工余量,以提高点到三角形补丁距离的计算精度。最后,考虑工件各几何区域的余量约束,建立注册目标函数,并采用粒子群优化算法求解最优解。所提出的多约束注册方法实现了不同区域的余量优化分配,为复杂自由曲面零件的机器人铣削提供了参考坐标系。仿真和实验结果表明,与其他方法相比,所开发的方法在确保机器人铣削机壳型腔时的余量分配的同时,满足了最小注册误差的要求。
{"title":"A point cloud registration algorithm considering multi-allowance constraints for robotic milling of complex parts","authors":"Jixiang Yang,&nbsp;Jinxian Zhang,&nbsp;Tianshu Song,&nbsp;Han Ding","doi":"10.1016/j.rcim.2024.102885","DOIUrl":"10.1016/j.rcim.2024.102885","url":null,"abstract":"<div><div>Adaptive allocation of the machining allowance is the crucial factor in ensuring the machining accuracy of complex parts. In this work, we present a multi-objective constraint registration method. First, an improved point cloud segmentation method is developed by combining point search and region data expansion algorithms. Afterward, the machining allowance is accurately calculated by using statistical analysis and multi-point sampling strategies to enhance the calculation accuracy of the point-to-triangular patch distance. Finally, a registration objective function is established by considering the allowance constraints of various geometric regions of the workpiece, and the particle swarm optimization algorithm is used to solve the optimum solution. The proposed multi-constraint registration method realizes optimal allocation of the allowance in different regions, which offers a reference coordinate system for the robotic milling of complex free-formed parts. Simulation and experimental results reveal that the developed method satisfies the minimum registration error while ensuring the allocation of allowance in the robotic milling of the casing cavity compared with other methods.</div></div>","PeriodicalId":21452,"journal":{"name":"Robotics and Computer-integrated Manufacturing","volume":"92 ","pages":"Article 102885"},"PeriodicalIF":9.1,"publicationDate":"2024-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142359647","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":1,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Sigmoid angle-arc curves: Enhancing robot time-optimal path parameterization for high-order smooth motion 西格玛角弧曲线:增强机器人时间最优路径参数化,实现高阶平滑运动
IF 9.1 1区 计算机科学 Q1 COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS Pub Date : 2024-09-27 DOI: 10.1016/j.rcim.2024.102884
Shize Zhao, Tianjiao Zheng, Chengzhi Wang, Ziyuan Yang, Tian Xu, Yanhe Zhu, Jie Zhao
Trajectory planning is crucial in the motion planning of robots, where finding the time-optimal path parameterization (TOPP) of a given path subject to kinodynamic constraints is an important component of trajectory planning. The tangential discontinuity at the intersection of continuous line segments limits the speed of trajectory planning and can easily cause jitter and over-constraint phenomena. Smooth transitions at corners can be achieved by inserting parameter spline curves. However, due to the insensitivity of parameter spline curves to arc length, their performance in the application of the TOPP algorithm, which relies on the higher-order robot kinematics smoothness (i.e., the function q(s) of the configuration space to the Cartesian space), fails to meet expectations.
A smoothing method suitable for the TOPP algorithm is proposed: Sigmoid Angle-Arc Curve (SAAC). This curve exhibits excellent performance in smooth corner transitions of the TOPP algorithm and is parameterized using arc length. The curvature and geometry of its curves can be expressed analytically in terms of arc lengths. Compared with the traditional B-spline method and the symmetric Euler spiral blending (SE-spiral), SAAC can provide smoother C2 robot kinematics characteristics. Using the TOPP algorithm based on SAAC can significantly enhance the robustness of the TOPP algorithm, significantly reduce jerks, and reduce the time required for movement.
轨迹规划在机器人的运动规划中至关重要,其中,根据动力学约束条件找到给定路径的时间最优路径参数化(TOPP)是轨迹规划的重要组成部分。连续线段交叉处的切向不连续性限制了轨迹规划的速度,并容易造成抖动和过度约束现象。在拐角处插入参数样条曲线可以实现平滑过渡。然而,由于参数样条曲线对弧长不敏感,在应用依赖于高阶机器人运动学平滑性(即配置空间到笛卡尔空间的函数 q(s))的 TOPP 算法时,其性能达不到预期:我们提出了一种适合 TOPP 算法的平滑方法:Sigmoid Angle-Arc Curve (SAAC)。该曲线在 TOPP 算法的平滑转角方面表现出色,并使用弧长作为参数。其曲线的曲率和几何形状可以用弧长分析表示。与传统的 B 样条法和对称欧拉螺旋混合法(SE-spiral)相比,SAAC 可以提供更平滑的 C2 机器人运动学特性。使用基于 SAAC 的 TOPP 算法可以大大增强 TOPP 算法的鲁棒性,显著减少抖动,并缩短运动所需的时间。
{"title":"Sigmoid angle-arc curves: Enhancing robot time-optimal path parameterization for high-order smooth motion","authors":"Shize Zhao,&nbsp;Tianjiao Zheng,&nbsp;Chengzhi Wang,&nbsp;Ziyuan Yang,&nbsp;Tian Xu,&nbsp;Yanhe Zhu,&nbsp;Jie Zhao","doi":"10.1016/j.rcim.2024.102884","DOIUrl":"10.1016/j.rcim.2024.102884","url":null,"abstract":"<div><div>Trajectory planning is crucial in the motion planning of robots, where finding the time-optimal path parameterization (TOPP) of a given path subject to kinodynamic constraints is an important component of trajectory planning. The tangential discontinuity at the intersection of continuous line segments limits the speed of trajectory planning and can easily cause jitter and over-constraint phenomena. Smooth transitions at corners can be achieved by inserting parameter spline curves. However, due to the insensitivity of parameter spline curves to arc length, their performance in the application of the TOPP algorithm, which relies on the higher-order robot kinematics smoothness (i.e., the function <span><math><mrow><mi>q</mi><mrow><mo>(</mo><mi>s</mi><mo>)</mo></mrow></mrow></math></span> of the configuration space to the Cartesian space), fails to meet expectations.</div><div>A smoothing method suitable for the TOPP algorithm is proposed: Sigmoid Angle-Arc Curve (SAAC). This curve exhibits excellent performance in smooth corner transitions of the TOPP algorithm and is parameterized using arc length. The curvature and geometry of its curves can be expressed analytically in terms of arc lengths. Compared with the traditional B-spline method and the symmetric Euler spiral blending (SE-spiral), SAAC can provide smoother <span><math><msup><mrow><mi>C</mi></mrow><mrow><mn>2</mn></mrow></msup></math></span> robot kinematics characteristics. Using the TOPP algorithm based on SAAC can significantly enhance the robustness of the TOPP algorithm, significantly reduce jerks, and reduce the time required for movement.</div></div>","PeriodicalId":21452,"journal":{"name":"Robotics and Computer-integrated Manufacturing","volume":"92 ","pages":"Article 102884"},"PeriodicalIF":9.1,"publicationDate":"2024-09-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142326346","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":1,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A survey on potentials, pathways and challenges of large language models in new-generation intelligent manufacturing 新一代智能制造中大型语言模型的潜力、途径和挑战调查
IF 9.1 1区 计算机科学 Q1 COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS Pub Date : 2024-09-26 DOI: 10.1016/j.rcim.2024.102883
Chao Zhang , Qingfeng Xu , Yongrui Yu , Guanghui Zhou , Keyan Zeng , Fengtian Chang , Kai Ding
Nowadays, Industry 5.0 starts to gain attention, which advocates that intelligent manufacturing should adequately consider the roles and needs of humans. In this context, how to enhance human capabilities or even liberate humans from the processes of perception, learning, decision-making, and execution has been one of the key issues to be addressed in intelligent manufacturing. Large language models (LLMs), as the breakthrough in new-generation artificial intelligence, could provide human-like interaction, reasoning, and replies suitable for various application scenarios, thus demonstrating significant potential to address the above issues by providing aid or becoming partners for humans in perception, learning, decision-making, and execution in intelligent manufacturing. The combination of LLMs and intelligent manufacturing has inherent advantages and is expected to become the next research hotspot. Hence, this paper primarily conducts a systematic literature review on the application of LLMs in intelligent manufacturing to identify the promising research topics with high potential for further investigations. Firstly, this paper reveals the concept, connotation, and foundational architecture of LLMs. Then, several typical and trending interdisciplinary LLM applications, such as healthcare, drug discovery, social & economic, education, and software development, are summarized, on which an LLM-enabled intelligent manufacturing architecture is designed to provide a reference for applying LLMs in intelligent manufacturing. Thirdly, the specific pathways for applying LLMs in intelligent manufacturing are explored from the perspectives of design, production, and service. Finally, this paper identifies the limitations, barriers, and challenges that will be encountered during the research and application of LLMs in intelligent manufacturing, while providing potential research directions to address these limitations, barriers, and challenges.
如今,工业 5.0 开始受到关注,它主张智能制造应充分考虑人的作用和需求。在此背景下,如何增强人的能力,甚至将人从感知、学习、决策和执行等过程中解放出来,成为智能制造需要解决的关键问题之一。大型语言模型(LLMs)作为新一代人工智能的突破口,可以提供适合各种应用场景的类人交互、推理和回复,从而在智能制造的感知、学习、决策和执行过程中为人类提供帮助或成为人类的伙伴,在解决上述问题方面展现出巨大的潜力。LLM 与智能制造的结合具有先天优势,有望成为下一个研究热点。因此,本文主要对 LLMs 在智能制造中的应用进行了系统的文献综述,以确定具有较大研究潜力的研究课题。首先,本文揭示了 LLM 的概念、内涵和基础架构。然后,总结了几个典型的、趋势性的跨学科 LLM 应用,如医疗保健、药物发现、社会&;经济、教育、软件开发等,并在此基础上设计了一个 LLM 支持的智能制造架构,为 LLM 在智能制造中的应用提供参考。第三,从设计、生产和服务的角度探讨了在智能制造中应用 LLM 的具体途径。最后,本文指出了在智能制造中研究和应用 LLM 会遇到的限制、障碍和挑战,同时提供了解决这些限制、障碍和挑战的潜在研究方向。
{"title":"A survey on potentials, pathways and challenges of large language models in new-generation intelligent manufacturing","authors":"Chao Zhang ,&nbsp;Qingfeng Xu ,&nbsp;Yongrui Yu ,&nbsp;Guanghui Zhou ,&nbsp;Keyan Zeng ,&nbsp;Fengtian Chang ,&nbsp;Kai Ding","doi":"10.1016/j.rcim.2024.102883","DOIUrl":"10.1016/j.rcim.2024.102883","url":null,"abstract":"<div><div>Nowadays, Industry 5.0 starts to gain attention, which advocates that intelligent manufacturing should adequately consider the roles and needs of humans. In this context, how to enhance human capabilities or even liberate humans from the processes of perception, learning, decision-making, and execution has been one of the key issues to be addressed in intelligent manufacturing. Large language models (LLMs), as the breakthrough in new-generation artificial intelligence, could provide human-like interaction, reasoning, and replies suitable for various application scenarios, thus demonstrating significant potential to address the above issues by providing aid or becoming partners for humans in perception, learning, decision-making, and execution in intelligent manufacturing. The combination of LLMs and intelligent manufacturing has inherent advantages and is expected to become the next research hotspot. Hence, this paper primarily conducts a systematic literature review on the application of LLMs in intelligent manufacturing to identify the promising research topics with high potential for further investigations. Firstly, this paper reveals the concept, connotation, and foundational architecture of LLMs. Then, several typical and trending interdisciplinary LLM applications, such as healthcare, drug discovery, social &amp; economic, education, and software development, are summarized, on which an LLM-enabled intelligent manufacturing architecture is designed to provide a reference for applying LLMs in intelligent manufacturing. Thirdly, the specific pathways for applying LLMs in intelligent manufacturing are explored from the perspectives of design, production, and service. Finally, this paper identifies the limitations, barriers, and challenges that will be encountered during the research and application of LLMs in intelligent manufacturing, while providing potential research directions to address these limitations, barriers, and challenges.</div></div>","PeriodicalId":21452,"journal":{"name":"Robotics and Computer-integrated Manufacturing","volume":"92 ","pages":"Article 102883"},"PeriodicalIF":9.1,"publicationDate":"2024-09-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142322543","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":1,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A robotized framework for real-time detection and in-situ repair of manufacturing defects in CFRP patch placement 用于实时检测和原位修复 CFRP 补丁贴装制造缺陷的机器人框架
IF 9.1 1区 计算机科学 Q1 COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS Pub Date : 2024-09-24 DOI: 10.1016/j.rcim.2024.102882
Yi Gong , Xiangli Li , Rui Zhou , Miao Li , Sheng Liu
Carbon fiber reinforced polymers (CFRP) have significant applications in aerospace and automotive manufacturing. However, due to the complexity of CFRP structures, manufacturing defects are challenging to avoid and even affect the mechanical properties. Timely detection and repair are essential to ensure product quality. In this study, we propose a robotized framework for real-time detection and in-situ repair of manufacturing defects in CFRP patch placement. First, the influence of three typical defects (delamination, wrinkle and impurity) on mechanical properties is analyzed through numerical analysis. Then, a defect detection model is improved using the channel attention mechanism and decoupling head module, which enhances detection accuracy and the ability to identify small and deep defects. Based on the identification result, a corresponding repair strategy is generated, which considers the effects of force, path, heating and repair modes. The experimental results demonstrate that the tensile stiffness and bending strength of the repaired material are improved by 12.34% and 230.92%, respectively.
碳纤维增强聚合物(CFRP)在航空航天和汽车制造领域有着重要的应用。然而,由于 CFRP 结构的复杂性,避免制造缺陷具有挑战性,甚至会影响机械性能。及时检测和修复对确保产品质量至关重要。在本研究中,我们提出了一种机器人框架,用于实时检测和原位修复 CFRP 补丁贴装中的制造缺陷。首先,通过数值分析了三种典型缺陷(分层、皱褶和杂质)对机械性能的影响。然后,利用通道注意机制和去耦头模块改进了缺陷检测模型,提高了检测精度和识别小缺陷和深缺陷的能力。根据识别结果,生成了相应的修复策略,其中考虑了力、路径、加热和修复模式的影响。实验结果表明,修复后材料的拉伸刚度和弯曲强度分别提高了 12.34% 和 230.92%。
{"title":"A robotized framework for real-time detection and in-situ repair of manufacturing defects in CFRP patch placement","authors":"Yi Gong ,&nbsp;Xiangli Li ,&nbsp;Rui Zhou ,&nbsp;Miao Li ,&nbsp;Sheng Liu","doi":"10.1016/j.rcim.2024.102882","DOIUrl":"10.1016/j.rcim.2024.102882","url":null,"abstract":"<div><div>Carbon fiber reinforced polymers (CFRP) have significant applications in aerospace and automotive manufacturing. However, due to the complexity of CFRP structures, manufacturing defects are challenging to avoid and even affect the mechanical properties. Timely detection and repair are essential to ensure product quality. In this study, we propose a robotized framework for real-time detection and in-situ repair of manufacturing defects in CFRP patch placement. First, the influence of three typical defects (delamination, wrinkle and impurity) on mechanical properties is analyzed through numerical analysis. Then, a defect detection model is improved using the channel attention mechanism and decoupling head module, which enhances detection accuracy and the ability to identify small and deep defects. Based on the identification result, a corresponding repair strategy is generated, which considers the effects of force, path, heating and repair modes. The experimental results demonstrate that the tensile stiffness and bending strength of the repaired material are improved by 12.34% and 230.92%, respectively.</div></div>","PeriodicalId":21452,"journal":{"name":"Robotics and Computer-integrated Manufacturing","volume":"92 ","pages":"Article 102882"},"PeriodicalIF":9.1,"publicationDate":"2024-09-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142315697","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":1,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Finite-time SMC-based admittance controller design of macro-micro robotic system for complex surface polishing operations 基于有限时间 SMC 的复杂表面抛光操作宏微型机器人系统导纳控制器设计
IF 9.1 1区 计算机科学 Q1 COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS Pub Date : 2024-09-23 DOI: 10.1016/j.rcim.2024.102881
Yaohua Zhou , Chin-Yin Chen , Guilin Yang , Chi Zhang
In the field of robotic polishing, achieving uniform material removal typically involves addressing the issue of constant contact force control. However, multi-source external disturbances in the polishing scenarios of complex workpiece surfaces can severely affect the robot’s force control accuracy. To enhance the responsiveness and disturbance rejection capabilities of robots in the compliant polishing process, this paper proposes an adaptive admittance controller with practical finite-time stability. A virtual control input is introduced into the basic admittance control framework in light of the state space theory, aiming to provide flexibility for common adaptive law designs. On this basis, a robust sliding mode control (SMC) algorithm is proposed to suppress external disturbances. The force tracking error is theoretically proven to achieve finite-time convergence when applying the proposed control strategy. Experimental results across various polishing scenarios demonstrate that, compared with the existing admittance control strategies, the proposed method can reduce fluctuations of the polishing force and improve the surface quality, thus verifying its effectiveness.
在机器人抛光领域,实现均匀的材料去除通常需要解决恒定接触力控制问题。然而,在复杂工件表面抛光场景中,多源外部干扰会严重影响机器人的力控制精度。为了提高机器人在顺应式抛光过程中的响应速度和干扰抑制能力,本文提出了一种具有实用有限时间稳定性的自适应导纳控制器。根据状态空间理论,在基本的导纳控制框架中引入了虚拟控制输入,旨在为常见的自适应法则设计提供灵活性。在此基础上,提出了一种抑制外部干扰的鲁棒滑模控制(SMC)算法。理论证明,在应用所提出的控制策略时,力跟踪误差可实现有限时间收敛。各种抛光场景的实验结果表明,与现有的导纳控制策略相比,所提出的方法可以减少抛光力的波动,提高表面质量,从而验证了其有效性。
{"title":"Finite-time SMC-based admittance controller design of macro-micro robotic system for complex surface polishing operations","authors":"Yaohua Zhou ,&nbsp;Chin-Yin Chen ,&nbsp;Guilin Yang ,&nbsp;Chi Zhang","doi":"10.1016/j.rcim.2024.102881","DOIUrl":"10.1016/j.rcim.2024.102881","url":null,"abstract":"<div><div>In the field of robotic polishing, achieving uniform material removal typically involves addressing the issue of constant contact force control. However, multi-source external disturbances in the polishing scenarios of complex workpiece surfaces can severely affect the robot’s force control accuracy. To enhance the responsiveness and disturbance rejection capabilities of robots in the compliant polishing process, this paper proposes an adaptive admittance controller with practical finite-time stability. A virtual control input is introduced into the basic admittance control framework in light of the state space theory, aiming to provide flexibility for common adaptive law designs. On this basis, a robust sliding mode control (SMC) algorithm is proposed to suppress external disturbances. The force tracking error is theoretically proven to achieve finite-time convergence when applying the proposed control strategy. Experimental results across various polishing scenarios demonstrate that, compared with the existing admittance control strategies, the proposed method can reduce fluctuations of the polishing force and improve the surface quality, thus verifying its effectiveness.</div></div>","PeriodicalId":21452,"journal":{"name":"Robotics and Computer-integrated Manufacturing","volume":"92 ","pages":"Article 102881"},"PeriodicalIF":9.1,"publicationDate":"2024-09-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142310867","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":1,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Robotics and Computer-integrated Manufacturing
全部 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