首页 > 最新文献

2018 Second IEEE International Conference on Robotic Computing (IRC)最新文献

英文 中文
Learning a Set of Interrelated Tasks by Using Sequences of Motor Policies for a Strategic Intrinsically Motivated Learner 策略性内在动机学习者使用动作策略序列学习一组相互关联的任务
Pub Date : 2018-10-11 DOI: 10.1109/IRC.2018.00061
Nicolas Duminy, S. Nguyen, D. Duhaut
We propose an active learning architecture for robots, capable of organizing its learning process to achieve a field of complex tasks by learning sequences of motor policies, called Intrinsically Motivated Procedure Babbling (IM-PB). The learner can generalize over its experience to continuously learn new tasks. It chooses actively what and how to learn based by empirical measures of its own progress. In this paper, we are considering the learning of a set of interrelated tasks outcomes hierarchically organized. We introduce a framework called ""procedures", which are sequences of policies defined by the combination of previously learned skills. Our algorithmic architecture uses the procedures to autonomously discover how to combine simple skills to achieve complex goals. It actively chooses between 2 strategies of goal-directed exploration: exploration of the policy space or the procedural space. We show on a simulated environment that our new architecture is capable of tackling the learning of complex motor policies, to adapt the complexity of its policies to the task at hand. We also show that our ""procedures"" framework helps the learner to tackle difficult hierarchical tasks.
我们为机器人提出了一种主动学习架构,能够通过学习运动策略序列来组织其学习过程以实现复杂任务领域,称为内在动机程序Babbling (IM-PB)。学习者可以对其经验进行概括,不断学习新的任务。它根据自身进步的经验衡量,积极选择学习什么和如何学习。在本文中,我们正在考虑一组相互关联的任务结果分层组织的学习。我们引入了一个称为“程序”的框架,它是由先前学习的技能组合定义的一系列策略。我们的算法架构使用程序来自主发现如何结合简单的技能来实现复杂的目标。它在目标导向探索的两种策略之间积极选择:探索政策空间或探索程序空间。我们在模拟环境中展示了我们的新架构能够处理复杂运动策略的学习,使其策略的复杂性适应手头的任务。我们还表明,我们的“程序”框架可以帮助学习者处理困难的分层任务。
{"title":"Learning a Set of Interrelated Tasks by Using Sequences of Motor Policies for a Strategic Intrinsically Motivated Learner","authors":"Nicolas Duminy, S. Nguyen, D. Duhaut","doi":"10.1109/IRC.2018.00061","DOIUrl":"https://doi.org/10.1109/IRC.2018.00061","url":null,"abstract":"We propose an active learning architecture for robots, capable of organizing its learning process to achieve a field of complex tasks by learning sequences of motor policies, called Intrinsically Motivated Procedure Babbling (IM-PB). The learner can generalize over its experience to continuously learn new tasks. It chooses actively what and how to learn based by empirical measures of its own progress. In this paper, we are considering the learning of a set of interrelated tasks outcomes hierarchically organized. We introduce a framework called \"\"procedures\", which are sequences of policies defined by the combination of previously learned skills. Our algorithmic architecture uses the procedures to autonomously discover how to combine simple skills to achieve complex goals. It actively chooses between 2 strategies of goal-directed exploration: exploration of the policy space or the procedural space. We show on a simulated environment that our new architecture is capable of tackling the learning of complex motor policies, to adapt the complexity of its policies to the task at hand. We also show that our \"\"procedures\"\" framework helps the learner to tackle difficult hierarchical tasks.","PeriodicalId":416113,"journal":{"name":"2018 Second IEEE International Conference on Robotic Computing (IRC)","volume":"26 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-10-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123741921","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
Improving Code Quality in ROS Packages Using a Temporal Extension of First-Order Logic 利用一阶逻辑的时间扩展提高ROS包的代码质量
Pub Date : 2018-06-01 DOI: 10.1109/IRC.2018.00010
D. Come, Julien Brunel, D. Doose
Robots are given more and more challenging tasks in domains such as transport and delivery, farming or health. Software is key components for robots, and ROS is a popular open-source middleware for writing robotics applications. Code quality matters a lot because a poorly written software is much more likely to contain bugs and will be harder to maintain over time. Within a code base, finding faulty patterns takes a lot of time and money. We propose a framework to search automatically user-provided faulty code patterns. This framework is based on FO++, a temporal extension of first-order logic, and Pangolin, a verification engine for C++ programs. We formalized with FO++ five faulty patterns related to ROS and embedded systems. We analyzed with Pangolin 25 ROS packages looking for occurrences of these patterns and found a total of 218 defects. To prevent the faulty patterns from arising in new ROS packages, we propose a design pattern, and we show how Pangolin can be used to enforce it.
机器人在运输、配送、农业或医疗等领域被赋予越来越具有挑战性的任务。软件是机器人的关键组件,ROS是用于编写机器人应用程序的流行开源中间件。代码质量非常重要,因为编写糟糕的软件更有可能包含错误,并且随着时间的推移将更难维护。在代码库中,发现错误的模式需要花费大量的时间和金钱。我们提出了一个框架来自动搜索用户提供的错误代码模式。该框架基于一阶逻辑的时间扩展f++和用于c++程序的验证引擎Pangolin。我们用f++形式化了与ROS和嵌入式系统相关的五个错误模式。我们用穿山甲分析了25个ROS包,寻找这些模式的出现,并发现了总共218个缺陷。为了防止在新的ROS包中出现错误的模式,我们提出了一个设计模式,并展示了如何使用穿山甲来强制执行它。
{"title":"Improving Code Quality in ROS Packages Using a Temporal Extension of First-Order Logic","authors":"D. Come, Julien Brunel, D. Doose","doi":"10.1109/IRC.2018.00010","DOIUrl":"https://doi.org/10.1109/IRC.2018.00010","url":null,"abstract":"Robots are given more and more challenging tasks in domains such as transport and delivery, farming or health. Software is key components for robots, and ROS is a popular open-source middleware for writing robotics applications. Code quality matters a lot because a poorly written software is much more likely to contain bugs and will be harder to maintain over time. Within a code base, finding faulty patterns takes a lot of time and money. We propose a framework to search automatically user-provided faulty code patterns. This framework is based on FO++, a temporal extension of first-order logic, and Pangolin, a verification engine for C++ programs. We formalized with FO++ five faulty patterns related to ROS and embedded systems. We analyzed with Pangolin 25 ROS packages looking for occurrences of these patterns and found a total of 218 defects. To prevent the faulty patterns from arising in new ROS packages, we propose a design pattern, and we show how Pangolin can be used to enforce it.","PeriodicalId":416113,"journal":{"name":"2018 Second IEEE International Conference on Robotic Computing (IRC)","volume":"126 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114148954","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}
引用次数: 6
Rapid Qualification of Mereotopological Relationships Using Signed Distance Fields 利用符号距离域快速确定微拓扑关系
Pub Date : 2018-06-01 DOI: 10.1109/IRC.2018.00031
R. Schubotz, Christian Vogelgesang, D. Rubinstein
Although mereotopological relationship theories and their qualification problems have been extensively studied in R^2, the qualification of mereotopological relations in R^3 remains challenging. This is due to the limited availability of topological operators and high costs of boundary intersection tests. In this paper, a novel qualification technique for mereotopological relations in R^3 is presented. Our technique rapidly computes RCC-8 base relations using precomputed signed distance fields, and makes no assumptions with regards to complexity or representation method of the spatial entities under consideration.
虽然在R^2中已经广泛地研究了气象拓扑关系理论及其定性问题,但在R^3中气象拓扑关系的定性仍然具有挑战性。这是由于拓扑算子的可用性有限和边界交集测试的高成本。本文提出了一种新的R^3元拓扑关系的定性方法。我们的技术使用预先计算的带符号距离域快速计算RCC-8基关系,并且不考虑所考虑的空间实体的复杂性或表示方法。
{"title":"Rapid Qualification of Mereotopological Relationships Using Signed Distance Fields","authors":"R. Schubotz, Christian Vogelgesang, D. Rubinstein","doi":"10.1109/IRC.2018.00031","DOIUrl":"https://doi.org/10.1109/IRC.2018.00031","url":null,"abstract":"Although mereotopological relationship theories and their qualification problems have been extensively studied in R^2, the qualification of mereotopological relations in R^3 remains challenging. This is due to the limited availability of topological operators and high costs of boundary intersection tests. In this paper, a novel qualification technique for mereotopological relations in R^3 is presented. Our technique rapidly computes RCC-8 base relations using precomputed signed distance fields, and makes no assumptions with regards to complexity or representation method of the spatial entities under consideration.","PeriodicalId":416113,"journal":{"name":"2018 Second IEEE International Conference on Robotic Computing (IRC)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130470427","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
Towards a Multi-mission QoS and Energy Manager for Autonomous Mobile Robots 面向自主移动机器人的多任务QoS和能量管理
Pub Date : 2018-04-05 DOI: 10.1109/IRC.2018.00057
Dinh-Khanh Ho, K. B. Chehida, Benoît Miramond, M. Auguin
An increasing demand on the autonomy of mobile robotic platforms requires adaptive on-line decisions reacting to the dynamic and unpredictable working environment with respect to the robotic mission requirements. These decisions are constrained by the limited computing resources and the energy that the mobile robot can carry. Moreover, in a multi-mission robotic context, these decisions must ensure a minimal quality of service (QoS) for each mission. This decision making problem leverages a characterization and monitoring phase of the system (computing and energy) resources and the robotic missions. In this article, we characterize, monitor and analyze our mobile robotic platform and an autonomous navigation mission as the principal mission of a mobile robot. The results of real experimentations on our robotic platform are analyzed and they highlight the necessity for an efficient mission manager.
对移动机器人平台自主性的要求越来越高,要求对机器人任务要求的动态和不可预测的工作环境做出自适应在线决策。这些决策受限于有限的计算资源和移动机器人所能携带的能量。此外,在多任务机器人环境中,这些决策必须确保每个任务的最低服务质量(QoS)。这个决策问题利用了系统(计算和能源)资源和机器人任务的表征和监测阶段。在本文中,我们描述,监测和分析了我们的移动机器人平台和自主导航任务作为移动机器人的主要任务。对机器人平台上的实际实验结果进行了分析,并强调了高效任务管理器的必要性。
{"title":"Towards a Multi-mission QoS and Energy Manager for Autonomous Mobile Robots","authors":"Dinh-Khanh Ho, K. B. Chehida, Benoît Miramond, M. Auguin","doi":"10.1109/IRC.2018.00057","DOIUrl":"https://doi.org/10.1109/IRC.2018.00057","url":null,"abstract":"An increasing demand on the autonomy of mobile robotic platforms requires adaptive on-line decisions reacting to the dynamic and unpredictable working environment with respect to the robotic mission requirements. These decisions are constrained by the limited computing resources and the energy that the mobile robot can carry. Moreover, in a multi-mission robotic context, these decisions must ensure a minimal quality of service (QoS) for each mission. This decision making problem leverages a characterization and monitoring phase of the system (computing and energy) resources and the robotic missions. In this article, we characterize, monitor and analyze our mobile robotic platform and an autonomous navigation mission as the principal mission of a mobile robot. The results of real experimentations on our robotic platform are analyzed and they highlight the necessity for an efficient mission manager.","PeriodicalId":416113,"journal":{"name":"2018 Second IEEE International Conference on Robotic Computing (IRC)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-04-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130873663","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}
引用次数: 6
A Computational Framework for Complementary Situational Awareness (CSA) in Surgical Assistant Robots 手术辅助机器人互补态势感知(CSA)计算框架
Pub Date : 2018-04-02 DOI: 10.1109/IRC.2018.00011
Preetham Chalasani, A. Deguet, P. Kazanzides, R. Taylor
Robotic surgical systems have contributed greatly to the advancement of minimally invasive surgery (MIS). More specifically, telesurgical robots have provided enhanced dexterity to surgeons performing MIS procedures. However, current robotic teleoperated systems have only limited situational awareness of the patient anatomy and surgical environment that would typically be available to a surgeon in an open surgery. Although the endoscopic view enhances the visualization of the anatomy, perceptual understanding of the environment and anatomy is still lacking due to the absence of sensory feedback. To address these limitations, we present an algorithmic software framework to provide Complementary Situational Awareness (CSA) in a surgical assistant. This framework aims at improving the human-robot relationship by providing elaborate guidance and sensory feedback capabilities for the surgeon in complex MIS procedures. Unlike traditional teleoperation, this framework enables the user to telemanipulate the situational model in a virtual environment and uses that information to command the slave robot with appropriate admittance gains and environmental constraints. Simultaneously, the situational model is updated based on interaction of the slave robot with the task space environment. We provide various high-level and mid-level components to provide CSA and illustrate the necessary capabilities required for any robotic platform to readily incorporate CSA. We also demonstrate the use of our framework for constrained model-mediated teleoperation using the open-source da Vinci Research Kit (dVRK) hardware.
机器人手术系统为微创手术(MIS)的发展做出了巨大贡献。更具体地说,远程手术机器人为外科医生执行MIS程序提供了更高的灵活性。然而,目前的机器人远程操作系统只有有限的病人解剖和手术环境的态势感知,这通常是外科医生在开放手术中可用的。虽然内窥镜视图增强了解剖的可视化,但由于缺乏感觉反馈,仍然缺乏对环境和解剖的感性理解。为了解决这些限制,我们提出了一种算法软件框架,以在手术助手中提供补充态势感知(CSA)。该框架旨在通过在复杂的MIS程序中为外科医生提供详细的指导和感觉反馈能力来改善人机关系。与传统的远程操作不同,该框架使用户能够在虚拟环境中远程操作情境模型,并使用该信息在适当的导纳增益和环境约束下指挥从机器人。同时,基于从机器人与任务空间环境的交互,更新了态势模型。我们提供了各种高级和中级组件来提供CSA,并说明了任何机器人平台轻松集成CSA所需的必要功能。我们还演示了使用开源达芬奇研究工具包(dVRK)硬件的约束模型介导远程操作框架的使用。
{"title":"A Computational Framework for Complementary Situational Awareness (CSA) in Surgical Assistant Robots","authors":"Preetham Chalasani, A. Deguet, P. Kazanzides, R. Taylor","doi":"10.1109/IRC.2018.00011","DOIUrl":"https://doi.org/10.1109/IRC.2018.00011","url":null,"abstract":"Robotic surgical systems have contributed greatly to the advancement of minimally invasive surgery (MIS). More specifically, telesurgical robots have provided enhanced dexterity to surgeons performing MIS procedures. However, current robotic teleoperated systems have only limited situational awareness of the patient anatomy and surgical environment that would typically be available to a surgeon in an open surgery. Although the endoscopic view enhances the visualization of the anatomy, perceptual understanding of the environment and anatomy is still lacking due to the absence of sensory feedback. To address these limitations, we present an algorithmic software framework to provide Complementary Situational Awareness (CSA) in a surgical assistant. This framework aims at improving the human-robot relationship by providing elaborate guidance and sensory feedback capabilities for the surgeon in complex MIS procedures. Unlike traditional teleoperation, this framework enables the user to telemanipulate the situational model in a virtual environment and uses that information to command the slave robot with appropriate admittance gains and environmental constraints. Simultaneously, the situational model is updated based on interaction of the slave robot with the task space environment. We provide various high-level and mid-level components to provide CSA and illustrate the necessary capabilities required for any robotic platform to readily incorporate CSA. We also demonstrate the use of our framework for constrained model-mediated teleoperation using the open-source da Vinci Research Kit (dVRK) hardware.","PeriodicalId":416113,"journal":{"name":"2018 Second IEEE International Conference on Robotic Computing (IRC)","volume":"138 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-04-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127336960","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}
引用次数: 11
Locomoting Robots Composed of Immobile Robots 由不能移动的机器人组成的运动机器人
Pub Date : 2018-02-14 DOI: 10.1109/IRC.2018.00047
Ross Warkentin, W. Savoie, D. Goldman
Robotic materials are multi-robot systems formulated to leverage the low-order computation and actuation of the constituents to manipulate the high-order behavior of the entire material. We study the behaviors of ensembles composed of smart active particles, smarticles. Smarticles are small, low cost robots equipped with basic actuation and sensing abilities that are individually incapable of rotating or displacing. We demonstrate that a "supersmarticle", composed of many smarticles constrained within a bounding membrane, can harness the internal collisions of the robotic material among the constituents and the membrane to achieve diffusive locomotion. The emergent diffusion can be directed by modulating the robotic material properties in response to a light source, analogous to biological phototaxis. The light source introduces asymmetries within the robotic material, resulting in modified populations of interaction modes and dynamics which ultimately result in supersmarticle biased locomotion. We present experimental methods and results for the robotic material which moves with a directed displacement in response to a light source.
机器人材料是一种多机器人系统,旨在利用低阶计算和驱动成分来操纵整个材料的高阶行为。我们研究了由智能活性粒子组成的系综的行为。Smarticles是一种小型、低成本的机器人,具有基本的驱动和传感能力,单个不能旋转或移动。我们证明了一个“超粒子”,由约束在一个边界膜内的许多智能粒子组成,可以利用机器人材料在成分和膜之间的内部碰撞来实现扩散运动。可以通过调节机器人材料的特性来响应光源,类似于生物趋光性来指导紧急扩散。光源在机器人材料中引入不对称,导致交互模式和动力学的修改种群,最终导致超粒子偏置运动。我们提出了机器人材料响应光源的定向位移运动的实验方法和结果。
{"title":"Locomoting Robots Composed of Immobile Robots","authors":"Ross Warkentin, W. Savoie, D. Goldman","doi":"10.1109/IRC.2018.00047","DOIUrl":"https://doi.org/10.1109/IRC.2018.00047","url":null,"abstract":"Robotic materials are multi-robot systems formulated to leverage the low-order computation and actuation of the constituents to manipulate the high-order behavior of the entire material. We study the behaviors of ensembles composed of smart active particles, smarticles. Smarticles are small, low cost robots equipped with basic actuation and sensing abilities that are individually incapable of rotating or displacing. We demonstrate that a \"supersmarticle\", composed of many smarticles constrained within a bounding membrane, can harness the internal collisions of the robotic material among the constituents and the membrane to achieve diffusive locomotion. The emergent diffusion can be directed by modulating the robotic material properties in response to a light source, analogous to biological phototaxis. The light source introduces asymmetries within the robotic material, resulting in modified populations of interaction modes and dynamics which ultimately result in supersmarticle biased locomotion. We present experimental methods and results for the robotic material which moves with a directed displacement in response to a light source.","PeriodicalId":416113,"journal":{"name":"2018 Second IEEE International Conference on Robotic Computing (IRC)","volume":"40 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-02-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116288382","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
Reliable Navigation Planning Implementation on a Two-Wheeled Mobile Robot 两轮移动机器人的可靠导航规划实现
Pub Date : 2018-01-31 DOI: 10.1109/IRC.2018.00035
Élise Crepon, A. Panchea, Alexandre Chapoutot
Autonomous mobile robots must be equipped with appropriate planification and control navigation systems in order to obtain robust behaviours. This study aims at dealing with this kind of problems when implementing on a two wheeled mobile robot. The planning navigation system uses our previously proposed reliable and safe navigation planning algorithm based on the incremental sampling-based planning algorithm, e.g., the widely-used Rapidly-exploring Random Tree (RRT), while the control navigation level consists in a go to goal controller strategy. Through experiments, we demonstrate the usefulness of robust navigation planner in an autonomous navigation schemes, where uncertain localization has to be taken into account.
自主移动机器人必须配备适当的平面化和控制导航系统,才能获得鲁棒性行为。本研究的目的是在两轮移动机器人上实现这类问题。规划导航系统采用我们之前提出的基于增量采样规划算法的可靠安全的导航规划算法,如广泛使用的快速探索随机树(rapid - explore Random Tree, RRT),而控制导航层则采用go - to - goal控制器策略。通过实验,我们证明了鲁棒导航规划器在自主导航方案中的实用性,其中必须考虑不确定的定位。
{"title":"Reliable Navigation Planning Implementation on a Two-Wheeled Mobile Robot","authors":"Élise Crepon, A. Panchea, Alexandre Chapoutot","doi":"10.1109/IRC.2018.00035","DOIUrl":"https://doi.org/10.1109/IRC.2018.00035","url":null,"abstract":"Autonomous mobile robots must be equipped with appropriate planification and control navigation systems in order to obtain robust behaviours. This study aims at dealing with this kind of problems when implementing on a two wheeled mobile robot. The planning navigation system uses our previously proposed reliable and safe navigation planning algorithm based on the incremental sampling-based planning algorithm, e.g., the widely-used Rapidly-exploring Random Tree (RRT), while the control navigation level consists in a go to goal controller strategy. Through experiments, we demonstrate the usefulness of robust navigation planner in an autonomous navigation schemes, where uncertain localization has to be taken into account.","PeriodicalId":416113,"journal":{"name":"2018 Second IEEE International Conference on Robotic Computing (IRC)","volume":"12 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-01-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124225043","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
System Design for Coordinated Multi-robot Assistance Deployment in Smart Spaces 智能空间多机器人协同辅助部署系统设计
Pub Date : 2018-01-31 DOI: 10.1109/IRC.2018.00068
P. Papadakis, Christopher Lohr, Marin Lujak, Abir-Beatrice Karami, I. Kanellos, G. Lozenguez, A. Fleury
In this work, we set the bases of the integration of ambient intelligence (AmI) with mobile robot teams (MRT), aiming to enhance ambient assisted living services addressing a variety of tasks. We argue that people with reduced mobility can benefit from a synergy between AmI and MRT in various aspects. Towards this direction, we identify principal functionalities such an integrated system should provide in connection to relevant previous works and the way by which synergy could be accomplished, from low-level behavioural to higher-level task planning of a multi-layered system architecture.
在这项工作中,我们设置了环境智能(AmI)与移动机器人团队(MRT)集成的基础,旨在增强解决各种任务的环境辅助生活服务。我们认为行动不便的人可以从AmI和MRT在各个方面的协同作用中受益。朝着这个方向,我们确定了这样一个集成系统应该提供的主要功能,与相关的先前工作和协同可以完成的方式有关,从低级行为到多层系统架构的高级任务规划。
{"title":"System Design for Coordinated Multi-robot Assistance Deployment in Smart Spaces","authors":"P. Papadakis, Christopher Lohr, Marin Lujak, Abir-Beatrice Karami, I. Kanellos, G. Lozenguez, A. Fleury","doi":"10.1109/IRC.2018.00068","DOIUrl":"https://doi.org/10.1109/IRC.2018.00068","url":null,"abstract":"In this work, we set the bases of the integration of ambient intelligence (AmI) with mobile robot teams (MRT), aiming to enhance ambient assisted living services addressing a variety of tasks. We argue that people with reduced mobility can benefit from a synergy between AmI and MRT in various aspects. Towards this direction, we identify principal functionalities such an integrated system should provide in connection to relevant previous works and the way by which synergy could be accomplished, from low-level behavioural to higher-level task planning of a multi-layered system architecture.","PeriodicalId":416113,"journal":{"name":"2018 Second IEEE International Conference on Robotic Computing (IRC)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-01-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129576393","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}
引用次数: 5
A Co-design Approach for a Rehabilitation Robot Coach for Physical Rehabilitation Based on the Error Classification of Motion Errors 基于运动误差分类的康复机器人教练协同设计方法
Pub Date : 2018-01-31 DOI: 10.1109/IRC.2018.00074
M. Devanne, S. Nguyen, O. Rémy-Néris, Beatrice Le Gales-Garnett, G. Kermarrec, A. Thépaut
The rising number of the elderly incurs growing concern about healthcare, and in particular rehabilitation healthcare. Assistive technology and assistive robotics in particular may help to improve this process. We develop a robot coach capable of demonstrating rehabilitation exercises to patients, watch a patient carry out the exercises and give him feedback so as to improve his performance and encourage him. The HRI of the system is based on our study with a team of rehabilitation therapists and with the target population. The system relies on human motion analysis. We develop a method for learning a probabilistic representation of ideal movements from expert demonstrations. A Gaussian Mixture Model is employed from position and orientation features captured using a Microsoft Kinect v2. For assessing patients' movements, we propose a real-time multi-level analysis to both temporally and spatially identify and explain body part errors. This analysis combined with a classification algorithm allows the robot to provide coaching advice to make the patient improve his movements. The evaluation on three rehabilitation exercises shows the potential of the proposed approach for learning and assessing kinaesthetic movements.
老年人数量的增加引起人们对医疗保健,特别是康复保健的日益关注。辅助技术和辅助机器人技术可能有助于改善这一过程。我们开发了一种机器人教练,可以向患者演示康复练习,并观察患者进行练习并给予反馈,从而提高患者的表现并鼓励患者。该系统的HRI是基于我们对一组康复治疗师和目标人群的研究。该系统依赖于人体运动分析。我们开发了一种从专家演示中学习理想运动的概率表示的方法。使用Microsoft Kinect v2捕获的位置和方向特征采用高斯混合模型。为了评估患者的运动,我们提出了一种实时的多层次分析,以在时间和空间上识别和解释身体部位的错误。这种分析与分类算法相结合,使机器人能够提供指导建议,使患者改善他的动作。对三种康复练习的评估显示了所提出的方法在学习和评估动觉运动方面的潜力。
{"title":"A Co-design Approach for a Rehabilitation Robot Coach for Physical Rehabilitation Based on the Error Classification of Motion Errors","authors":"M. Devanne, S. Nguyen, O. Rémy-Néris, Beatrice Le Gales-Garnett, G. Kermarrec, A. Thépaut","doi":"10.1109/IRC.2018.00074","DOIUrl":"https://doi.org/10.1109/IRC.2018.00074","url":null,"abstract":"The rising number of the elderly incurs growing concern about healthcare, and in particular rehabilitation healthcare. Assistive technology and assistive robotics in particular may help to improve this process. We develop a robot coach capable of demonstrating rehabilitation exercises to patients, watch a patient carry out the exercises and give him feedback so as to improve his performance and encourage him. The HRI of the system is based on our study with a team of rehabilitation therapists and with the target population. The system relies on human motion analysis. We develop a method for learning a probabilistic representation of ideal movements from expert demonstrations. A Gaussian Mixture Model is employed from position and orientation features captured using a Microsoft Kinect v2. For assessing patients' movements, we propose a real-time multi-level analysis to both temporally and spatially identify and explain body part errors. This analysis combined with a classification algorithm allows the robot to provide coaching advice to make the patient improve his movements. The evaluation on three rehabilitation exercises shows the potential of the proposed approach for learning and assessing kinaesthetic movements.","PeriodicalId":416113,"journal":{"name":"2018 Second IEEE International Conference on Robotic Computing (IRC)","volume":"7 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-01-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133056542","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}
引用次数: 17
Reliable Motion Plannning for a Mobile Robot 移动机器人的可靠运动规划
Pub Date : 2018-01-31 DOI: 10.1109/IRC.2018.00085
Élise Crepon, A. Panchea, Alexandre Chapoutot
Autonomous mobile robots need to be equipped with appropriate planification and control navigation systems in order to obtain safe behaviours. This study aims at implementing on a two wheeled mobile robot a robust autonomous navigation planning algorithm, which guarantees a safe and reliable path. By making use of all facilities which the robot operating system (ROS) middleware and the open motion planning library (OMPL) can offer, we implement on a mobile robot platform an autonomous architecture adapted to our problem. The planning navigation system makes use of the widely-used Rapidly-exploring Random Tree (RRT) algorithm, while the control navigation level is based on the go-to-goal strategy. As a novelty, our previously proposed reliable and safe navigation planning algorithm based on RRT principles and solved in an interval analysis framework, e.g., BoxRRT, is tested on a mobile robot platform. Through experiments, the interest of using such a robust navigation planner on an autonomous navigation architecture with uncertain localization is presented.
自主移动机器人需要配备适当的平面化和控制导航系统,以获得安全的行为。本研究的目的是在两轮移动机器人上实现一种鲁棒自主导航规划算法,以保证其路径的安全可靠。利用机器人操作系统(ROS)中间件和开放运动规划库(OMPL)提供的所有便利,我们在移动机器人平台上实现了一个适合我们问题的自治架构。规划导航系统采用了广泛应用的快速探索随机树(RRT)算法,而控制导航层则基于go-to-goal策略。我们之前提出的基于RRT原理并在区间分析框架下求解的可靠安全的导航规划算法,如BoxRRT,作为一种新颖的方法,在移动机器人平台上进行了测试。通过实验,提出了在具有不确定定位的自主导航体系结构中使用这种鲁棒导航规划器的兴趣。
{"title":"Reliable Motion Plannning for a Mobile Robot","authors":"Élise Crepon, A. Panchea, Alexandre Chapoutot","doi":"10.1109/IRC.2018.00085","DOIUrl":"https://doi.org/10.1109/IRC.2018.00085","url":null,"abstract":"Autonomous mobile robots need to be equipped with appropriate planification and control navigation systems in order to obtain safe behaviours. This study aims at implementing on a two wheeled mobile robot a robust autonomous navigation planning algorithm, which guarantees a safe and reliable path. By making use of all facilities which the robot operating system (ROS) middleware and the open motion planning library (OMPL) can offer, we implement on a mobile robot platform an autonomous architecture adapted to our problem. The planning navigation system makes use of the widely-used Rapidly-exploring Random Tree (RRT) algorithm, while the control navigation level is based on the go-to-goal strategy. As a novelty, our previously proposed reliable and safe navigation planning algorithm based on RRT principles and solved in an interval analysis framework, e.g., BoxRRT, is tested on a mobile robot platform. Through experiments, the interest of using such a robust navigation planner on an autonomous navigation architecture with uncertain localization is presented.","PeriodicalId":416113,"journal":{"name":"2018 Second IEEE International Conference on Robotic Computing (IRC)","volume":"160 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-01-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128090105","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
期刊
2018 Second IEEE International Conference on Robotic Computing (IRC)
全部 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