首页 > 最新文献

2018 14th IEEE/ASME International Conference on Mechatronic and Embedded Systems and Applications (MESA)最新文献

英文 中文
Mobile Robotic Spatial Odometry by Low-Cost IMUs 基于低成本imu的移动机器人空间里程测量
Xiaolong Zhang, Teemu Mononen, J. Mattila, M. M. Aref
This paper shows the use of microelectromechanical system (MEMS) low-cost inertial measurement units (IMUs) to realize absolute odometry information for a mobile vehicle or field robotics, by providing the rotation angle of a wheel and its suspensions with respect to gravity. In addition, with the proposed algorithm we calculate the yaw and roll angle information for the bogie by integrating the output of the rotation gyroscope, which decreases the angle drift considerably. A test bed was set up to validate the algorithm, and the results are analyzed in detail.
本文展示了利用微机电系统(MEMS)低成本惯性测量单元(imu),通过提供车轮及其悬架相对于重力的旋转角度,来实现移动车辆或现场机器人的绝对里程计信息。此外,该算法通过积分旋转陀螺仪的输出来计算转向架的偏航角和横摇角信息,大大降低了转向架的角度漂移。搭建了实验平台,对算法进行了验证,并对结果进行了详细分析。
{"title":"Mobile Robotic Spatial Odometry by Low-Cost IMUs","authors":"Xiaolong Zhang, Teemu Mononen, J. Mattila, M. M. Aref","doi":"10.1109/MESA.2018.8449209","DOIUrl":"https://doi.org/10.1109/MESA.2018.8449209","url":null,"abstract":"This paper shows the use of microelectromechanical system (MEMS) low-cost inertial measurement units (IMUs) to realize absolute odometry information for a mobile vehicle or field robotics, by providing the rotation angle of a wheel and its suspensions with respect to gravity. In addition, with the proposed algorithm we calculate the yaw and roll angle information for the bogie by integrating the output of the rotation gyroscope, which decreases the angle drift considerably. A test bed was set up to validate the algorithm, and the results are analyzed in detail.","PeriodicalId":138936,"journal":{"name":"2018 14th IEEE/ASME International Conference on Mechatronic and Embedded Systems and Applications (MESA)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128876786","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
Handling Process Overruns and Underruns on Multiprocessors in a Fault-Tolerant Real-Time Embedded System 容错实时嵌入式系统中多处理器进程超限和欠限的处理
Jia Xu
The failure of safety-critical hard real-time embedded systems, can have catastrophic consequences. In such systems, a fault tolerant design is often necessary to enable the system to continue to provide a specified service, possibly at a reduced level of performance, rather than failing completely, in spite of system errors. One approach for achieving fault tolerance in real-time embedded systems, is to provide two versions of programs for each real-time task: a primary and an alternate. If an error in the execution of the primary of a task is detected, or if the successful completion of the primary cannot be guaranteed, then the alternate will be activated, while the primary will be aborted. This paper presents a method which provides a higher level of system dependency and reliability by effectively handling underruns and overruns in a fault tolerant real-time embedded system which uses a primary and an alternate for each real-time task to achieve fault tolerance. A main advantage of this method is that it significantly increases the chances that either the primary or the alternate of each process will be able to successfully complete its computation before its deadline despite overrunning, which significantly increases system robustness and reliability, while at the same time any additional processor capacity created at run-time due to primary or alternate underruns can be efficiently utilized, which increases system resource and processor utilization, while also satisfying additional complex constraints defined on the primaries and alternates such as precedence and exclusion relations.
对安全至关重要的硬实时嵌入式系统的故障可能会造成灾难性的后果。在这样的系统中,容错设计通常是必要的,以使系统能够继续提供指定的服务,可能在较低的性能水平上,而不是在系统错误的情况下完全失败。在实时嵌入式系统中实现容错的一种方法是为每个实时任务提供两个版本的程序:主版本和备用版本。如果在执行任务的主任务时检测到错误,或者不能保证主任务的成功完成,则将激活备用任务,而终止主任务。本文提出了一种容错实时嵌入式系统,通过对每个实时任务使用一个主任务和一个备用任务来实现容错,从而有效地处理欠运行和超支,从而提高系统的依赖性和可靠性。这种方法的一个主要优点是,它大大增加了每个进程的主进程或备用进程能够在截止日期前成功完成计算的机会,这大大增加了系统的鲁棒性和可靠性,同时,由于主进程或备用进程运行不足而在运行时创建的任何额外的处理器容量都可以被有效利用,这增加了系统资源和处理器利用率。同时还满足定义在主节点和替代节点上的附加复杂约束,如优先级和排除关系。
{"title":"Handling Process Overruns and Underruns on Multiprocessors in a Fault-Tolerant Real-Time Embedded System","authors":"Jia Xu","doi":"10.1109/MESA.2018.8449186","DOIUrl":"https://doi.org/10.1109/MESA.2018.8449186","url":null,"abstract":"The failure of safety-critical hard real-time embedded systems, can have catastrophic consequences. In such systems, a fault tolerant design is often necessary to enable the system to continue to provide a specified service, possibly at a reduced level of performance, rather than failing completely, in spite of system errors. One approach for achieving fault tolerance in real-time embedded systems, is to provide two versions of programs for each real-time task: a primary and an alternate. If an error in the execution of the primary of a task is detected, or if the successful completion of the primary cannot be guaranteed, then the alternate will be activated, while the primary will be aborted. This paper presents a method which provides a higher level of system dependency and reliability by effectively handling underruns and overruns in a fault tolerant real-time embedded system which uses a primary and an alternate for each real-time task to achieve fault tolerance. A main advantage of this method is that it significantly increases the chances that either the primary or the alternate of each process will be able to successfully complete its computation before its deadline despite overrunning, which significantly increases system robustness and reliability, while at the same time any additional processor capacity created at run-time due to primary or alternate underruns can be efficiently utilized, which increases system resource and processor utilization, while also satisfying additional complex constraints defined on the primaries and alternates such as precedence and exclusion relations.","PeriodicalId":138936,"journal":{"name":"2018 14th IEEE/ASME International Conference on Mechatronic and Embedded Systems and Applications (MESA)","volume":"6 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125303046","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}
引用次数: 2
Recent Advance of Hybrid Energy Storage Systems for Electrified Vehicles 电动汽车混合储能系统研究进展
Jiajun Liu, Z. Dong, Tianxu Jin, Li Liu
A hybrid energy storage system (HESS) that combines batteries and ultracapacitors (UCs) presents unique electric energy storage capability over traditional Energy Storage Systems (ESS) made of pure batteries or UCs. As a critical powertrain component of an electrified vehicle (EV), the performance and life of the ESS dominate the performance and life-cycle cost of the pure electric vehicle (PEV) and plug-in hybrid electric vehicle (PHEV) due to the large size of their ESS. Different from traditional power density and energy density considerations, the use of battery and UC HESS today is more geared toward the use of UCs to take over the high frequency, dynamic charge and discharge to ensure quick system response and to extend battery life by reducing its frequent charge and discharge. In this paper, the recent advance of HESS and relevant technologies have been reviewed. The state-of-the-art of battery ESS and modeling method, considering its performance degradation under different use patterns are first presented. Methods for modeling the UC and DC/DC converter in the HESS, along with various HESS architectures, are also overviewed. Energy management methods of HESS are then reviewed according to recent literature to derive appropriate energy split strategies between the batteries and UCs. Finally, various HESS-based applications from public transportation to construction machinery are discussed to illustrate the benefits of HESS.
结合电池和超级电容器(UCs)的混合储能系统(HESS)比传统的纯电池或超级电容器(UCs)储能系统(ESS)具有独特的电能存储能力。ESS作为电动汽车的关键动力总成部件,由于其体积庞大,其性能和寿命在纯电动汽车(PEV)和插电式混合动力汽车(PHEV)的性能和生命周期成本中占据主导地位。与传统的功率密度和能量密度考虑不同,如今对电池和UC HESS的使用更倾向于使用UC接管高频、动态充放电,以确保系统快速响应,并通过减少其频繁充放电来延长电池寿命。本文综述了近年来HESS及其相关技术的研究进展。首先介绍了电池ESS的研究现状和建模方法,并考虑了电池ESS在不同使用模式下的性能退化。还概述了HESS中UC和DC/DC转换器的建模方法,以及各种HESS架构。然后根据最近的文献回顾了HESS的能量管理方法,以得出适当的电池和uc之间的能量分配策略。最后,讨论了从公共交通到工程机械的各种基于HESS的应用,以说明HESS的好处。
{"title":"Recent Advance of Hybrid Energy Storage Systems for Electrified Vehicles","authors":"Jiajun Liu, Z. Dong, Tianxu Jin, Li Liu","doi":"10.1109/MESA.2018.8449191","DOIUrl":"https://doi.org/10.1109/MESA.2018.8449191","url":null,"abstract":"A hybrid energy storage system (HESS) that combines batteries and ultracapacitors (UCs) presents unique electric energy storage capability over traditional Energy Storage Systems (ESS) made of pure batteries or UCs. As a critical powertrain component of an electrified vehicle (EV), the performance and life of the ESS dominate the performance and life-cycle cost of the pure electric vehicle (PEV) and plug-in hybrid electric vehicle (PHEV) due to the large size of their ESS. Different from traditional power density and energy density considerations, the use of battery and UC HESS today is more geared toward the use of UCs to take over the high frequency, dynamic charge and discharge to ensure quick system response and to extend battery life by reducing its frequent charge and discharge. In this paper, the recent advance of HESS and relevant technologies have been reviewed. The state-of-the-art of battery ESS and modeling method, considering its performance degradation under different use patterns are first presented. Methods for modeling the UC and DC/DC converter in the HESS, along with various HESS architectures, are also overviewed. Energy management methods of HESS are then reviewed according to recent literature to derive appropriate energy split strategies between the batteries and UCs. Finally, various HESS-based applications from public transportation to construction machinery are discussed to illustrate the benefits of HESS.","PeriodicalId":138936,"journal":{"name":"2018 14th IEEE/ASME International Conference on Mechatronic and Embedded Systems and Applications (MESA)","volume":"148 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125809673","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}
引用次数: 8
Intelligent control for lower limb rehabilitation system 下肢康复系统的智能控制
Chin-Sheng Chen, Ming-Shium Hsieh, Feng-Chi Lee, Yu-Hsin Lin
This paper proposes the design and control of passive and active motion of lower limb rehabilitation system. The dynamic model of the rehabilitation machine is firstly derived for further controller design. Then, an intelligent sliding-mode control (ISMC) system which involved recurrent Hermite neural network (RHNN) estimator to estimate the unknown external disturbance and uncertainty is proposed to track the angular position and velocity in the passive motion. In the active motion, the position-based impedance control is implemented to achieve human-machine compliance.
提出了下肢康复系统被动运动和主动运动的设计与控制。首先推导了康复机的动力学模型,为进一步的控制器设计提供依据。然后,提出了一种利用递归赫米特神经网络(RHNN)估计器估计未知外部干扰和不确定性的智能滑模控制(ISMC)系统,用于跟踪被动运动中的角位置和速度。在主动运动中,实现了基于位置的阻抗控制,实现了人机顺应性。
{"title":"Intelligent control for lower limb rehabilitation system","authors":"Chin-Sheng Chen, Ming-Shium Hsieh, Feng-Chi Lee, Yu-Hsin Lin","doi":"10.1109/MESA.2018.8449194","DOIUrl":"https://doi.org/10.1109/MESA.2018.8449194","url":null,"abstract":"This paper proposes the design and control of passive and active motion of lower limb rehabilitation system. The dynamic model of the rehabilitation machine is firstly derived for further controller design. Then, an intelligent sliding-mode control (ISMC) system which involved recurrent Hermite neural network (RHNN) estimator to estimate the unknown external disturbance and uncertainty is proposed to track the angular position and velocity in the passive motion. In the active motion, the position-based impedance control is implemented to achieve human-machine compliance.","PeriodicalId":138936,"journal":{"name":"2018 14th IEEE/ASME International Conference on Mechatronic and Embedded Systems and Applications (MESA)","volume":"3 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125406887","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
Low-Power Wake-Up System based on Frequency Analysis for Environmental Internet of Things 基于频率分析的环境物联网低功耗唤醒系统
Manon Fourniol, V. Gies, V. Barchasz, E. Kussener, H. Barthélemy, R. Vauché, H. Glotin
Being used in for environmental and military Internet of Things (IoT), a low power wake-up system based on frequency analysis is presented in this paper. It aims at detecting continuously the presence of specific very high frequencies in the input acoustic signal of an embedded system. This can be used for detecting specific animal species, and for triggering a recording system or generating alerts. Used for harmful species detection, this helps to save harvests or to protect strict nature reserves. It can also be used for detecting the presence of drones in a specific restricted area.This acoustic low power wake-up system uses a simple 16 bits micro-controller (MCU), with a strong emphasis on the low power management of the system, having a target of continuous detection for at least one year on a single standard 1.2Ah - 12V lead battery. For that, it makes the most of mixed analog and digital low power MCU modules. They are including comparators, timers and a special one present on Microchip MCU, called Charge Time Measurement Unit (CTMU). This is a driven constant current source for making time to frequency conversions at a very low power and algorithmic cost.Optimizing low power modes, this low power wake-up system based on frequency analysis has a power consumption of 0.56mW, leading to approximately 3 years of battery life on a single standard 1.2Ah - 12Vlead cell.
本文提出了一种基于频率分析的低功耗唤醒系统,用于环境和军事物联网。它旨在连续检测嵌入式系统输入声信号中特定甚高频的存在。这可以用于检测特定的动物物种,并触发记录系统或产生警报。用于有害物种检测,这有助于节省收成或保护严格的自然保护区。它还可以用于检测特定限制区域内无人机的存在。这种声学低功耗唤醒系统使用一个简单的16位微控制器(MCU),非常强调系统的低功耗管理,在单个标准1.2Ah - 12V铅电池上具有至少一年的连续检测目标。为此,充分利用模拟和数字混合的低功耗MCU模块。它们包括比较器,计时器和Microchip MCU上的一个特殊装置,称为电荷时间测量单元(CTMU)。这是一种驱动的恒流源,用于以非常低的功率和算法成本进行频率转换。这种基于频率分析的低功耗唤醒系统优化了低功耗模式,功耗为0.56mW,在一个标准的1.2Ah - 12v铅电池上,电池寿命约为3年。
{"title":"Low-Power Wake-Up System based on Frequency Analysis for Environmental Internet of Things","authors":"Manon Fourniol, V. Gies, V. Barchasz, E. Kussener, H. Barthélemy, R. Vauché, H. Glotin","doi":"10.1109/MESA.2018.8449164","DOIUrl":"https://doi.org/10.1109/MESA.2018.8449164","url":null,"abstract":"Being used in for environmental and military Internet of Things (IoT), a low power wake-up system based on frequency analysis is presented in this paper. It aims at detecting continuously the presence of specific very high frequencies in the input acoustic signal of an embedded system. This can be used for detecting specific animal species, and for triggering a recording system or generating alerts. Used for harmful species detection, this helps to save harvests or to protect strict nature reserves. It can also be used for detecting the presence of drones in a specific restricted area.This acoustic low power wake-up system uses a simple 16 bits micro-controller (MCU), with a strong emphasis on the low power management of the system, having a target of continuous detection for at least one year on a single standard 1.2Ah - 12V lead battery. For that, it makes the most of mixed analog and digital low power MCU modules. They are including comparators, timers and a special one present on Microchip MCU, called Charge Time Measurement Unit (CTMU). This is a driven constant current source for making time to frequency conversions at a very low power and algorithmic cost.Optimizing low power modes, this low power wake-up system based on frequency analysis has a power consumption of 0.56mW, leading to approximately 3 years of battery life on a single standard 1.2Ah - 12Vlead cell.","PeriodicalId":138936,"journal":{"name":"2018 14th IEEE/ASME International Conference on Mechatronic and Embedded Systems and Applications (MESA)","volume":"34 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121628725","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}
引用次数: 18
A Robust Method of Peak Detection in Noisy PPG Signals Using a Structure of IIR Filters 一种基于IIR滤波器结构的含噪PPG信号鲁棒峰值检测方法
Jake D. Campbell, C. Pretty, J. Chase, P. Bones
Pulse oximeters are used in hospitals to continuously monitor the blood oxygen levels (SpO2) and heart rates of the patients. Calculation of SpO2 is found by taking the ratio of the AC to the DC components of the photoplethysmograph (PPG) signals measured by the pulse oximeter. Often the AC component is hidden in noise, which conventional filtering methods are unable to effectively extract. This paper describes a robust method of peak and trough detection in the presence of high levels of noise (SNR of 13 dB) using a structure of IIR filters. Two lowpass IIR filters with a cut off frequency difference of 5 Hz are used. The lower frequency (LF) cutoff filter extracts the peaks and troughs of the fundamental pulse frequency and the higher frequency (HF) filter closely tracks the raw data so that when a LF peak/trough is found, the maximum/minimum HF value across the LF pulse period is considered the peak/trough. The cut-off frequencies of the LF and HF filters adjust to the measured heart rate to track the heart rate. Testing and comparison to the typical bandpass filter method produced a specificity of 0.97 and a sensitivity of 0.96, demonstrating the accuracy of the method.
脉搏血氧仪在医院中用于持续监测患者的血氧水平(SpO2)和心率。SpO2的计算是通过采用脉冲血氧计测量的光容积脉搏图(PPG)信号的交流分量与直流分量的比值来发现的。交流分量往往隐藏在噪声中,传统滤波方法无法有效提取。本文描述了一种使用IIR滤波器结构在存在高水平噪声(信噪比为13 dB)的情况下进行峰谷检测的鲁棒方法。两个低通IIR滤波器的截止频率差为5赫兹。低频(LF)截止滤波器提取基频脉冲频率的波峰和波谷,高频(HF)滤波器密切跟踪原始数据,因此当发现低频波峰/波谷时,将低频脉冲周期内的最大/最小HF值视为峰值/波谷。低频和高频滤波器的截止频率根据测量的心率进行调整,以跟踪心率。与典型的带通滤波方法进行测试和比较,特异性为0.97,灵敏度为0.96,证明了该方法的准确性。
{"title":"A Robust Method of Peak Detection in Noisy PPG Signals Using a Structure of IIR Filters","authors":"Jake D. Campbell, C. Pretty, J. Chase, P. Bones","doi":"10.1109/MESA.2018.8449169","DOIUrl":"https://doi.org/10.1109/MESA.2018.8449169","url":null,"abstract":"Pulse oximeters are used in hospitals to continuously monitor the blood oxygen levels (SpO2) and heart rates of the patients. Calculation of SpO2 is found by taking the ratio of the AC to the DC components of the photoplethysmograph (PPG) signals measured by the pulse oximeter. Often the AC component is hidden in noise, which conventional filtering methods are unable to effectively extract. This paper describes a robust method of peak and trough detection in the presence of high levels of noise (SNR of 13 dB) using a structure of IIR filters. Two lowpass IIR filters with a cut off frequency difference of 5 Hz are used. The lower frequency (LF) cutoff filter extracts the peaks and troughs of the fundamental pulse frequency and the higher frequency (HF) filter closely tracks the raw data so that when a LF peak/trough is found, the maximum/minimum HF value across the LF pulse period is considered the peak/trough. The cut-off frequencies of the LF and HF filters adjust to the measured heart rate to track the heart rate. Testing and comparison to the typical bandpass filter method produced a specificity of 0.97 and a sensitivity of 0.96, demonstrating the accuracy of the method.","PeriodicalId":138936,"journal":{"name":"2018 14th IEEE/ASME International Conference on Mechatronic and Embedded Systems and Applications (MESA)","volume":"33 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131193580","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}
引用次数: 2
Robot skills - modeling and control aspects 机器人技能-建模和控制方面
T. Heikkilä, Jari M. Ahola
This paper considers robot control and programming from modelling point of view: re-usable robot operations are modelled as skills, which integrate and synchronize robot actions and sensor data in a consistent way. We put focus on contact motions and their programming and have the basis on parametrized impedance control. The characteristic of impedance controlled motions, i.e., effects of speed and environment changes to resulting forces, are studied in details by modelling and practical tests. With appropriate parameter settings a variety of tasks and skills with contact motions can be established relying on the same force/torque control strategy.
本文从建模的角度考虑机器人的控制和编程:将可重用的机器人操作建模为技能,以一致的方式集成和同步机器人动作和传感器数据。重点研究了接触运动及其规划,为参数化阻抗控制奠定了基础。通过建模和实际试验,详细研究了阻抗控制运动的特性,即速度和环境变化对作用力的影响。通过适当的参数设置,可以根据相同的力/扭矩控制策略建立具有接触运动的各种任务和技能。
{"title":"Robot skills - modeling and control aspects","authors":"T. Heikkilä, Jari M. Ahola","doi":"10.1109/MESA.2018.8449184","DOIUrl":"https://doi.org/10.1109/MESA.2018.8449184","url":null,"abstract":"This paper considers robot control and programming from modelling point of view: re-usable robot operations are modelled as skills, which integrate and synchronize robot actions and sensor data in a consistent way. We put focus on contact motions and their programming and have the basis on parametrized impedance control. The characteristic of impedance controlled motions, i.e., effects of speed and environment changes to resulting forces, are studied in details by modelling and practical tests. With appropriate parameter settings a variety of tasks and skills with contact motions can be established relying on the same force/torque control strategy.","PeriodicalId":138936,"journal":{"name":"2018 14th IEEE/ASME International Conference on Mechatronic and Embedded Systems and Applications (MESA)","volume":"39 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122299999","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}
引用次数: 3
Mobile Robotic Platforms to Support Smart Farming Efforts at UMES 移动机器人平台支持美国农业大学的智能农业工作
A. Nagchaudhuri, M. Mitra, C. Hartman, Travis Ford, J. Pandya
Experiential learning and research effort titled AIRSPACES: Autonomous Instrumented Robotic Sensory Platforms to Advance Creativity and Engage Students has been ongoing at University Maryland Eastern Shore (UMES) campus for the past several years with support from Maryland Space Grant Consortium (MDSGC). The project has provided a multidisciplinary platform for a team of faculty, students and staff from across the Science, Technology, Engineering, Agriculture, and Mathematics (STEAM) disciplines to explore exciting and innovative ideas that promote the core values of the land grant mission of UMES and engage students. Synergy with United States Department of Agriculture (USDA) supported project(s) provided additional impetus and breadth to these endeavors. While the field based efforts pertaining to environmental robotics and agricultural automation have been the dominant focus, in the past year the project investigators have also initiated laboratory based education, experiential learning, and research activities involving manufacturing automation and mobile robotics. These efforts have been integrated with ongoing activities involving remote sensing using small unmanned aerial systems (sUAS) and development of aquatic robot and ground robot platforms for water quality monitoring and field data collection largely related to environmentally friendly smart farming endeavors. This paper will provide an overview of the past efforts and future plans for smart farming efforts at UMES with particular emphases on mechatronics and embedded systems.
在马里兰太空资助联盟(MDSGC)的支持下,马里兰大学东岸校区过去几年一直在进行名为“AIRSPACES:自主仪器机器人感官平台以提高创造力和吸引学生”的体验式学习和研究工作。该项目为来自科学、技术、工程、农业和数学(STEAM)学科的教师、学生和工作人员团队提供了一个多学科平台,以探索令人兴奋和创新的想法,促进UMES赠地使命的核心价值,并吸引学生。与美国农业部(USDA)支持的项目的协同作用为这些努力提供了额外的动力和广度。虽然与环境机器人和农业自动化相关的基于现场的努力一直是主要焦点,但在过去的一年里,项目研究者还发起了基于实验室的教育、体验式学习和涉及制造自动化和移动机器人的研究活动。这些努力与正在进行的活动相结合,包括使用小型无人机系统(sUAS)进行遥感,以及开发用于水质监测和现场数据收集的水生机器人和地面机器人平台,这些活动主要与环境友好型智能农业有关。本文将概述过去的努力和未来的计划,并特别强调机电一体化和嵌入式系统。
{"title":"Mobile Robotic Platforms to Support Smart Farming Efforts at UMES","authors":"A. Nagchaudhuri, M. Mitra, C. Hartman, Travis Ford, J. Pandya","doi":"10.1109/MESA.2018.8449182","DOIUrl":"https://doi.org/10.1109/MESA.2018.8449182","url":null,"abstract":"Experiential learning and research effort titled AIRSPACES: Autonomous Instrumented Robotic Sensory Platforms to Advance Creativity and Engage Students has been ongoing at University Maryland Eastern Shore (UMES) campus for the past several years with support from Maryland Space Grant Consortium (MDSGC). The project has provided a multidisciplinary platform for a team of faculty, students and staff from across the Science, Technology, Engineering, Agriculture, and Mathematics (STEAM) disciplines to explore exciting and innovative ideas that promote the core values of the land grant mission of UMES and engage students. Synergy with United States Department of Agriculture (USDA) supported project(s) provided additional impetus and breadth to these endeavors. While the field based efforts pertaining to environmental robotics and agricultural automation have been the dominant focus, in the past year the project investigators have also initiated laboratory based education, experiential learning, and research activities involving manufacturing automation and mobile robotics. These efforts have been integrated with ongoing activities involving remote sensing using small unmanned aerial systems (sUAS) and development of aquatic robot and ground robot platforms for water quality monitoring and field data collection largely related to environmentally friendly smart farming endeavors. This paper will provide an overview of the past efforts and future plans for smart farming efforts at UMES with particular emphases on mechatronics and embedded systems.","PeriodicalId":138936,"journal":{"name":"2018 14th IEEE/ASME International Conference on Mechatronic and Embedded Systems and Applications (MESA)","volume":"29 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131681664","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}
引用次数: 7
Error analysis of numerical Weyl fractional derivatives in the case of certain Hölder continuous functions 某些Hölder连续函数情况下数值Weyl分数阶导数的误差分析
J. Nissilä
The calculation of fractional or integer order derivatives and integrals has been demonstrated to be simple and fast in the frequency domain. It is also the most sensible method if one wishes to calculate derivatives or integrals of periodic signals. In this paper, error analysis is carried out for the numerical algorithm for Weyl fractional derivatives. To derive an upper bound for the numerical error, some knowledge of the smoothness of the signal must be known in advance or it must be estimated. The derived error analysis is tested with sampled functions with known regularity and with real vibration measurements from rotating machines. Compared to previous publications which deal with error analysis of integer order numerical derivatives in the frequency domain using L2 errors, the result of this paper is in terms of maximum absolute error and it is based on a novel result on the signal's regularity. The general conclusion using either error estimates is the same: the error of numerical Weyl derivatives is bounded by some constant times the sequence length raised to a negative power. The exponent depends on the smoothness of the signal. This contrasts with using difference quotients in numerical differentiation, in which case the error is bounded by a constant times the sequence length raised to a some fixed negative power and the order of the method defines that exponent.
分数阶或整数阶导数和积分的计算在频域已经证明是简单和快速的。如果希望计算周期信号的导数或积分,这也是最明智的方法。本文对Weyl分数阶导数的数值算法进行了误差分析。为了求出数值误差的上界,必须事先知道信号的平滑性,或者必须对其进行估计。用已知正则性的采样函数和旋转机械的实际振动测量值对推导出的误差分析进行了验证。与以往利用L2误差处理频域整数阶数值导数误差分析的文献相比,本文的结果是基于最大绝对误差的,并且是基于对信号规律性的一个新的结果。使用这两种误差估计的一般结论是相同的:数值Weyl导数的误差以某常数乘以序列长度的负次方为界。指数取决于信号的平滑度。这与在数值微分中使用差商形成对比,在这种情况下,误差由常数乘以序列长度的某个固定的负幂和方法的顺序定义该指数。
{"title":"Error analysis of numerical Weyl fractional derivatives in the case of certain Hölder continuous functions","authors":"J. Nissilä","doi":"10.1109/MESA.2018.8449193","DOIUrl":"https://doi.org/10.1109/MESA.2018.8449193","url":null,"abstract":"The calculation of fractional or integer order derivatives and integrals has been demonstrated to be simple and fast in the frequency domain. It is also the most sensible method if one wishes to calculate derivatives or integrals of periodic signals. In this paper, error analysis is carried out for the numerical algorithm for Weyl fractional derivatives. To derive an upper bound for the numerical error, some knowledge of the smoothness of the signal must be known in advance or it must be estimated. The derived error analysis is tested with sampled functions with known regularity and with real vibration measurements from rotating machines. Compared to previous publications which deal with error analysis of integer order numerical derivatives in the frequency domain using L2 errors, the result of this paper is in terms of maximum absolute error and it is based on a novel result on the signal's regularity. The general conclusion using either error estimates is the same: the error of numerical Weyl derivatives is bounded by some constant times the sequence length raised to a negative power. The exponent depends on the smoothness of the signal. This contrasts with using difference quotients in numerical differentiation, in which case the error is bounded by a constant times the sequence length raised to a some fixed negative power and the order of the method defines that exponent.","PeriodicalId":138936,"journal":{"name":"2018 14th IEEE/ASME International Conference on Mechatronic and Embedded Systems and Applications (MESA)","volume":"53 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129563537","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}
引用次数: 2
Industrial Environment Mapping Using Distributed Static 3D Sensor Nodes 使用分布式静态3D传感器节点的工业环境映射
Atle Aalerud, J. Dybedal, Erind Ujkani, G. Hovland
This paper presents a system architecture for mapping and real-time monitoring of a relatively large industrial robotic environment of size 10 m × 15 m × 5 m. Six sensor nodes with embedded computing power and local processing of the 3D point clouds are placed close to the ceiling. The system architecture and data processing is based on the Robot Operating System (ROS) and the Point Cloud Library (PCL). The 3D sensors used are the Microsoft Kinect for Xbox One and point cloud data is collected at 20 Hz. A new manual calibration procedure is developed using reflective planes. The specified range of the used sensor is 0.8 m to 4.2 m, while depth data up to 9 m is used in this paper. Despite the fact that only six sensors are used and that the Kinect sensors are operated beyond the specified range, a benchmark of the accuracy compared with a Leica laser distance meter demonstrates an accuracy of 10 mm or better in the final 3D point cloud.
本文提出了一种用于对尺寸为10 m × 15 m × 5 m的较大工业机器人环境进行测绘和实时监控的系统架构。六个具有嵌入式计算能力和局部处理3D点云的传感器节点被放置在靠近天花板的位置。系统架构和数据处理基于机器人操作系统(ROS)和点云库(PCL)。使用的3D传感器是微软Xbox One的Kinect,点云数据收集频率为20hz。提出了一种利用反射面进行手动标定的新方法。使用的传感器的指定量程为0.8 m ~ 4.2 m,而本文使用的深度数据可达9 m。尽管只使用了6个传感器,而且Kinect传感器的操作也超出了规定的范围,但与徕卡激光测距仪相比,其精度基准显示,在最终的3D点云中,精度达到10毫米或更高。
{"title":"Industrial Environment Mapping Using Distributed Static 3D Sensor Nodes","authors":"Atle Aalerud, J. Dybedal, Erind Ujkani, G. Hovland","doi":"10.1109/MESA.2018.8449203","DOIUrl":"https://doi.org/10.1109/MESA.2018.8449203","url":null,"abstract":"This paper presents a system architecture for mapping and real-time monitoring of a relatively large industrial robotic environment of size 10 m × 15 m × 5 m. Six sensor nodes with embedded computing power and local processing of the 3D point clouds are placed close to the ceiling. The system architecture and data processing is based on the Robot Operating System (ROS) and the Point Cloud Library (PCL). The 3D sensors used are the Microsoft Kinect for Xbox One and point cloud data is collected at 20 Hz. A new manual calibration procedure is developed using reflective planes. The specified range of the used sensor is 0.8 m to 4.2 m, while depth data up to 9 m is used in this paper. Despite the fact that only six sensors are used and that the Kinect sensors are operated beyond the specified range, a benchmark of the accuracy compared with a Leica laser distance meter demonstrates an accuracy of 10 mm or better in the final 3D point cloud.","PeriodicalId":138936,"journal":{"name":"2018 14th IEEE/ASME International Conference on Mechatronic and Embedded Systems and Applications (MESA)","volume":"19 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122252468","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}
引用次数: 7
期刊
2018 14th IEEE/ASME International Conference on Mechatronic and Embedded Systems and Applications (MESA)
全部 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