首页 > 最新文献

Journal of Robotics and Control (JRC)最新文献

英文 中文
Adaptive Cruise Control of the Autonomous Vehicle Based on Sliding Mode Controller Using Arduino and Ultrasonic Sensor 基于滑动模式控制器的自动驾驶汽车自适应巡航控制(使用 Arduino 和超声波传感器
Pub Date : 2024-02-06 DOI: 10.18196/jrc.v5i1.20519
Rachid Alika, E. Mellouli, E. Tissir
This article will focus on adaptive cruise control in autonomous automobiles. The adaptive cruise control inputs are the safety distance which determines thanks to conditions set depending on the distance value, the measured distance, the longitudinal speed of the autonomous automobile itself, the output is the desired acceleration. The objective is to follow the vehicles in front with safety, according to the distance measured by the ultrasonic sensor, and maintain a distance between the vehicles in front greater than the safety distance which we have determined. For this, we used super twisting sliding mode controller (STSMC) and non-singular terminal sliding mode controller (NTSMC) based on neural network applied to the adaptive cruise control system. The neural network is able to approximate the exponential reaching law term parameter of the NTSMC controller to compensate for uncertainties and perturbations. An autonomous automobile adaptive cruise control system prototype was produced and tested using an ultrasonic sensor to measure the distance between the two automobiles, and an Arduino board as a microcontroller to implement our program, and four DCs motors as actuators to move or stop our host vehicle. This system is processed by code and Simulink Matlab, the efficiency and robustness of these controllers are excellent, as demonstrated by the low longitudinal velocity error value. The safety of autonomous vehicles can be enhanced by improving adaptive cruise control using STSMC and NTSMC based on neural network controllers, which are chosen for their efficiency and robustness.
本文将重点讨论自动驾驶汽车中的自适应巡航控制。自适应巡航控制的输入是安全距离(根据距离值、测量距离、自动驾驶汽车本身的纵向速度等设定条件确定),输出是所需的加速度。我们的目标是根据超声波传感器测得的距离,安全地跟随前方车辆,并与前方车辆保持大于我们所确定的安全距离的距离。为此,我们在自适应巡航控制系统中使用了基于神经网络的超扭曲滑动模式控制器(STSMC)和非矢量终端滑动模式控制器(NTSMC)。神经网络能够逼近 NTSMC 控制器的指数到达规律项参数,以补偿不确定性和扰动。利用超声波传感器测量两车之间的距离,用 Arduino 板作为微控制器来实现我们的程序,用四个直流电机作为执行器来移动或停止我们的主机车辆,我们制作并测试了一个自主汽车自适应巡航控制系统原型。该系统由代码和 Simulink Matlab 处理,这些控制器的效率和鲁棒性都很出色,纵向速度误差值很低就证明了这一点。通过使用基于神经网络控制器的 STSMC 和 NTSMC 改进自适应巡航控制,可以提高自动驾驶汽车的安全性。
{"title":"Adaptive Cruise Control of the Autonomous Vehicle Based on Sliding Mode Controller Using Arduino and Ultrasonic Sensor","authors":"Rachid Alika, E. Mellouli, E. Tissir","doi":"10.18196/jrc.v5i1.20519","DOIUrl":"https://doi.org/10.18196/jrc.v5i1.20519","url":null,"abstract":"This article will focus on adaptive cruise control in autonomous automobiles. The adaptive cruise control inputs are the safety distance which determines thanks to conditions set depending on the distance value, the measured distance, the longitudinal speed of the autonomous automobile itself, the output is the desired acceleration. The objective is to follow the vehicles in front with safety, according to the distance measured by the ultrasonic sensor, and maintain a distance between the vehicles in front greater than the safety distance which we have determined. For this, we used super twisting sliding mode controller (STSMC) and non-singular terminal sliding mode controller (NTSMC) based on neural network applied to the adaptive cruise control system. The neural network is able to approximate the exponential reaching law term parameter of the NTSMC controller to compensate for uncertainties and perturbations. An autonomous automobile adaptive cruise control system prototype was produced and tested using an ultrasonic sensor to measure the distance between the two automobiles, and an Arduino board as a microcontroller to implement our program, and four DCs motors as actuators to move or stop our host vehicle. This system is processed by code and Simulink Matlab, the efficiency and robustness of these controllers are excellent, as demonstrated by the low longitudinal velocity error value. The safety of autonomous vehicles can be enhanced by improving adaptive cruise control using STSMC and NTSMC based on neural network controllers, which are chosen for their efficiency and robustness.","PeriodicalId":443428,"journal":{"name":"Journal of Robotics and Control (JRC)","volume":"45 12","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-02-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140461386","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Efficient Path Planning Algorithm for Mobile Robots Performing Floor Cleaning Like Operations 执行类似地板清洁作业的移动机器人的高效路径规划算法
Pub Date : 2024-02-06 DOI: 10.18196/jrc.v5i1.20035
Vishnu G Nair
In this paper, we introduce an efficient path planning algorithm designed for floor cleaning applications, utilizing the concept of Spanning Tree Coverage (STC). We operate under the assumption that the environment, i.e., the floor, is initially unknown to the robot, which also lacks knowledge regarding obstacle positions, except for the workspace boundaries. The robot executes alternating phases of exploration and coverage, leveraging the local map generated during exploration to construct a STC tree, which then guides the subsequent coverage (cleaning) phase. The extent of exploration is determined by the range of the robot's sensors. The path generation algorithms for cleaning fall within the broader category of coverage path planning (CPP) algorithms. A key advantage of this algorithm is that the robot returns to its initial position upon completing the operation, minimizing battery usage since sensors are only active during the exploration phase. We classify the proposed algorithm as an offline-online scheme. To validate the effectiveness and non-repetitive nature of the algorithm, we conducted simulations using VRep/MATLAB environments and implemented real-time experiments using Turtlebot in the ROS-Gazebo environment. The results substantiate the completeness of coverage and underscore the algorithm's significance in applications akin to floor cleaning.
在本文中,我们利用生成树覆盖(STC)概念,介绍了一种专为地板清洁应用设计的高效路径规划算法。我们的假设是,机器人最初对环境(即地板)是未知的,除了工作区边界外,它也不知道障碍物的位置。机器人交替执行探索和覆盖阶段,利用探索过程中生成的局部地图构建 STC 树,然后指导后续的覆盖(清洁)阶段。探索范围由机器人的传感器范围决定。用于清洁的路径生成算法属于覆盖路径规划(CPP)算法的大类。该算法的一个主要优点是,机器人在完成操作后会返回到初始位置,从而最大限度地减少了电池使用量,因为传感器仅在探索阶段处于活动状态。我们将所提出的算法归类为离线-在线方案。为了验证算法的有效性和非重复性,我们使用 VRep/MATLAB 环境进行了模拟,并在 ROS-Gazebo 环境中使用 Turtlebot 进行了实时实验。实验结果证实了覆盖范围的完整性,并强调了该算法在类似地板清洁应用中的重要性。
{"title":"Efficient Path Planning Algorithm for Mobile Robots Performing Floor Cleaning Like Operations","authors":"Vishnu G Nair","doi":"10.18196/jrc.v5i1.20035","DOIUrl":"https://doi.org/10.18196/jrc.v5i1.20035","url":null,"abstract":"In this paper, we introduce an efficient path planning algorithm designed for floor cleaning applications, utilizing the concept of Spanning Tree Coverage (STC). We operate under the assumption that the environment, i.e., the floor, is initially unknown to the robot, which also lacks knowledge regarding obstacle positions, except for the workspace boundaries. The robot executes alternating phases of exploration and coverage, leveraging the local map generated during exploration to construct a STC tree, which then guides the subsequent coverage (cleaning) phase. The extent of exploration is determined by the range of the robot's sensors. The path generation algorithms for cleaning fall within the broader category of coverage path planning (CPP) algorithms. A key advantage of this algorithm is that the robot returns to its initial position upon completing the operation, minimizing battery usage since sensors are only active during the exploration phase. We classify the proposed algorithm as an offline-online scheme. To validate the effectiveness and non-repetitive nature of the algorithm, we conducted simulations using VRep/MATLAB environments and implemented real-time experiments using Turtlebot in the ROS-Gazebo environment. The results substantiate the completeness of coverage and underscore the algorithm's significance in applications akin to floor cleaning.","PeriodicalId":443428,"journal":{"name":"Journal of Robotics and Control (JRC)","volume":"42 8","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-02-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140461096","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Development of Microclimate Data Recorder on Coffee-Pine Agroforestry Using LoRaWAN and IoT Technology 利用 LoRaWAN 和物联网技术开发咖啡-松树农林业小气候数据记录仪
Pub Date : 2024-02-03 DOI: 10.18196/jrc.v5i1.20991
H. Nurwarsito, D. Suprayogo, S. P. Sakti, Cahyo Prayogo, Simon Oakley, A. Wibawa, Resnu Wahyu Adaby
Microclimate monitoring in agroforestry is very important to understand the complex interactions between vegetation, soil, and the environment. Microclimate parameters include air and soil temperature, air humidity, soil moisture, and light intensity. This research aims to develop a new microclimate data recording system for coffee-pine agroforestry, utilizing LoRaWAN and IoT technology to capture real-time microclimate parameters. Unlike traditional data loggers that require manual download on-site, this innovative system enables instant data download from IoT servers, thereby increasing data efficiency and accessibility. The system proved effective, significantly improving the precision of air temperature and humidity, as well as soil temperature measurements, with an average accuracy of 100%. However, soil moisture and light intensity recorded lower accuracies of 81.23% and 82.56%, respectively, indicating potential areas for future research and system refinement. The system maintains a 15-minute sampling period, aligning with conventional datalogger intervals. This represents an advancement in precision agriculture for microclimate monitoring, enabling the data to be utilized in decision-making for agroforestry management, which involves complex interactions between the local microclimate and the broader ecological system. It underscores the significance of sustainable land use as a response to global climate change.
农林业中的微气候监测对于了解植被、土壤和环境之间复杂的相互作用非常重要。微气候参数包括空气和土壤温度、空气湿度、土壤湿度和光照强度。本研究旨在利用 LoRaWAN 和物联网技术为咖啡-松树农林业开发一种新型微气候数据记录系统,以实时捕捉微气候参数。与需要现场手动下载的传统数据记录器不同,该创新系统可从物联网服务器上即时下载数据,从而提高了数据效率和可访问性。事实证明,该系统非常有效,大大提高了空气温度和湿度以及土壤温度测量的精确度,平均精确度达到 100%。然而,土壤湿度和光照强度的精确度较低,分别为 81.23% 和 82.56%,这表明未来研究和系统改进的潜在领域。该系统的采样周期为 15 分钟,与传统数据记录器的采样间隔一致。这代表了精准农业在小气候监测方面的进步,使数据能够用于农林业管理决策,因为农林业管理涉及当地小气候和更广泛的生态系统之间复杂的相互作用。它强调了可持续土地利用作为应对全球气候变化的重要意义。
{"title":"Development of Microclimate Data Recorder on Coffee-Pine Agroforestry Using LoRaWAN and IoT Technology","authors":"H. Nurwarsito, D. Suprayogo, S. P. Sakti, Cahyo Prayogo, Simon Oakley, A. Wibawa, Resnu Wahyu Adaby","doi":"10.18196/jrc.v5i1.20991","DOIUrl":"https://doi.org/10.18196/jrc.v5i1.20991","url":null,"abstract":"Microclimate monitoring in agroforestry is very important to understand the complex interactions between vegetation, soil, and the environment. Microclimate parameters include air and soil temperature, air humidity, soil moisture, and light intensity. This research aims to develop a new microclimate data recording system for coffee-pine agroforestry, utilizing LoRaWAN and IoT technology to capture real-time microclimate parameters. Unlike traditional data loggers that require manual download on-site, this innovative system enables instant data download from IoT servers, thereby increasing data efficiency and accessibility. The system proved effective, significantly improving the precision of air temperature and humidity, as well as soil temperature measurements, with an average accuracy of 100%. However, soil moisture and light intensity recorded lower accuracies of 81.23% and 82.56%, respectively, indicating potential areas for future research and system refinement. The system maintains a 15-minute sampling period, aligning with conventional datalogger intervals. This represents an advancement in precision agriculture for microclimate monitoring, enabling the data to be utilized in decision-making for agroforestry management, which involves complex interactions between the local microclimate and the broader ecological system. It underscores the significance of sustainable land use as a response to global climate change.","PeriodicalId":443428,"journal":{"name":"Journal of Robotics and Control (JRC)","volume":"25 2","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-02-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140462106","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Using Learning Focal Point Algorithm to Classify Emotional Intelligence 使用学习焦点算法对情商进行分类
Pub Date : 2024-02-01 DOI: 10.18196/jrc.v5i1.20895
Abdelhak Sakhi, Salah-Eddine Mansour, A. Sekkaki
Recognizing the fundamental role of learners' emotions in the educational process, this study aims to enhance educational experiences by incorporating emotional intelligence (EI) into teacher robots through artificial intelligence and image processing technologies. The primary hurdle addressed is the inadequacy of conventional methods, particularly convolutional neural networks (CNNs) with pooling layers, in imbuing robots with emotional intelligence. To surmount this challenge, the research proposes an innovative solution—introducing a novel learning focal point (LFP) layer to replace pooling layers, resulting in significant enhancements in accuracy and other vital parameters. The distinctive contribution of this research lies in the creation and application of the LFP algorithm, providing a novel approach to emotion classification for teacher robots. The results showcase the LFP algorithm's superior performance compared to traditional CNN approaches. In conclusion, the study highlights the transformative impact of the LFP algorithm on the accuracy of classification models and, consequently, on emotionally intelligent teacher robots. This research contributes valuable insights to the convergence of artificial intelligence and education, with implications for future advancements in the field.
认识到学习者的情感在教育过程中的基本作用,本研究旨在通过人工智能和图像处理技术将情感智能(EI)融入教师机器人,从而增强教育体验。所要解决的主要障碍是传统方法,特别是具有汇集层的卷积神经网络(CNN),在为机器人注入情感智能方面存在不足。为了克服这一挑战,研究提出了一个创新的解决方案--引入一个新颖的学习焦点(LFP)层来取代汇集层,从而显著提高准确性和其他重要参数。这项研究的独特贡献在于创建和应用了 LFP 算法,为教师机器人的情感分类提供了一种新方法。研究结果表明,与传统的 CNN 方法相比,LFP 算法性能优越。总之,本研究强调了 LFP 算法对分类模型准确性的变革性影响,以及对情感智能教师机器人的变革性影响。这项研究为人工智能与教育的融合提供了宝贵的见解,并对该领域未来的发展产生了影响。
{"title":"Using Learning Focal Point Algorithm to Classify Emotional Intelligence","authors":"Abdelhak Sakhi, Salah-Eddine Mansour, A. Sekkaki","doi":"10.18196/jrc.v5i1.20895","DOIUrl":"https://doi.org/10.18196/jrc.v5i1.20895","url":null,"abstract":"Recognizing the fundamental role of learners' emotions in the educational process, this study aims to enhance educational experiences by incorporating emotional intelligence (EI) into teacher robots through artificial intelligence and image processing technologies. The primary hurdle addressed is the inadequacy of conventional methods, particularly convolutional neural networks (CNNs) with pooling layers, in imbuing robots with emotional intelligence. To surmount this challenge, the research proposes an innovative solution—introducing a novel learning focal point (LFP) layer to replace pooling layers, resulting in significant enhancements in accuracy and other vital parameters. The distinctive contribution of this research lies in the creation and application of the LFP algorithm, providing a novel approach to emotion classification for teacher robots. The results showcase the LFP algorithm's superior performance compared to traditional CNN approaches. In conclusion, the study highlights the transformative impact of the LFP algorithm on the accuracy of classification models and, consequently, on emotionally intelligent teacher robots. This research contributes valuable insights to the convergence of artificial intelligence and education, with implications for future advancements in the field.","PeriodicalId":443428,"journal":{"name":"Journal of Robotics and Control (JRC)","volume":"269 ","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-02-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140463053","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Enhanced Trajectory Tracking of 3D Overhead Crane Using Adaptive Sliding-Mode Control and Particle Swarm Optimization 利用自适应滑模控制和粒子群优化增强三维桥式起重机的轨迹跟踪能力
Pub Date : 2024-01-30 DOI: 10.18196/jrc.v5i1.18746
Nezar M. Alyazidi, Abdalrahman M. Hassanine, M. Mahmoud, A. Ma’arif
Cranes hold a prominent position as one of the most extensively employed systems across global industries. Given their critical role in various sectors, a comprehensive examination was necessary to enhance their operational efficiency, performance, and facilitate the control of transporting loads. Furthermore, due to the complexities involved in disassembling and reinstalling cranes, as well as the challenges associated with precisely determining system parameters, it became essential to implement adaptive control methods capable of efficiently managing the system with minimal resource requirements. This work proposes a trajectory tracking control using adaptive sliding-mode control (SMC) with particle swarm optimization (PSO) to control the position and rope length of a 3D overhead crane system with unknown parameters. The PSO is mainly used to identify the model and estimate the uncertain parameters. Then, sliding-mode control is adapted using the PSO algorithm to minimize the tracking error and ensure robustness against model uncertainties. A model of the systems is derived assuming changing rope length. The model is nonlinear of second order with five states, three actuated states: position x and y, and rope length l, and two unactuated states, which are the rope angles θx and θy. The system has uncertain parameters, which are the system’s masses Mx, My and Mz, and viscous damping coefficients Dx, Dy and Dy. A simulation study is established to illustrate the influence and robustness of the developed controller and it can enhance the tracking trajectory under different scenarios to test the scheme.
起重机作为全球各行各业最广泛使用的系统之一,占有突出的地位。鉴于起重机在各行各业中的重要作用,有必要对其进行全面检查,以提高其运行效率和性能,并促进对载荷运输的控制。此外,由于拆卸和重新安装起重机的复杂性,以及与精确确定系统参数相关的挑战,实施能够以最小的资源需求有效管理系统的自适应控制方法变得至关重要。本研究提出了一种轨迹跟踪控制方法,利用自适应滑模控制(SMC)和粒子群优化(PSO)控制未知参数的三维桥式起重机系统的位置和绳长。PSO 主要用于识别模型和估计不确定参数。然后,利用 PSO 算法调整滑动模式控制,以最小化跟踪误差并确保对模型不确定性的鲁棒性。假定绳索长度不断变化,可得出系统模型。该模型为二阶非线性模型,有五个状态,三个作用状态:位置 x 和 y 以及绳长 l,两个非作用状态:绳角 θx 和 θy。系统具有不确定参数,即系统质量 Mx、My 和 Mz 以及粘性阻尼系数 Dx、Dy 和 Dy。通过仿真研究,说明了所开发控制器的影响和鲁棒性,并能在不同情况下增强跟踪轨迹,以检验该方案。
{"title":"Enhanced Trajectory Tracking of 3D Overhead Crane Using Adaptive Sliding-Mode Control and Particle Swarm Optimization","authors":"Nezar M. Alyazidi, Abdalrahman M. Hassanine, M. Mahmoud, A. Ma’arif","doi":"10.18196/jrc.v5i1.18746","DOIUrl":"https://doi.org/10.18196/jrc.v5i1.18746","url":null,"abstract":"Cranes hold a prominent position as one of the most extensively employed systems across global industries. Given their critical role in various sectors, a comprehensive examination was necessary to enhance their operational efficiency, performance, and facilitate the control of transporting loads. Furthermore, due to the complexities involved in disassembling and reinstalling cranes, as well as the challenges associated with precisely determining system parameters, it became essential to implement adaptive control methods capable of efficiently managing the system with minimal resource requirements. This work proposes a trajectory tracking control using adaptive sliding-mode control (SMC) with particle swarm optimization (PSO) to control the position and rope length of a 3D overhead crane system with unknown parameters. The PSO is mainly used to identify the model and estimate the uncertain parameters. Then, sliding-mode control is adapted using the PSO algorithm to minimize the tracking error and ensure robustness against model uncertainties. A model of the systems is derived assuming changing rope length. The model is nonlinear of second order with five states, three actuated states: position x and y, and rope length l, and two unactuated states, which are the rope angles θx and θy. The system has uncertain parameters, which are the system’s masses Mx, My and Mz, and viscous damping coefficients Dx, Dy and Dy. A simulation study is established to illustrate the influence and robustness of the developed controller and it can enhance the tracking trajectory under different scenarios to test the scheme.","PeriodicalId":443428,"journal":{"name":"Journal of Robotics and Control (JRC)","volume":"34 5","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-01-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140481551","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Key Factors that Negatively Affect Performance of Imitation Learning for Autonomous Driving 影响自动驾驶模仿学习性能的关键因素
Pub Date : 2024-01-29 DOI: 10.18196/jrc.v5i1.20371
E. Rijanto, Nelson Changgraini, Roni Permana Saputra, Zainal Abidin
Conditional imitation learning (CIL) has proven superior to other autonomous driving (AD) algorithms. However, its performance evaluation through physical implementations is still limited. This work contributes a systematic evaluation to identify key factors potentially improving its performance. It modified convolutional neural network parameter values, such as reducing the number of filter channels and neuron units, and implemented the model into a vision-based autonomous vehicle (AV). The AV has front-wheel steering with an Ackermann mechanism since it is commonly used by passenger cars. Using the Inertia Measurement Unit, we measured the vehicle’s location and yaw angle along the experimental route. The AV had to move autonomously through new road sectors in the morning, afternoon, and night. First, an overall performance evaluation was carried out. The results showed a 99% success rate from 648 evaluation experiments under different conditions in which the 1% failure rate happened at new intersections. Then, a turning performance evaluation was conducted to identify key factors leading to failure at new intersections. They include fast speed, dazzling light reflection, late navigation command change instant, and the untrained turning driving pattern. The AV never failed while driving on the trained routes. It had a 100% success rate when driving slower, even under various lighting conditions and at various driving patterns, including untrained intersections. Although this study is limited to identifying key factors at three constant speeds, the results become the foundation for future research to improve CIL performance for AD, including by incorporating multimodal fusion and multi-route networks.
条件模仿学习(CIL)已被证明优于其他自动驾驶(AD)算法。然而,通过物理实现对其性能进行评估的方法仍然有限。这项工作有助于进行系统评估,找出可能提高其性能的关键因素。它修改了卷积神经网络的参数值,如减少过滤通道和神经元单元的数量,并将该模型应用到基于视觉的自动驾驶汽车(AV)中。由于乘用车普遍采用阿克曼机构,因此该自动驾驶汽车采用前轮转向。利用惯性测量单元,我们沿实验路线测量了车辆的位置和偏航角。AV 必须在上午、下午和夜间自主通过新的路段。首先,我们进行了整体性能评估。结果显示,在不同条件下进行的 648 次评估实验中,成功率为 99%,其中 1%的失败率发生在新的交叉路口。然后,进行了转弯性能评估,以确定导致新交叉路口失败的关键因素。这些因素包括车速过快、眩目的光反射、导航指令更改瞬间过晚以及未经训练的转弯驾驶模式。AV 在训练路线上行驶时从未出现故障。即使在不同的照明条件下和不同的驾驶模式下,包括在未经训练的交叉路口,它的成功率也是 100%。虽然这项研究仅限于确定三种匀速行驶时的关键因素,但研究结果为今后提高自动驾驶汽车 CIL 性能的研究奠定了基础,包括通过结合多模式融合和多路线网络。
{"title":"Key Factors that Negatively Affect Performance of Imitation Learning for Autonomous Driving","authors":"E. Rijanto, Nelson Changgraini, Roni Permana Saputra, Zainal Abidin","doi":"10.18196/jrc.v5i1.20371","DOIUrl":"https://doi.org/10.18196/jrc.v5i1.20371","url":null,"abstract":"Conditional imitation learning (CIL) has proven superior to other autonomous driving (AD) algorithms. However, its performance evaluation through physical implementations is still limited. This work contributes a systematic evaluation to identify key factors potentially improving its performance. It modified convolutional neural network parameter values, such as reducing the number of filter channels and neuron units, and implemented the model into a vision-based autonomous vehicle (AV). The AV has front-wheel steering with an Ackermann mechanism since it is commonly used by passenger cars. Using the Inertia Measurement Unit, we measured the vehicle’s location and yaw angle along the experimental route. The AV had to move autonomously through new road sectors in the morning, afternoon, and night. First, an overall performance evaluation was carried out. The results showed a 99% success rate from 648 evaluation experiments under different conditions in which the 1% failure rate happened at new intersections. Then, a turning performance evaluation was conducted to identify key factors leading to failure at new intersections. They include fast speed, dazzling light reflection, late navigation command change instant, and the untrained turning driving pattern. The AV never failed while driving on the trained routes. It had a 100% success rate when driving slower, even under various lighting conditions and at various driving patterns, including untrained intersections. Although this study is limited to identifying key factors at three constant speeds, the results become the foundation for future research to improve CIL performance for AD, including by incorporating multimodal fusion and multi-route networks.","PeriodicalId":443428,"journal":{"name":"Journal of Robotics and Control (JRC)","volume":"13 3","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-01-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140488900","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
LW-PWECC: Cryptographic Framework of Attack Detection and Secure Data Transmission in IoT LW-PWECC:物联网中的攻击检测和安全数据传输加密框架
Pub Date : 2024-01-27 DOI: 10.18196/jrc.v5i1.20514
J. Ranjith, K. Mahantesh, C. N. Abhilash
In the present era, the number of Internet of Health Things (IoHT) devices and applications has drastically expanded. Security and attack are major issues in the IoHT domain because of the nature of its architecture and sorts of devices. Over the recent few years, network attacks have dramatically increased. Many detection and encryption techniques are existing however they lack accuracy, training stability, insecurity, delay etc. By the above concerns, this manuscript introduces a novel deep learning technique called Agnostic Spiking Binarized neural network with Improved Billiards optimization for accurate detection of network attacks and Light Weight integrated Puzzle War Elliptic Curve Cryptographic framework for secure data transmission with high security and minimal delay. Optimal features from the datasets are selected by volcano eruption optimization algorithm with better convergence for reducing the overall processing time. Wilcoxon Rank Sum and Mc Neymar’s tests are performed for proving the statistical analyses. The outcomes show that the introduced approach performs with an overall accuracy of 99.93% which is better than the previous techniques demonstrating the effectiveness.
当今时代,健康物联网(IoHT)设备和应用的数量急剧增加。由于其架构和设备种类的性质,安全和攻击是 IoHT 领域的主要问题。最近几年,网络攻击急剧增加。目前已有许多检测和加密技术,但它们缺乏准确性、训练稳定性、不安全性和延迟等问题。鉴于上述问题,本手稿介绍了一种新颖的深度学习技术--Agnostic Spiking Binarized neural network,该技术采用改进的台球(Billiards)优化技术,可准确检测网络攻击;同时还介绍了轻量级集成拼图战争椭圆曲线加密框架,可确保数据传输的高安全性和最小延迟。采用收敛性更好的火山爆发优化算法从数据集中选择最佳特征,以减少整体处理时间。为证明统计分析结果,还进行了 Wilcoxon Rank Sum 和 Mc Neymar 检验。结果显示,引入的方法总体准确率为 99.93%,优于之前的技术,证明了其有效性。
{"title":"LW-PWECC: Cryptographic Framework of Attack Detection and Secure Data Transmission in IoT","authors":"J. Ranjith, K. Mahantesh, C. N. Abhilash","doi":"10.18196/jrc.v5i1.20514","DOIUrl":"https://doi.org/10.18196/jrc.v5i1.20514","url":null,"abstract":"In the present era, the number of Internet of Health Things (IoHT) devices and applications has drastically expanded. Security and attack are major issues in the IoHT domain because of the nature of its architecture and sorts of devices. Over the recent few years, network attacks have dramatically increased. Many detection and encryption techniques are existing however they lack accuracy, training stability, insecurity, delay etc. By the above concerns, this manuscript introduces a novel deep learning technique called Agnostic Spiking Binarized neural network with Improved Billiards optimization for accurate detection of network attacks and Light Weight integrated Puzzle War Elliptic Curve Cryptographic framework for secure data transmission with high security and minimal delay. Optimal features from the datasets are selected by volcano eruption optimization algorithm with better convergence for reducing the overall processing time. Wilcoxon Rank Sum and Mc Neymar’s tests are performed for proving the statistical analyses. The outcomes show that the introduced approach performs with an overall accuracy of 99.93% which is better than the previous techniques demonstrating the effectiveness.","PeriodicalId":443428,"journal":{"name":"Journal of Robotics and Control (JRC)","volume":"26 4","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-01-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140493174","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A Performance Evaluation of Repetitive and Iterative Learning Algorithms for Periodic Tracking Control of Functional Electrical Stimulation System 用于功能性电刺激系统周期性跟踪控制的重复学习算法和迭代学习算法的性能评估
Pub Date : 2024-01-25 DOI: 10.18196/jrc.v5i1.20705
E. Kurniawan, Enggar B. Pratiwi, H. Adinanta, Suryadi Suryadi, J. Prakosa, Purwowibowo Purwowibowo, S. Wijonarko, T. Maftukhah, D. Rustandi, Mahmudi Mahmudi
Functional electrical stimulation (FES) is a medical device that delivers electrical pulses to the muscle, allowing patients with spinal cord injuries to perform activities such as walking, cycling, and grasping. It is critical for the FES to generate stimuli with the appropriate controller so that the desired movements can be precisely tracked. By considering the repetitive nature of the movements, the learning-based control algorithms are utilized for regulating the FES. Iterative learning control (ILC) and repetitive control (RC) are two learning algorithms that can be used to accomplish accurate repetitive motions. This study investigates a variety of ILC and RC designs with distinct learning functions; this constitutes our contribution to the field. The FES model of ankle angle, which is in a class of discrete-time linear systems is considered in this study. Two learning functions, i.e., proportional, and zero-phase learning functions, are simulated for the second-order FES model running at a sampling time of 0.1 s. The results indicate the superior performance of the ILC and RC in terms of convergence rate using the zero-phase learning function. ILC and RC with a zero-phase learning function can reach a zero root-mean-square error in two iterations if the model of the plant is correct. This is faster than proportional-based ILC and RC, which takes about 40 iterations. This indicates that the zero-phase learning function requires two iterations to ensure that the patient's ankle angle precisely tracks the intended trajectory. However, the tracking performance is degraded for both control methods, especially when the model is subject to uncertainties. This specific problem can lead to future research directions.
功能性电刺激(FES)是一种向肌肉输送电脉冲的医疗设备,可让脊髓损伤患者进行行走、骑自行车和抓握等活动。对于 FES 而言,关键是要用适当的控制器产生刺激,以便精确跟踪所需的动作。考虑到运动的重复性,基于学习的控制算法可用于调节 FES。迭代学习控制(ILC)和重复控制(RC)是两种可用于完成精确重复运动的学习算法。本研究调查了各种具有不同学习功能的 ILC 和 RC 设计,这也是我们对该领域的贡献。本研究考虑了属于离散时间线性系统的踝关节角度 FES 模型。结果表明,使用零相学习函数的 ILC 和 RC 在收敛速度方面表现出色。如果电厂模型正确,使用零相学习函数的 ILC 和 RC 可以在两次迭代中达到均方根误差为零。这比基于比例的 ILC 和 RC 要快,后者大约需要 40 次迭代。这表明,零相学习功能需要两次迭代才能确保患者的踝关节角度精确跟踪预定轨迹。然而,这两种控制方法的跟踪性能都会下降,尤其是当模型存在不确定性时。这一具体问题可为今后的研究指明方向。
{"title":"A Performance Evaluation of Repetitive and Iterative Learning Algorithms for Periodic Tracking Control of Functional Electrical Stimulation System","authors":"E. Kurniawan, Enggar B. Pratiwi, H. Adinanta, Suryadi Suryadi, J. Prakosa, Purwowibowo Purwowibowo, S. Wijonarko, T. Maftukhah, D. Rustandi, Mahmudi Mahmudi","doi":"10.18196/jrc.v5i1.20705","DOIUrl":"https://doi.org/10.18196/jrc.v5i1.20705","url":null,"abstract":"Functional electrical stimulation (FES) is a medical device that delivers electrical pulses to the muscle, allowing patients with spinal cord injuries to perform activities such as walking, cycling, and grasping. It is critical for the FES to generate stimuli with the appropriate controller so that the desired movements can be precisely tracked. By considering the repetitive nature of the movements, the learning-based control algorithms are utilized for regulating the FES. Iterative learning control (ILC) and repetitive control (RC) are two learning algorithms that can be used to accomplish accurate repetitive motions. This study investigates a variety of ILC and RC designs with distinct learning functions; this constitutes our contribution to the field. The FES model of ankle angle, which is in a class of discrete-time linear systems is considered in this study. Two learning functions, i.e., proportional, and zero-phase learning functions, are simulated for the second-order FES model running at a sampling time of 0.1 s. The results indicate the superior performance of the ILC and RC in terms of convergence rate using the zero-phase learning function. ILC and RC with a zero-phase learning function can reach a zero root-mean-square error in two iterations if the model of the plant is correct. This is faster than proportional-based ILC and RC, which takes about 40 iterations. This indicates that the zero-phase learning function requires two iterations to ensure that the patient's ankle angle precisely tracks the intended trajectory. However, the tracking performance is degraded for both control methods, especially when the model is subject to uncertainties. This specific problem can lead to future research directions.","PeriodicalId":443428,"journal":{"name":"Journal of Robotics and Control (JRC)","volume":"30 9-10","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-01-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140496494","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A Multi Representation Deep Learning Approach for Epileptic Seizure Detection 用于癫痫发作检测的多表征深度学习方法
Pub Date : 2024-01-25 DOI: 10.18196/jrc.v5i1.20870
Arya Tandy Hermawan, I. Zaeni, A. Wibawa, Gunawan Gunawan, William Hartanto Hendrawan, Yosi Kristian
Epileptic seizures, unpredictable in nature and potentially dangerous during activities like driving, pose significant risks to individual and public safety. Traditional diagnostic methods, which involve labour-intensive manual feature extraction from Electroencephalography (EEG) data, are being supplanted by automated deep learning frameworks. This paper introduces an automated epileptic seizure detection framework utilizing deep learning to bypass manual feature extraction. Our framework incorporates detailed pre-processing techniques: normalization via L2 normalization, filtering with an 80 Hz and 0,5 Hz Butterworth low-pass and high-pass filter, and a 50 Hz IIR Notch filter, channel selection based on standard deviation calculations and Mutual Information algorithm, and frequency domain transformation using FFT or STFT with Hann windows and 50% hop. We evaluated on two datasets: the first comprising 4 canines and 8 patients with 2.299 ictal, 23.445 interictal, and 32.915 test data, 400-5000Hz sampling rate across 16-72 channels; the second dataset, intended for testing, 733 icatal, 4.314 interictal, and 1908 test data, each 10 minutes long, recorded at 400Hz across 16 channels. Three deep learning architectures were assessed: CNN, LSTM, and a hybrid CNN-LSTM model-stems from their demonstrated efficacy in handling the complex nature of EEG data. Each model offers unique strengths, with the CNN excelling in spatial feature extraction, LSTM in temporal dynamics, and the hybrid model combining these advantages.  The CNN model, comprising 31 layers, yielded highest accuracy, achieving 91% on the first dataset (precision 92%, recall 91%, F1-score 91%) and 82% on the second dataset using a 30-second threshold. This threshold was chosen for its clinical relevance. The research advances epileptic seizure detection using deep learning, indicating a promising direction for future medical technology. Future work will focus on expanding dataset diversity and refining methodologies to build upon these foundational results.
癫痫发作具有不可预测性,在驾驶等活动中具有潜在危险,对个人和公共安全构成重大风险。传统的诊断方法需要从脑电图(EEG)数据中进行劳动密集型人工特征提取,而自动化深度学习框架正在取代这种方法。本文介绍了一种利用深度学习绕过人工特征提取的癫痫发作自动检测框架。我们的框架采用了详细的预处理技术:通过 L2 归一化进行归一化,使用 80 Hz 和 0.5 Hz 巴特沃斯低通和高通滤波器以及 50 Hz IIR Notch 滤波器进行滤波,基于标准偏差计算和互信息算法进行信道选择,以及使用带有 Hann 窗口和 50% 跳转的 FFT 或 STFT 进行频域转换。我们在两个数据集上进行了评估:第一个数据集由 4 只犬和 8 名患者组成,包含 2.299 个发作期数据、23.445 个发作间期数据和 32.915 个测试数据,在 16-72 个通道上以 400-5000Hz 的采样率记录;第二个数据集用于测试,包含 733 个发作期数据、4.314 个发作间期数据和 1908 个测试数据,每个数据长 10 分钟,在 16 个通道上以 400Hz 的采样率记录。对三种深度学习架构进行了评估:CNN、LSTM 和混合 CNN-LSTM 模型--它们在处理脑电图数据复杂性方面的功效已得到证实。每种模型都具有独特的优势,其中 CNN 擅长空间特征提取,LSTM 擅长时间动态,而混合模型则结合了这些优势。 由 31 层组成的 CNN 模型准确率最高,在第一个数据集上达到 91%(精确率 92%,召回率 91%,F1 分数 91%),在第二个数据集上达到 82%(使用 30 秒阈值)。选择这一阈值是因为它与临床相关。这项研究推进了使用深度学习的癫痫发作检测,为未来的医疗技术指明了前景广阔的方向。未来的工作将侧重于扩大数据集的多样性和完善方法学,以便在这些基础性成果的基础上更进一步。
{"title":"A Multi Representation Deep Learning Approach for Epileptic Seizure Detection","authors":"Arya Tandy Hermawan, I. Zaeni, A. Wibawa, Gunawan Gunawan, William Hartanto Hendrawan, Yosi Kristian","doi":"10.18196/jrc.v5i1.20870","DOIUrl":"https://doi.org/10.18196/jrc.v5i1.20870","url":null,"abstract":"Epileptic seizures, unpredictable in nature and potentially dangerous during activities like driving, pose significant risks to individual and public safety. Traditional diagnostic methods, which involve labour-intensive manual feature extraction from Electroencephalography (EEG) data, are being supplanted by automated deep learning frameworks. This paper introduces an automated epileptic seizure detection framework utilizing deep learning to bypass manual feature extraction. Our framework incorporates detailed pre-processing techniques: normalization via L2 normalization, filtering with an 80 Hz and 0,5 Hz Butterworth low-pass and high-pass filter, and a 50 Hz IIR Notch filter, channel selection based on standard deviation calculations and Mutual Information algorithm, and frequency domain transformation using FFT or STFT with Hann windows and 50% hop. We evaluated on two datasets: the first comprising 4 canines and 8 patients with 2.299 ictal, 23.445 interictal, and 32.915 test data, 400-5000Hz sampling rate across 16-72 channels; the second dataset, intended for testing, 733 icatal, 4.314 interictal, and 1908 test data, each 10 minutes long, recorded at 400Hz across 16 channels. Three deep learning architectures were assessed: CNN, LSTM, and a hybrid CNN-LSTM model-stems from their demonstrated efficacy in handling the complex nature of EEG data. Each model offers unique strengths, with the CNN excelling in spatial feature extraction, LSTM in temporal dynamics, and the hybrid model combining these advantages.  The CNN model, comprising 31 layers, yielded highest accuracy, achieving 91% on the first dataset (precision 92%, recall 91%, F1-score 91%) and 82% on the second dataset using a 30-second threshold. This threshold was chosen for its clinical relevance. The research advances epileptic seizure detection using deep learning, indicating a promising direction for future medical technology. Future work will focus on expanding dataset diversity and refining methodologies to build upon these foundational results.","PeriodicalId":443428,"journal":{"name":"Journal of Robotics and Control (JRC)","volume":"13 6","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-01-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140495996","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
EI-FRI: Extended Incircle Fuzzy Rule Interpolation for Multidimensional Antecedents, Multiple Fuzzy Rules, and Extrapolation Using Total Weight Measurement and Shift Ratio EI-FRI:针对多维先决条件、多重模糊规则以及使用总权重测量和移位比进行外推法的扩展圆环模糊规则内插法
Pub Date : 2024-01-25 DOI: 10.18196/jrc.v5i1.20515
Maen Alzubi, Mohammad Almseidin, Szilveszter Kovacs, Jamil Al-Sawwa, Mouhammd Alkasassbeh
Traditional fuzzy reasoning techniques demand a condensed fuzzy rule base to conclude a result. Still, due to incomplete data or a deficiency of expertise and knowledge, dense rule bases are not always available. Fuzzy interpolation methods have been widely explored to reasonably allow the interpolation of a fuzzy result using the closest current rules. Fuzzy rule interpolation is a type of fuzzy inference system in which conclusions can be obtained even with a few fuzzy rules. This benefit could be used to adapt the FRI to different application areas that suffer from a lack of knowledge. Alzubi et al. [17] offered a novel interpolative method that uses a weighted average based on the center point of the Incircle of the fuzzy sets. Nevertheless, the interpolated observation does not completely define the actual observation that is provided. In our offered extension to this method, a modification weight measure calculation and a shift technique are included to guarantee that the center point of the observation and the interpolated observation are mapped together. This weight measure calculation and shift technique enabled the capability of extrapolation to be conducted implicitly, which is also improves the performance results of the algorithm in the presence of multiple fuzzy rules and multidimensional priors.
传统的模糊推理技术需要一个浓缩的模糊规则库来得出结论。然而,由于数据不完整或缺乏专业技能和知识,并不总能获得密集的规则库。为了合理地利用最接近的当前规则对模糊结果进行内插,模糊内插方法得到了广泛的探索。模糊规则内插法是一种模糊推理系统,在这种系统中,即使只有少数几条模糊规则,也能得出结论。这一优点可以用来调整 FRI,使其适用于缺乏知识的不同应用领域。Alzubi 等人[17]提出了一种新颖的内插方法,该方法使用基于模糊集 "Incircle "中心点的加权平均值。然而,内插观测结果并不能完全确定所提供的实际观测结果。在我们对该方法的扩展中,加入了修改权重计算和移位技术,以确保观测值的中心点和内插观测值映射在一起。这种权重计算和移位技术使外推法能够以隐含的方式进行,这也提高了算法在多个模糊规则和多维先验情况下的性能结果。
{"title":"EI-FRI: Extended Incircle Fuzzy Rule Interpolation for Multidimensional Antecedents, Multiple Fuzzy Rules, and Extrapolation Using Total Weight Measurement and Shift Ratio","authors":"Maen Alzubi, Mohammad Almseidin, Szilveszter Kovacs, Jamil Al-Sawwa, Mouhammd Alkasassbeh","doi":"10.18196/jrc.v5i1.20515","DOIUrl":"https://doi.org/10.18196/jrc.v5i1.20515","url":null,"abstract":"Traditional fuzzy reasoning techniques demand a condensed fuzzy rule base to conclude a result. Still, due to incomplete data or a deficiency of expertise and knowledge, dense rule bases are not always available. Fuzzy interpolation methods have been widely explored to reasonably allow the interpolation of a fuzzy result using the closest current rules. Fuzzy rule interpolation is a type of fuzzy inference system in which conclusions can be obtained even with a few fuzzy rules. This benefit could be used to adapt the FRI to different application areas that suffer from a lack of knowledge. Alzubi et al. [17] offered a novel interpolative method that uses a weighted average based on the center point of the Incircle of the fuzzy sets. Nevertheless, the interpolated observation does not completely define the actual observation that is provided. In our offered extension to this method, a modification weight measure calculation and a shift technique are included to guarantee that the center point of the observation and the interpolated observation are mapped together. This weight measure calculation and shift technique enabled the capability of extrapolation to be conducted implicitly, which is also improves the performance results of the algorithm in the presence of multiple fuzzy rules and multidimensional priors.","PeriodicalId":443428,"journal":{"name":"Journal of Robotics and Control (JRC)","volume":"4 4","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-01-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140496014","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Journal of Robotics and Control (JRC)
全部 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