首页 > 最新文献

2019 19th International Conference on Advanced Robotics (ICAR)最新文献

英文 中文
Hybrid Model for A Priori Performance Prediction of Multi-Job Type Swarm Search and Service Missions 多作业型群搜索与服务任务的先验性能预测混合模型
Pub Date : 2019-12-01 DOI: 10.1109/ICAR46387.2019.8981582
M. Chandarana, Dana Hughes, M. Lewis, K. Sycara, S. Scherer
In Swarm Search and Service (SSS) applications, swarm vehicles are responsible for concurrently searching an area while immediately servicing jobs discovered while searching. Multiple job types may be present in the environment. As vehicles move in and out of the swarm to service jobs, the coverage rate (i.e., area searched by the swarm per time step) changes dynamically to reflect the number of vehicles currently engaged in search. As a result, the arrival rates of jobs also changes dynamically. When planning SSS missions, the resource requirements, such as the swarm size needed to achieve a desired system performance, must be determined. The dynamically changing arrival rates make traditional queuing methods ill-suited to predict the performance of the swarm. This paper presents a hybrid method - Hybrid Model - for predicting the performance of the swarm a priori. It utilizes a Markov model, whose state representation captures the proportion of agents searching or servicing jobs. State-dependent queuing models are used to calculate the state transition function of the Markov states. The model has been developed as a prediction tool to assist mission planners in balancing complex trade-offs, but also provides a basis for optimizing swarm size where cost functions are known. The Hybrid Model is tested in previously considered constant coverage rate scenarios and the results are compared to a previously developed Queuing Model. Additional SSS missions are then simulated and their resulting performance is used to further evaluate the effectiveness of using the Hybrid Model as a prediction tool for swarm performance in more general scenarios with dynamically changing coverage rates.
在群体搜索和服务(SSS)应用中,群体车辆负责同时搜索一个区域,同时立即为搜索过程中发现的工作提供服务。环境中可能存在多种作业类型。当车辆进出蜂群去服务工作时,覆盖率(即每个时间步长蜂群搜索的面积)会动态变化,以反映当前参与搜索的车辆数量。因此,工作的到达率也在动态变化。在规划SSS任务时,必须确定资源需求,例如实现所需系统性能所需的蜂群大小。动态变化的到达率使得传统的排队方法不适合预测群体的性能。本文提出了一种用于先验预测群性能的混合方法——混合模型。它利用马尔科夫模型,其状态表示捕获了搜索或服务工作的代理的比例。使用状态依赖排队模型计算马尔可夫状态的状态转移函数。该模型已被开发为一种预测工具,以协助任务规划者平衡复杂的权衡,但也为优化成本函数已知的群体规模提供了基础。混合模型在先前考虑的恒定覆盖率场景中进行测试,并将结果与先前开发的排队模型进行比较。然后对其他SSS任务进行模拟,并使用其结果性能进一步评估混合模型作为预测工具在更一般的情况下动态变化覆盖率的群体性能的有效性。
{"title":"Hybrid Model for A Priori Performance Prediction of Multi-Job Type Swarm Search and Service Missions","authors":"M. Chandarana, Dana Hughes, M. Lewis, K. Sycara, S. Scherer","doi":"10.1109/ICAR46387.2019.8981582","DOIUrl":"https://doi.org/10.1109/ICAR46387.2019.8981582","url":null,"abstract":"In Swarm Search and Service (SSS) applications, swarm vehicles are responsible for concurrently searching an area while immediately servicing jobs discovered while searching. Multiple job types may be present in the environment. As vehicles move in and out of the swarm to service jobs, the coverage rate (i.e., area searched by the swarm per time step) changes dynamically to reflect the number of vehicles currently engaged in search. As a result, the arrival rates of jobs also changes dynamically. When planning SSS missions, the resource requirements, such as the swarm size needed to achieve a desired system performance, must be determined. The dynamically changing arrival rates make traditional queuing methods ill-suited to predict the performance of the swarm. This paper presents a hybrid method - Hybrid Model - for predicting the performance of the swarm a priori. It utilizes a Markov model, whose state representation captures the proportion of agents searching or servicing jobs. State-dependent queuing models are used to calculate the state transition function of the Markov states. The model has been developed as a prediction tool to assist mission planners in balancing complex trade-offs, but also provides a basis for optimizing swarm size where cost functions are known. The Hybrid Model is tested in previously considered constant coverage rate scenarios and the results are compared to a previously developed Queuing Model. Additional SSS missions are then simulated and their resulting performance is used to further evaluate the effectiveness of using the Hybrid Model as a prediction tool for swarm performance in more general scenarios with dynamically changing coverage rates.","PeriodicalId":6606,"journal":{"name":"2019 19th International Conference on Advanced Robotics (ICAR)","volume":"11 1","pages":"714-719"},"PeriodicalIF":0.0,"publicationDate":"2019-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"74674879","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
Computing multiple guiding paths for sampling-based motion planning 基于采样的多路径运动规划计算
Pub Date : 2019-12-01 DOI: 10.1109/ICAR46387.2019.8981589
Vojtěch Vonásek, Robert Pěnička, B. Kozlíková
Path planning of 3D solid objects leads to search in a six-dimensional configuration space, which can be solved by sampling-based motion planning. The well-known issue of sampling-based planners is the narrow passage problem, which is caused by the presence of small regions of the configuration space that are difficult to cover by random samples. Guided-based planners cope with this issue by increasing the probability of sampling along an estimated solution (a guiding path). In the case of six-dimensional configuration space, the guiding path needs to be computed in the configuration space rather than in the workspace. Fast computation of guiding paths can be achieved by solving a similar, yet simpler problem, e.g., by reducing the size of the robot. This results in an approximate solution (path) that is assumed to be located near the solution of the original problem. The guided sampling along this approximate solution may, however, fail if the approximate solution is too far from the desired solution. In this paper, we cope with this problem by sampling the configuration space along multiple approximate solutions. The approximate solutions are computed using a proposed iterative process: after a path (solution) is found, it forms a region where the subsequent search is inhibited, which boosts the search of new solutions. The performance of the proposed approach is verified in scenarios with multiple narrow passages and compared with the state-of-the-art planners.
三维实体物体的路径规划需要在六维位形空间中进行搜索,这可以通过基于采样的运动规划来解决。基于抽样的规划器的一个众所周知的问题是窄通道问题,这是由于配置空间的小区域难以被随机样本覆盖而引起的。基于指导的计划者通过增加沿估计解决方案(指导路径)采样的概率来解决这个问题。在六维构型空间中,需要在构型空间中而不是在工作空间中计算导轨路径。通过解决类似但更简单的问题,例如减小机器人的尺寸,可以实现快速的路径计算。这将产生一个近似解(路径),假定它位于原始问题的解附近。然而,如果近似解离期望的解太远,沿着这个近似解的引导抽样可能会失败。在本文中,我们通过沿多个近似解对构形空间进行采样来解决这个问题。近似解的计算采用一种提出的迭代过程:在找到路径(解)后,它形成一个区域,该区域抑制后续搜索,从而促进对新解的搜索。在多个狭窄通道的场景中验证了所提出方法的性能,并与最先进的规划者进行了比较。
{"title":"Computing multiple guiding paths for sampling-based motion planning","authors":"Vojtěch Vonásek, Robert Pěnička, B. Kozlíková","doi":"10.1109/ICAR46387.2019.8981589","DOIUrl":"https://doi.org/10.1109/ICAR46387.2019.8981589","url":null,"abstract":"Path planning of 3D solid objects leads to search in a six-dimensional configuration space, which can be solved by sampling-based motion planning. The well-known issue of sampling-based planners is the narrow passage problem, which is caused by the presence of small regions of the configuration space that are difficult to cover by random samples. Guided-based planners cope with this issue by increasing the probability of sampling along an estimated solution (a guiding path). In the case of six-dimensional configuration space, the guiding path needs to be computed in the configuration space rather than in the workspace. Fast computation of guiding paths can be achieved by solving a similar, yet simpler problem, e.g., by reducing the size of the robot. This results in an approximate solution (path) that is assumed to be located near the solution of the original problem. The guided sampling along this approximate solution may, however, fail if the approximate solution is too far from the desired solution. In this paper, we cope with this problem by sampling the configuration space along multiple approximate solutions. The approximate solutions are computed using a proposed iterative process: after a path (solution) is found, it forms a region where the subsequent search is inhibited, which boosts the search of new solutions. The performance of the proposed approach is verified in scenarios with multiple narrow passages and compared with the state-of-the-art planners.","PeriodicalId":6606,"journal":{"name":"2019 19th International Conference on Advanced Robotics (ICAR)","volume":"33 1","pages":"374-381"},"PeriodicalIF":0.0,"publicationDate":"2019-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"75090670","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
Augmented Vector Field Navigation Cost Mapping using Inertial Sensors 基于惯性传感器的增广矢量场导航成本映射
Pub Date : 2019-12-01 DOI: 10.1109/ICAR46387.2019.8981572
Felipe G. Oliveira, A. A. Neto, P. Borges, M. Campos, D. Macharet
In outdoor field robotics, considering the environmental characteristics is key to improving the efficiency of autonomous navigation. In this context, identifying rough terrain can significantly increase the reliability of operations. This paper addresses the problem of mapping the navigation cost associated with uneven outdoor terrains. We propose an augmented vector field representation obtained only with the use of inertial sensors. The map is determined considering characteristics such as roughness and slope. Experiments were carried out with different robots in real-world environments presenting different terrain characteristics to analyze the quality and efficiency of the mapping process. Results show that the obtained navigation cost maps provide a reliable indication of the ground characteristics of outdoor environments and can be used in the path planning stage.
在室外野外机器人中,考虑环境特性是提高自主导航效率的关键。在这种情况下,识别崎岖地形可以显著提高作业的可靠性。本文研究了不平坦室外地形下的导航成本映射问题。我们提出了仅使用惯性传感器获得的增广向量场表示。地图是根据粗糙度和坡度等特征确定的。利用不同机器人在不同地形特征的真实环境中进行实验,分析测绘过程的质量和效率。结果表明,获得的导航成本图能够可靠地反映室外环境的地面特征,可用于路径规划阶段。
{"title":"Augmented Vector Field Navigation Cost Mapping using Inertial Sensors","authors":"Felipe G. Oliveira, A. A. Neto, P. Borges, M. Campos, D. Macharet","doi":"10.1109/ICAR46387.2019.8981572","DOIUrl":"https://doi.org/10.1109/ICAR46387.2019.8981572","url":null,"abstract":"In outdoor field robotics, considering the environmental characteristics is key to improving the efficiency of autonomous navigation. In this context, identifying rough terrain can significantly increase the reliability of operations. This paper addresses the problem of mapping the navigation cost associated with uneven outdoor terrains. We propose an augmented vector field representation obtained only with the use of inertial sensors. The map is determined considering characteristics such as roughness and slope. Experiments were carried out with different robots in real-world environments presenting different terrain characteristics to analyze the quality and efficiency of the mapping process. Results show that the obtained navigation cost maps provide a reliable indication of the ground characteristics of outdoor environments and can be used in the path planning stage.","PeriodicalId":6606,"journal":{"name":"2019 19th International Conference on Advanced Robotics (ICAR)","volume":"46 1","pages":"388-393"},"PeriodicalIF":0.0,"publicationDate":"2019-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"81524194","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
A Visual Method to study the Error Function of ICP Algorithms 一种研究ICP算法误差函数的可视化方法
Pub Date : 2019-12-01 DOI: 10.1109/ICAR46387.2019.8981610
Sebastian Dingler, H. Burrichter
This paper proposes a novel method to study the error function of ICP based algorithms. With our method, we visualize the multidimensional error function of ICP algorithms in one dimension which allows us to compare and quantify the performance of ICP algorithms in an intuitive and descriptive manner. This is motivated by the fact that there are many ICP variants around and for researchers and engineers it is challenging which algorithm they shall choose. New approaches are often only evaluated based on runtime and accuracy. Our visual method allows to gain further insights beyond those metrics. We demonstrate the capability of our method by applying it to the KITTI LIDAR odometry benchmark. Our experiments show evidence for errors in the ground truth data, difficulties in highway scenarios and prove the power of superior error metrics such as the newly emerged symmetric objective function.
本文提出了一种新的方法来研究基于ICP算法的误差函数。通过我们的方法,我们将ICP算法的多维误差函数可视化在一个维度上,这使我们能够以直观和描述性的方式比较和量化ICP算法的性能。这是因为周围有许多ICP变体,对于研究人员和工程师来说,他们应该选择哪种算法是具有挑战性的。新方法通常只根据运行时间和准确性进行评估。我们的可视化方法允许我们获得超越这些参数的更深入的见解。我们通过将该方法应用于KITTI激光雷达测程基准来证明该方法的能力。我们的实验证明了地面真实数据中的误差,高速公路场景中的困难,并证明了诸如新出现的对称目标函数等优越误差度量的力量。
{"title":"A Visual Method to study the Error Function of ICP Algorithms","authors":"Sebastian Dingler, H. Burrichter","doi":"10.1109/ICAR46387.2019.8981610","DOIUrl":"https://doi.org/10.1109/ICAR46387.2019.8981610","url":null,"abstract":"This paper proposes a novel method to study the error function of ICP based algorithms. With our method, we visualize the multidimensional error function of ICP algorithms in one dimension which allows us to compare and quantify the performance of ICP algorithms in an intuitive and descriptive manner. This is motivated by the fact that there are many ICP variants around and for researchers and engineers it is challenging which algorithm they shall choose. New approaches are often only evaluated based on runtime and accuracy. Our visual method allows to gain further insights beyond those metrics. We demonstrate the capability of our method by applying it to the KITTI LIDAR odometry benchmark. Our experiments show evidence for errors in the ground truth data, difficulties in highway scenarios and prove the power of superior error metrics such as the newly emerged symmetric objective function.","PeriodicalId":6606,"journal":{"name":"2019 19th International Conference on Advanced Robotics (ICAR)","volume":"20 1","pages":"278-283"},"PeriodicalIF":0.0,"publicationDate":"2019-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"81968841","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
Auto-Tuning of GPC weights based on Particle Swarm Optimization applied to a Manipulator End-Effector Trajectory Tracking 基于粒子群优化的GPC权值自整定在机械臂末端执行器轨迹跟踪中的应用
Pub Date : 2019-12-01 DOI: 10.1109/ICAR46387.2019.8981607
Felipe J. S. Vasconcelos, Iury de Amorim Gaspar Filgueiras, W. Correia
Manipulators are becoming more and more common to perform many tasks, whose accomplishment is often related to the applied control law. Regarding to this issue, control theory is helpful as the proper controller choice may turn the manipulator into a handy tool. Within this context this work presents an automatic tuning method for the Generalized Predictive Controller (GPC) in order to tracking the trajectory of a manipulator end-effector. The strategy employs Particle Swarm Optimization (PSO) to properly determine GPC cost function weights at each iteration that lead to zero error tracking. The proposed controller is compared to classical approaches for three different trajectories with results showing a better performance and tracking accuracy for the proposed approach.
机械手越来越普遍地执行许多任务,其完成往往与所应用的控制律有关。对于这个问题,控制理论是有帮助的,因为适当的控制器选择可以使机械手成为一个方便的工具。在此背景下,本文提出了一种广义预测控制器(GPC)的自动整定方法,以跟踪机械臂末端执行器的轨迹。该策略采用粒子群算法(PSO)在每次迭代中正确确定GPC代价函数的权重,从而实现零误差跟踪。将所提出的控制器与经典方法进行了三种不同轨迹的比较,结果表明所提出的方法具有更好的性能和跟踪精度。
{"title":"Auto-Tuning of GPC weights based on Particle Swarm Optimization applied to a Manipulator End-Effector Trajectory Tracking","authors":"Felipe J. S. Vasconcelos, Iury de Amorim Gaspar Filgueiras, W. Correia","doi":"10.1109/ICAR46387.2019.8981607","DOIUrl":"https://doi.org/10.1109/ICAR46387.2019.8981607","url":null,"abstract":"Manipulators are becoming more and more common to perform many tasks, whose accomplishment is often related to the applied control law. Regarding to this issue, control theory is helpful as the proper controller choice may turn the manipulator into a handy tool. Within this context this work presents an automatic tuning method for the Generalized Predictive Controller (GPC) in order to tracking the trajectory of a manipulator end-effector. The strategy employs Particle Swarm Optimization (PSO) to properly determine GPC cost function weights at each iteration that lead to zero error tracking. The proposed controller is compared to classical approaches for three different trajectories with results showing a better performance and tracking accuracy for the proposed approach.","PeriodicalId":6606,"journal":{"name":"2019 19th International Conference on Advanced Robotics (ICAR)","volume":"16 1","pages":"702-707"},"PeriodicalIF":0.0,"publicationDate":"2019-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"77019223","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}
引用次数: 1
Hand-Guidance of a Mobile Manipulator Using Online Effective Mass Optimization 基于在线有效质量优化的移动机械臂手动制导
Pub Date : 2019-12-01 DOI: 10.1109/ICAR46387.2019.8981657
Christian Ritter, Shashank Sharma
This work addresses the field of human-robot collaboration, in particular, the hand-guidance of a redundant mobile manipulator. An efficient hand-guidance is related to the improvement of the inertial properties of the end-effector felt by the operator, as these describe the effort to guide the robot. In this regard, the operational space formulation is used to minimize the effective mass in the null space of the hand-guidance task. The minimization is based on a geometric ellipsoid representation and applies a gradient descent method. The approach is tested on the KUKA VALERI mobile manipulator and implemented on a real-time framework, whereby a particular focus is on stability and safety. For this purpose, a power limitation is proposed. Finally, the improvement of the effective mass related to a specific direction is discussed.
这项工作解决了人机协作领域,特别是一个冗余移动机械手的手动制导。有效的手动引导与末端执行器的惯性特性的改善有关,因为这些描述了引导机器人的努力。在这方面,使用操作空间公式来最小化手制导任务零空间中的有效质量。最小化是基于一个几何椭球表示,并应用梯度下降法。该方法在库卡VALERI移动机械手上进行了测试,并在实时框架上实施,其中特别关注稳定性和安全性。为此,提出了功率限制。最后,讨论了有效质量在特定方向上的改进。
{"title":"Hand-Guidance of a Mobile Manipulator Using Online Effective Mass Optimization","authors":"Christian Ritter, Shashank Sharma","doi":"10.1109/ICAR46387.2019.8981657","DOIUrl":"https://doi.org/10.1109/ICAR46387.2019.8981657","url":null,"abstract":"This work addresses the field of human-robot collaboration, in particular, the hand-guidance of a redundant mobile manipulator. An efficient hand-guidance is related to the improvement of the inertial properties of the end-effector felt by the operator, as these describe the effort to guide the robot. In this regard, the operational space formulation is used to minimize the effective mass in the null space of the hand-guidance task. The minimization is based on a geometric ellipsoid representation and applies a gradient descent method. The approach is tested on the KUKA VALERI mobile manipulator and implemented on a real-time framework, whereby a particular focus is on stability and safety. For this purpose, a power limitation is proposed. Finally, the improvement of the effective mass related to a specific direction is discussed.","PeriodicalId":6606,"journal":{"name":"2019 19th International Conference on Advanced Robotics (ICAR)","volume":"21 1","pages":"192-197"},"PeriodicalIF":0.0,"publicationDate":"2019-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"80321817","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}
引用次数: 1
On the Robust Longitudinal Trajectory Tracking for Load Transportation Vehicles on Uneven Terrains 非平坦路面载重车辆的鲁棒纵向轨迹跟踪研究
Pub Date : 2019-12-01 DOI: 10.1109/ICAR46387.2019.8981641
Victor R. F. Miranda, L. Mozelli, A. A. Neto, G. Freitas
The longitudinal trajectory tracking for small Unmanned Ground Vehicles (UGVs) subject to real-world disturbances is addressed, by considering an anisotropic ground friction and the variation of its own mass during transportation. A methodology was proposed to perform the design of the controller in the Proportional-Integral-Derivative (PID) format, which is robust to parametric uncertainties and minimizes output disturbances. Next, a small ground platform for load delivery tasks has been developed, equipped with low-cost navigation sensors and onboard computers. Finally, simulated and real-world experiments illustrate the effectiveness of this application under different scenarios, by combining distinct conditions of friction, payload, and terrain profiles.
通过考虑地面各向异性摩擦和运输过程中自身质量的变化,研究了小型无人地面车辆(ugv)在实际扰动下的纵向轨迹跟踪问题。提出了一种比例-积分-导数(PID)格式的控制器设计方法,该方法对参数不确定性具有鲁棒性,并使输出干扰最小化。接下来,一个小型地面平台的负载交付任务已经开发出来,配备低成本的导航传感器和机载计算机。最后,通过结合不同的摩擦、载荷和地形条件,模拟和现实世界的实验说明了该应用程序在不同场景下的有效性。
{"title":"On the Robust Longitudinal Trajectory Tracking for Load Transportation Vehicles on Uneven Terrains","authors":"Victor R. F. Miranda, L. Mozelli, A. A. Neto, G. Freitas","doi":"10.1109/ICAR46387.2019.8981641","DOIUrl":"https://doi.org/10.1109/ICAR46387.2019.8981641","url":null,"abstract":"The longitudinal trajectory tracking for small Unmanned Ground Vehicles (UGVs) subject to real-world disturbances is addressed, by considering an anisotropic ground friction and the variation of its own mass during transportation. A methodology was proposed to perform the design of the controller in the Proportional-Integral-Derivative (PID) format, which is robust to parametric uncertainties and minimizes output disturbances. Next, a small ground platform for load delivery tasks has been developed, equipped with low-cost navigation sensors and onboard computers. Finally, simulated and real-world experiments illustrate the effectiveness of this application under different scenarios, by combining distinct conditions of friction, payload, and terrain profiles.","PeriodicalId":6606,"journal":{"name":"2019 19th International Conference on Advanced Robotics (ICAR)","volume":"34 1","pages":"320-325"},"PeriodicalIF":0.0,"publicationDate":"2019-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"88834295","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}
引用次数: 4
Voting Based System for Robust 3D Hand Pose Estimation and Tracking 基于投票的三维手部姿态估计与跟踪系统
Pub Date : 2019-12-01 DOI: 10.1109/ICAR46387.2019.8981614
Mohammad Asif, Andreas Daasch, Hendrik Unger, M. Schultalbers
Low cost depth cameras and advancements in the field of deep learning have paved the way to precisely estimate 3D hand pose using a single depth camera. However, to accurately estimate the pose one has to detect the hands in the scene and track them over consecutive frames. In this paper, we propose a voting based system to track and estimate the 3D pose of a human hand. Based upon Robot Operating System (ROS), it comprises a hand segmentation stage, a clustering stage, a voting stage, a validation stage and a pose estimation stage. The final output is the 3D pose which is then used by a robot to follow the human hand.
低成本深度相机和深度学习领域的进步为使用单个深度相机精确估计3D手部姿势铺平了道路。然而,为了准确地估计姿态,必须检测场景中的手,并在连续的帧中跟踪它们。在本文中,我们提出了一个基于投票的系统来跟踪和估计人手的三维姿态。该算法基于机器人操作系统(ROS),包括手分割阶段、聚类阶段、投票阶段、验证阶段和姿态估计阶段。最后的输出是3D姿态,然后机器人使用它来跟随人手。
{"title":"Voting Based System for Robust 3D Hand Pose Estimation and Tracking","authors":"Mohammad Asif, Andreas Daasch, Hendrik Unger, M. Schultalbers","doi":"10.1109/ICAR46387.2019.8981614","DOIUrl":"https://doi.org/10.1109/ICAR46387.2019.8981614","url":null,"abstract":"Low cost depth cameras and advancements in the field of deep learning have paved the way to precisely estimate 3D hand pose using a single depth camera. However, to accurately estimate the pose one has to detect the hands in the scene and track them over consecutive frames. In this paper, we propose a voting based system to track and estimate the 3D pose of a human hand. Based upon Robot Operating System (ROS), it comprises a hand segmentation stage, a clustering stage, a voting stage, a validation stage and a pose estimation stage. The final output is the 3D pose which is then used by a robot to follow the human hand.","PeriodicalId":6606,"journal":{"name":"2019 19th International Conference on Advanced Robotics (ICAR)","volume":"1 1","pages":"248-253"},"PeriodicalIF":0.0,"publicationDate":"2019-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"84721607","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
Safer UAV Piloting: A Robust Sense-and-Avoid Solution for Remotely Piloted Quadrotor UAVs in Complex Environments 更安全的无人机驾驶:复杂环境下遥控四旋翼无人机的鲁棒感知与避免解决方案
Pub Date : 2019-12-01 DOI: 10.1109/ICAR46387.2019.8981576
Min Wang, H. Voos
Current commercial UAVs are to a large extent remotely piloted by amateur human pilots. Due to lack of teleoperation experience or skills, they often drive the UAVs into collision. Therefore, in order to ensure safety of the UAV as well as its surroundings, it is necessary for the UAV to boast the capability of detecting emergency situation and acting on its own when facing imminent threat. However, the majority of UAVs currently available in the market are not equipped with such capability. To fill in the gap, in this paper we present a complete sense-and-avoid solution for assisting unskilled pilots in ensuring a safe flight. Particularly, we propose a novel nonlinear vehicle control system which takes into account of sensor characteristics, an emergency evaluation policy and a novel optimization-based avoidance control strategy. The effectiveness of the proposed approach is demonstrated and validated in simulation with multiple moving objects.
目前的商用无人机在很大程度上是由业余飞行员远程驾驶的。由于缺乏远程操作经验或技能,他们经常驾驶无人机碰撞。因此,为了确保无人机及其周围环境的安全,无人机有必要具备发现紧急情况的能力,并在面临迫在眉睫的威胁时自行采取行动。然而,目前市场上可用的大多数无人机都没有配备这种能力。为了填补这一空白,本文提出了一个完整的感知和避免解决方案,以帮助不熟练的飞行员确保安全飞行。特别地,我们提出了一种考虑传感器特性的非线性车辆控制系统、一种紧急评估策略和一种新的基于优化的避碰控制策略。在多运动目标的仿真中验证了该方法的有效性。
{"title":"Safer UAV Piloting: A Robust Sense-and-Avoid Solution for Remotely Piloted Quadrotor UAVs in Complex Environments","authors":"Min Wang, H. Voos","doi":"10.1109/ICAR46387.2019.8981576","DOIUrl":"https://doi.org/10.1109/ICAR46387.2019.8981576","url":null,"abstract":"Current commercial UAVs are to a large extent remotely piloted by amateur human pilots. Due to lack of teleoperation experience or skills, they often drive the UAVs into collision. Therefore, in order to ensure safety of the UAV as well as its surroundings, it is necessary for the UAV to boast the capability of detecting emergency situation and acting on its own when facing imminent threat. However, the majority of UAVs currently available in the market are not equipped with such capability. To fill in the gap, in this paper we present a complete sense-and-avoid solution for assisting unskilled pilots in ensuring a safe flight. Particularly, we propose a novel nonlinear vehicle control system which takes into account of sensor characteristics, an emergency evaluation policy and a novel optimization-based avoidance control strategy. The effectiveness of the proposed approach is demonstrated and validated in simulation with multiple moving objects.","PeriodicalId":6606,"journal":{"name":"2019 19th International Conference on Advanced Robotics (ICAR)","volume":"25 1","pages":"529-534"},"PeriodicalIF":0.0,"publicationDate":"2019-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"85425886","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
Experimental study on model- vs. learning-based slip detection 基于模型与基于学习的滑动检测的实验研究
Pub Date : 2019-12-01 DOI: 10.1109/ICAR46387.2019.8981630
L. Rosset, Monika Florek-Jasinska, M. Suppa, M. Roa
Vision and proprioception are traditional sources of information for robotic grasping, but they are insufficient to achieve a stable grasp without slippage or without applying an excessive force on the object. Tactile sensors can aid in this problem by providing spatial and temporal data on the contact between fingertips and object. In this work, tactile fingertip sensors are used to detect slippage through two separate methods: the first, using principles inspired by human tactile sensing, and the second, by using a convolutional neural network trained with suitably labeled test samples. To perform a fair comparison of the methods, two evaluations are performed using a test bench and a pick-and-place robotic application. Results show promising use of the model-based method to avoid translational slippage, as it was able to consistently keep objects from slipping without overloading the grasp. Limitations of both model- and learning-based approaches are identified and discussed.
视觉和本体感觉是机器人抓取的传统信息来源,但它们不足以实现无滑移或不对物体施加过大力的稳定抓取。触觉传感器可以通过提供指尖与物体接触的空间和时间数据来解决这个问题。在这项工作中,触觉指尖传感器通过两种不同的方法来检测滑动:第一种方法,使用受人类触觉传感启发的原理,第二种方法,使用经过适当标记的测试样本训练的卷积神经网络。为了对这些方法进行公平的比较,使用试验台和拾取机器人应用程序进行了两次评估。结果显示,基于模型的方法有希望避免平移滑动,因为它能够始终防止物体滑动而不会使抓握过载。识别并讨论了基于模型和基于学习的方法的局限性。
{"title":"Experimental study on model- vs. learning-based slip detection","authors":"L. Rosset, Monika Florek-Jasinska, M. Suppa, M. Roa","doi":"10.1109/ICAR46387.2019.8981630","DOIUrl":"https://doi.org/10.1109/ICAR46387.2019.8981630","url":null,"abstract":"Vision and proprioception are traditional sources of information for robotic grasping, but they are insufficient to achieve a stable grasp without slippage or without applying an excessive force on the object. Tactile sensors can aid in this problem by providing spatial and temporal data on the contact between fingertips and object. In this work, tactile fingertip sensors are used to detect slippage through two separate methods: the first, using principles inspired by human tactile sensing, and the second, by using a convolutional neural network trained with suitably labeled test samples. To perform a fair comparison of the methods, two evaluations are performed using a test bench and a pick-and-place robotic application. Results show promising use of the model-based method to avoid translational slippage, as it was able to consistently keep objects from slipping without overloading the grasp. Limitations of both model- and learning-based approaches are identified and discussed.","PeriodicalId":6606,"journal":{"name":"2019 19th International Conference on Advanced Robotics (ICAR)","volume":"105 1","pages":"493-500"},"PeriodicalIF":0.0,"publicationDate":"2019-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"80639527","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}
引用次数: 4
期刊
2019 19th International Conference on Advanced Robotics (ICAR)
全部 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