首页 > 最新文献

Autonomous Robots最新文献

英文 中文
RLSS: real-time, decentralized, cooperative, networkless multi-robot trajectory planning using linear spatial separations RLSS:实时、分散、协作、无网络的多机器人轨迹规划,使用线性空间分离
IF 3.5 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-05-30 DOI: 10.1007/s10514-023-10104-w
Baskın Şenbaşlar, Wolfgang Hönig, Nora Ayanian

Trajectory planning for multiple robots in shared environments is a challenging problem especially when there is limited communication available or no central entity. In this article, we present Real-time planning using Linear Spatial Separations, or RLSS: a real-time decentralized trajectory planning algorithm for cooperative multi-robot teams in static environments. The algorithm requires relatively few robot capabilities, namely sensing the positions of robots and obstacles without higher-order derivatives and the ability of distinguishing robots from obstacles. There is no communication requirement and the robots’ dynamic limits are taken into account. RLSS generates and solves convex quadratic optimization problems that are kinematically feasible and guarantees collision avoidance if the resulting problems are feasible. We demonstrate the algorithm’s performance in real-time in simulations and on physical robots. We compare RLSS to two state-of-the-art planners and show empirically that RLSS does avoid deadlocks and collisions in forest-like and maze-like environments, significantly improving prior work, which result in collisions and deadlocks in such environments.

共享环境中多机器人的轨迹规划是一个具有挑战性的问题,特别是在通信有限或没有中心实体的情况下。在本文中,我们提出了使用线性空间分离(RLSS)的实时规划:一种用于静态环境中协作多机器人团队的实时分散轨迹规划算法。该算法对机器人的能力要求相对较低,即不需要高阶导数就能感知机器人和障碍物的位置,以及区分机器人和障碍物的能力。没有通信要求,并且考虑了机器人的动态限制。RLSS生成并求解运动可行的凸二次优化问题,并保证在所得到的问题可行的情况下避免碰撞。我们在仿真和物理机器人上演示了该算法的实时性能。我们将RLSS与两种最先进的规划器进行了比较,并从经验上表明,RLSS确实避免了森林和迷宫环境中的死锁和碰撞,显著改善了在此类环境中导致碰撞和死锁的先前工作。
{"title":"RLSS: real-time, decentralized, cooperative, networkless multi-robot trajectory planning using linear spatial separations","authors":"Baskın Şenbaşlar,&nbsp;Wolfgang Hönig,&nbsp;Nora Ayanian","doi":"10.1007/s10514-023-10104-w","DOIUrl":"10.1007/s10514-023-10104-w","url":null,"abstract":"<div><p>Trajectory planning for multiple robots in shared environments is a challenging problem especially when there is limited communication available or no central entity. In this article, we present Real-time planning using Linear Spatial Separations, or RLSS: a real-time decentralized trajectory planning algorithm for cooperative multi-robot teams in static environments. The algorithm requires relatively few robot capabilities, namely sensing the positions of robots and obstacles without higher-order derivatives and the ability of distinguishing robots from obstacles. There is no communication requirement and the robots’ dynamic limits are taken into account. RLSS generates and solves convex quadratic optimization problems that are kinematically feasible and guarantees collision avoidance if the resulting problems are feasible. We demonstrate the algorithm’s performance in real-time in simulations and on physical robots. We compare RLSS to two state-of-the-art planners and show empirically that RLSS does avoid deadlocks and collisions in forest-like and maze-like environments, significantly improving prior work, which result in collisions and deadlocks in such environments.</p></div>","PeriodicalId":55409,"journal":{"name":"Autonomous Robots","volume":"47 7","pages":"921 - 946"},"PeriodicalIF":3.5,"publicationDate":"2023-05-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://link.springer.com/content/pdf/10.1007/s10514-023-10104-w.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135478964","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 6
Data-driven gait model for bipedal locomotion over continuous changing speeds and inclines 连续变化速度和坡度的两足运动数据驱动步态模型
IF 3.5 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-05-27 DOI: 10.1007/s10514-023-10108-6
Bharat Singh, Suchit Patel, Ankit Vijayvargiya, Rajesh Kumar

Trajectory generation for biped robots is very complex due to the challenge posed by real-world uneven terrain. To address this complexity, this paper proposes a data-driven Gait model that can handle continuously changing conditions. Data-driven approaches are used to incorporate the joint relationships. Therefore, the deep learning methods are employed to develop seven different data-driven models, namely DNN, LSTM, GRU, BiLSTM, BiGRU, LSTM+GRU, and BiLSTM+BiGRU. The dataset used for training the Gait model consists of walking data from 10 able subjects on continuously changing inclines and speeds. The objective function incorporates the standard error from the inter-subject mean trajectory to guide the Gait model to not accurately follow the high variance points in the gait cycle, which helps in providing a smooth and continuous gait cycle. The results show that the proposed Gait models outperform the traditional finite state machine (FSM) and Basis models in terms of mean and maximum error summary statistics. In particular, the LSTM+GRU-based Gait model provides the best performance compared to other data-driven models.

由于现实世界中不平坦的地形带来的挑战,两足机器人的轨迹生成非常复杂。为了解决这种复杂性,本文提出了一种数据驱动的步态模型,该模型可以处理不断变化的条件。数据驱动的方法用于合并联合关系。因此,采用深度学习方法开发了七种不同的数据驱动模型,即DNN、LSTM、GRU、BiLSTM、BiGRU、LSTM+GRU和BiLSTM+BiGRU。用于训练步态模型的数据集由10名有能力的受试者在不断变化的坡度和速度上的行走数据组成。目标函数结合了受试者间平均轨迹的标准误差,以引导步态模型不准确地遵循步态周期中的高方差点,这有助于提供平稳和连续的步态周期。结果表明,所提出的Gait模型在平均误差和最大误差汇总统计方面优于传统的有限状态机(FSM)和Basis模型。特别是,与其他数据驱动模型相比,基于LSTM+GRU的Gait模型提供了最佳性能。
{"title":"Data-driven gait model for bipedal locomotion over continuous changing speeds and inclines","authors":"Bharat Singh,&nbsp;Suchit Patel,&nbsp;Ankit Vijayvargiya,&nbsp;Rajesh Kumar","doi":"10.1007/s10514-023-10108-6","DOIUrl":"10.1007/s10514-023-10108-6","url":null,"abstract":"<div><p>Trajectory generation for biped robots is very complex due to the challenge posed by real-world uneven terrain. To address this complexity, this paper proposes a data-driven Gait model that can handle continuously changing conditions. Data-driven approaches are used to incorporate the joint relationships. Therefore, the deep learning methods are employed to develop seven different data-driven models, namely DNN, LSTM, GRU, BiLSTM, BiGRU, LSTM+GRU, and BiLSTM+BiGRU. The dataset used for training the Gait model consists of walking data from 10 able subjects on continuously changing inclines and speeds. The objective function incorporates the standard error from the inter-subject mean trajectory to guide the Gait model to not accurately follow the high variance points in the gait cycle, which helps in providing a smooth and continuous gait cycle. The results show that the proposed Gait models outperform the traditional finite state machine (FSM) and Basis models in terms of mean and maximum error summary statistics. In particular, the LSTM+GRU-based Gait model provides the best performance compared to other data-driven models.</p></div>","PeriodicalId":55409,"journal":{"name":"Autonomous Robots","volume":"47 6","pages":"753 - 769"},"PeriodicalIF":3.5,"publicationDate":"2023-05-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"46959244","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Cooperative estimation and control of a diffusion-based spatiotemporal process using mobile sensors and actuators 利用移动传感器和执行器对基于扩散的时空过程进行协同估计和控制
IF 3.5 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-05-24 DOI: 10.1007/s10514-023-10105-9
Sheng Cheng, Derek A. Paley

Monitoring and controlling a large-scale spatiotemporal process can be costly and dangerous for human operators, which can delegate the task to mobile robots for improved efficiency at a lower cost. The complex evolution of the spatiotemporal process and limited onboard resources of the robots motivate a holistic design of the robots’ actions to complete the tasks efficiently. This paper describes a cooperative framework for estimating and controlling a spatiotemporal process using a team of mobile robots that have limited onboard resources. We model the spatiotemporal process as a 2D diffusion equation that can characterize the intrinsic dynamics of the process with a partial differential equation (PDE). Measurement and actuation of the diffusion process are performed by mobile robots carrying sensors and actuators. The core of the framework is a nonlinear optimization problem, that simultaneously seeks the actuation and guidance of the robots to control the spatiotemporal process subject to the PDE dynamics. The limited onboard resources are formulated as inequality constraints on the actuation and speed of the robots. Extensive numerical studies analyze and evaluate the proposed framework using nondimensionalization and compare the optimal strategy to baseline strategies. The framework is demonstrated on an outdoor multi-quadrotor testbed using hardware-in-the-loop simulations.

对人类操作员来说,监测和控制大规模时空过程可能代价高昂且危险,他们可以将任务委托给移动机器人,以更低的成本提高效率。时空过程的复杂进化和机器人有限的机载资源促使对机器人的动作进行整体设计,以有效地完成任务。本文描述了一个合作框架,用于使用一组车载资源有限的移动机器人来估计和控制时空过程。我们将时空过程建模为二维扩散方程,该方程可以用偏微分方程(PDE)表征过程的内在动力学。扩散过程的测量和驱动由携带传感器和致动器的移动机器人执行。该框架的核心是一个非线性优化问题,该问题同时寻求机器人的驱动和引导,以控制受PDE动力学约束的时空过程。有限的车载资源被公式化为机器人驱动和速度的不等式约束。大量的数值研究使用无量纲化来分析和评估所提出的框架,并将最优策略与基线策略进行比较。该框架在室外多四旋翼试验台上使用半实物仿真进行了演示。
{"title":"Cooperative estimation and control of a diffusion-based spatiotemporal process using mobile sensors and actuators","authors":"Sheng Cheng,&nbsp;Derek A. Paley","doi":"10.1007/s10514-023-10105-9","DOIUrl":"10.1007/s10514-023-10105-9","url":null,"abstract":"<div><p>Monitoring and controlling a large-scale spatiotemporal process can be costly and dangerous for human operators, which can delegate the task to mobile robots for improved efficiency at a lower cost. The complex evolution of the spatiotemporal process and limited onboard resources of the robots motivate a holistic design of the robots’ actions to complete the tasks efficiently. This paper describes a cooperative framework for estimating and controlling a spatiotemporal process using a team of mobile robots that have limited onboard resources. We model the spatiotemporal process as a 2D diffusion equation that can characterize the intrinsic dynamics of the process with a partial differential equation (PDE). Measurement and actuation of the diffusion process are performed by mobile robots carrying sensors and actuators. The core of the framework is a nonlinear optimization problem, that simultaneously seeks the actuation and guidance of the robots to control the spatiotemporal process subject to the PDE dynamics. The limited onboard resources are formulated as inequality constraints on the actuation and speed of the robots. Extensive numerical studies analyze and evaluate the proposed framework using nondimensionalization and compare the optimal strategy to baseline strategies. The framework is demonstrated on an outdoor multi-quadrotor testbed using hardware-in-the-loop simulations.</p></div>","PeriodicalId":55409,"journal":{"name":"Autonomous Robots","volume":"47 6","pages":"715 - 731"},"PeriodicalIF":3.5,"publicationDate":"2023-05-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"44384325","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Dynamic stochastic modeling for adaptive sampling of environmental variables using an AUV 基于AUV的环境变量自适应采样动态随机建模
IF 3.5 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-04-27 DOI: 10.1007/s10514-023-10095-8
Gunhild Elisabeth Berget, Jo Eidsvik, Morten Omholt Alver, Tor Arne Johansen

Discharge of mine tailings significantly impacts the ecological status of the sea. Methods to efficiently monitor the extent of dispersion is essential to protect sensitive areas. By combining underwater robotic sampling with ocean models, we can choose informative sampling sites and adaptively change the robot’s path based on in situ measurements to optimally map the tailings distribution near a seafill. This paper creates a stochastic spatio-temporal proxy model of dispersal dynamics using training data from complex numerical models. The proxy model consists of a spatio-temporal Gaussian process model based on an advection–diffusion stochastic partial differential equation. Informative sampling sites are chosen based on predictions from the proxy model using an objective function favoring areas with high uncertainty and high expected tailings concentrations. A simulation study and data from real-life experiments are presented.

尾矿的排放对海洋生态状况产生了重大影响。有效监测扩散程度的方法对于保护敏感区域至关重要。通过将水下机器人采样与海洋模型相结合,我们可以选择信息丰富的采样点,并根据现场测量自适应地改变机器人的路径,以优化绘制海床附近的尾矿分布图。本文利用复杂数值模型的训练数据创建了一个扩散动力学的随机时空代理模型。代理模型由基于平流-扩散随机偏微分方程的时空高斯过程模型组成。根据代理模型的预测,使用有利于具有高不确定性和高预期尾矿浓度的区域的目标函数,选择有信息的采样点。给出了一个模拟研究和真实实验的数据。
{"title":"Dynamic stochastic modeling for adaptive sampling of environmental variables using an AUV","authors":"Gunhild Elisabeth Berget,&nbsp;Jo Eidsvik,&nbsp;Morten Omholt Alver,&nbsp;Tor Arne Johansen","doi":"10.1007/s10514-023-10095-8","DOIUrl":"10.1007/s10514-023-10095-8","url":null,"abstract":"<div><p>Discharge of mine tailings significantly impacts the ecological status of the sea. Methods to efficiently monitor the extent of dispersion is essential to protect sensitive areas. By combining underwater robotic sampling with ocean models, we can choose informative sampling sites and adaptively change the robot’s path based on in situ measurements to optimally map the tailings distribution near a seafill. This paper creates a stochastic spatio-temporal proxy model of dispersal dynamics using training data from complex numerical models. The proxy model consists of a spatio-temporal Gaussian process model based on an advection–diffusion stochastic partial differential equation. Informative sampling sites are chosen based on predictions from the proxy model using an objective function favoring areas with high uncertainty and high expected tailings concentrations. A simulation study and data from real-life experiments are presented.\u0000</p></div>","PeriodicalId":55409,"journal":{"name":"Autonomous Robots","volume":"47 4","pages":"483 - 502"},"PeriodicalIF":3.5,"publicationDate":"2023-04-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://link.springer.com/content/pdf/10.1007/s10514-023-10095-8.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"45324722","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A self-guided approach for navigation in a minimalistic foraging robotic swarm 一种用于最小觅食机器人群导航的自引导方法
IF 3.5 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-04-27 DOI: 10.1007/s10514-023-10102-y
Steven Adams, Daniel Jarne Ornia, Manuel Mazo Jr

We present a biologically inspired design for swarm foraging based on ant’s pheromone deployment, where the swarm is assumed to have very restricted capabilities. The robots do not require global or relative position measurements and the swarm is fully decentralized and needs no infrastructure in place. Additionally, the system only requires one-hop communication over the robot network, we do not make any assumptions about the connectivity of the communication graph and the transmission of information and computation is scalable versus the number of agents. This is done by letting the agents in the swarm act as foragers or as guiding agents (beacons). We present experimental results computed for a swarm of Elisa-3 robots on a simulator, and show how the swarm self-organizes to solve a foraging problem over an unknown environment, converging to trajectories around the shortest path, and test the approach on a real swarm of Elisa-3 robots. At last, we discuss the limitations of such a system and propose how the foraging efficiency can be increased.

我们提出了一种基于蚂蚁信息素部署的生物启发的群体觅食设计,其中群体被认为具有非常有限的能力。机器人不需要全局或相对位置测量,群体是完全分散的,不需要到位的基础设施。此外,系统只需要在机器人网络上进行一跳通信,我们没有对通信图的连通性做任何假设,并且信息和计算的传输与代理的数量相比是可扩展的。这是通过让群体中的代理充当觅食者或引导代理(信标)来实现的。我们给出了在模拟器上计算Elisa-3机器人群体的实验结果,并展示了群体如何在未知环境中自组织解决觅食问题,收敛到最短路径周围的轨迹,并在真实的Elisa-3机器人群体上测试了该方法。最后,讨论了该系统的局限性,并提出了提高觅食效率的方法。
{"title":"A self-guided approach for navigation in a minimalistic foraging robotic swarm","authors":"Steven Adams,&nbsp;Daniel Jarne Ornia,&nbsp;Manuel Mazo Jr","doi":"10.1007/s10514-023-10102-y","DOIUrl":"10.1007/s10514-023-10102-y","url":null,"abstract":"<div><p>We present a biologically inspired design for swarm foraging based on ant’s pheromone deployment, where the swarm is assumed to have very restricted capabilities. The robots do not require global or relative position measurements and the swarm is fully decentralized and needs no infrastructure in place. Additionally, the system only requires one-hop communication over the robot network, we do not make any assumptions about the connectivity of the communication graph and the transmission of information and computation is scalable versus the number of agents. This is done by letting the agents in the swarm act as foragers or as guiding agents (beacons). We present experimental results computed for a swarm of Elisa-3 robots on a simulator, and show how the swarm self-organizes to solve a foraging problem over an unknown environment, converging to trajectories around the shortest path, and test the approach on a real swarm of Elisa-3 robots. At last, we discuss the limitations of such a system and propose how the foraging efficiency can be increased.</p></div>","PeriodicalId":55409,"journal":{"name":"Autonomous Robots","volume":"47 7","pages":"905 - 920"},"PeriodicalIF":3.5,"publicationDate":"2023-04-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://link.springer.com/content/pdf/10.1007/s10514-023-10102-y.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"43468383","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
Social crowd navigation of a mobile robot based on human trajectory prediction and hybrid sensing 基于人类轨迹预测和混合感知的移动机器人社交人群导航
IF 3.5 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-04-25 DOI: 10.1007/s10514-023-10103-x
Hao-Yun Chen, Pei-Han Huang, Li-Chen Fu

This paper propose a hierarchical path planning algorithm that first captures the local crowd movement around the robot using RGB camera combined with LiDAR and predicts the movement of people nearby the robot, and then generates appropriate global path for the robot using the global path planner with the crowd information. After deciding the global path, the low-level control system receives the prediction results of the crowd and high-level global path, and generates the actual speed control commands for the robot after considering the social norms. With the high accuracy of computer vision for human recognition and the high precision of LiDAR, the system is able to accurately track the surrounding human locations. Through high-level path planning, the robot can use different movement strategies in different scenarios, while the crowd prediction allows the robot to generate more efficient and socially acceptable paths. With this system, even in a highly dynamic environment caused by the crowd, the robot can still plan an appropriate path reach the destination without causing psychological discomfort to others successfully.

本文提出了一种分层路径规划算法,该算法首先使用RGB相机结合激光雷达捕捉机器人周围的局部人群运动,并预测机器人附近人群的运动,然后使用具有人群信息的全局路径规划器为机器人生成合适的全局路径。在确定全局路径后,低级控制系统接收人群和高级全局路径的预测结果,并在考虑社会规范后生成机器人的实际速度控制命令。凭借计算机视觉对人类识别的高精度和激光雷达的高精度,该系统能够准确跟踪周围的人类位置。通过高级路径规划,机器人可以在不同场景中使用不同的运动策略,而人群预测则可以让机器人生成更高效、更容易被社会接受的路径。有了这个系统,即使在人群造成的高度动态环境中,机器人仍然可以规划一条到达目的地的合适路径,而不会成功地给其他人带来心理不适。
{"title":"Social crowd navigation of a mobile robot based on human trajectory prediction and hybrid sensing","authors":"Hao-Yun Chen,&nbsp;Pei-Han Huang,&nbsp;Li-Chen Fu","doi":"10.1007/s10514-023-10103-x","DOIUrl":"10.1007/s10514-023-10103-x","url":null,"abstract":"<div><p>This paper propose a hierarchical path planning algorithm that first captures the local crowd movement around the robot using RGB camera combined with LiDAR and predicts the movement of people nearby the robot, and then generates appropriate global path for the robot using the global path planner with the crowd information. After deciding the global path, the low-level control system receives the prediction results of the crowd and high-level global path, and generates the actual speed control commands for the robot after considering the social norms. With the high accuracy of computer vision for human recognition and the high precision of LiDAR, the system is able to accurately track the surrounding human locations. Through high-level path planning, the robot can use different movement strategies in different scenarios, while the crowd prediction allows the robot to generate more efficient and socially acceptable paths. With this system, even in a highly dynamic environment caused by the crowd, the robot can still plan an appropriate path reach the destination without causing psychological discomfort to others successfully.</p></div>","PeriodicalId":55409,"journal":{"name":"Autonomous Robots","volume":"47 4","pages":"339 - 351"},"PeriodicalIF":3.5,"publicationDate":"2023-04-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://link.springer.com/content/pdf/10.1007/s10514-023-10103-x.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"45514911","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Heterogeneous robot teams for modeling and prediction of multiscale environmental processes 用于多尺度环境过程建模和预测的异构机器人团队
IF 3.5 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-04-19 DOI: 10.1007/s10514-023-10089-6
Tahiya Salam, M. Ani Hsieh

This paper presents a framework to enable a team of heterogeneous mobile robots to model and sense a multiscale system. We propose a coupled strategy, where robots of one type collect high-fidelity measurements at a slow time scale and robots of another type collect low-fidelity measurements at a fast time scale, for the purpose of fusing measurements together. The multiscale measurements are fused to create a model of a complex, nonlinear spatiotemporal process. The model helps determine optimal sensing locations and predict the evolution of the process. Key contributions are: (i) consolidation of multiple types of data into one cohesive model, (ii) fast determination of optimal sensing locations for mobile robots, and (iii) adaptation of models online for various monitoring scenarios. We illustrate the proposed framework by modeling and predicting the evolution of an artificial plasma cloud. We test our approach using physical marine robots adaptively sampling a process in a water tank.

本文提出了一个框架,使一组异构移动机器人能够对多尺度系统进行建模和感知。我们提出了一种耦合策略,其中一种类型的机器人在慢时间尺度上收集高保真度测量,而另一种类型机器人在快时间尺度上采集低保真度测量,目的是将测量融合在一起。多尺度测量被融合以创建复杂、非线性时空过程的模型。该模型有助于确定最佳传感位置并预测过程的演变。关键贡献是:(i)将多种类型的数据整合到一个有凝聚力的模型中,(ii)快速确定移动机器人的最佳传感位置,以及(iii)在线调整模型以适应各种监测场景。我们通过模拟和预测人造等离子体云的演化来说明所提出的框架。我们使用物理海洋机器人对水箱中的过程进行自适应采样,以测试我们的方法。
{"title":"Heterogeneous robot teams for modeling and prediction of multiscale environmental processes","authors":"Tahiya Salam,&nbsp;M. Ani Hsieh","doi":"10.1007/s10514-023-10089-6","DOIUrl":"10.1007/s10514-023-10089-6","url":null,"abstract":"<div><p>This paper presents a framework to enable a team of heterogeneous mobile robots to model and sense a multiscale system. We propose a coupled strategy, where robots of one type collect high-fidelity measurements at a slow time scale and robots of another type collect low-fidelity measurements at a fast time scale, for the purpose of fusing measurements together. The multiscale measurements are fused to create a model of a complex, nonlinear spatiotemporal process. The model helps determine optimal sensing locations and predict the evolution of the process. Key contributions are: (i) consolidation of multiple types of data into one cohesive model, (ii) fast determination of optimal sensing locations for mobile robots, and (iii) adaptation of models online for various monitoring scenarios. We illustrate the proposed framework by modeling and predicting the evolution of an artificial plasma cloud. We test our approach using physical marine robots adaptively sampling a process in a water tank.</p></div>","PeriodicalId":55409,"journal":{"name":"Autonomous Robots","volume":"47 4","pages":"353 - 376"},"PeriodicalIF":3.5,"publicationDate":"2023-04-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"49418994","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 5
DiSECt: a differentiable simulator for parameter inference and control in robotic cutting DiSECt:用于机器人切割参数推理和控制的可微模拟器
IF 3.5 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-04-12 DOI: 10.1007/s10514-023-10094-9
Eric Heiden, Miles Macklin, Yashraj Narang, Dieter Fox, Animesh Garg, Fabio Ramos

Robotic cutting of soft materials is critical for applications such as food processing, household automation, and surgical manipulation. As in other areas of robotics, simulators can facilitate controller verification, policy learning, and dataset generation. Moreover, differentiable simulators can enable gradient-based optimization, which is invaluable for calibrating simulation parameters and optimizing controllers. In this work, we present DiSECt: the first differentiable simulator for cutting soft materials. The simulator augments the finite element method with a continuous contact model based on signed distance fields, as well as a continuous damage model that inserts springs on opposite sides of the cutting plane and allows them to weaken until zero stiffness, enabling crack formation. Through various experiments, we evaluate the performance of the simulator. We first show that the simulator can be calibrated to match resultant forces and deformation fields from a state-of-the-art commercial solver and real-world cutting datasets, with generality across cutting velocities and object instances. We then show that Bayesian inference can be performed efficiently by leveraging the differentiability of the simulator, estimating posteriors over hundreds of parameters in a fraction of the time of derivative-free methods. Next, we illustrate that control parameters in the simulation can be optimized to minimize cutting forces via lateral slicing motions. Finally, we conduct experiments on a real robot arm equipped with a slicing knife to infer simulation parameters from force measurements. By optimizing the slicing motion of the knife, we show on fruit cutting scenarios that the average knife force can be reduced by more than (40%) compared to a vertical cutting motion. We publish code and additional materials on our project website at https://diff-cutting-sim.github.io.

软材料的机器人切割对于食品加工、家庭自动化和手术操作等应用至关重要。与机器人的其他领域一样,模拟器可以促进控制器验证、策略学习和数据集生成。此外,可微分模拟器可以实现基于梯度的优化,这对于校准模拟参数和优化控制器是非常宝贵的。在这项工作中,我们提出了DiSECt:第一个用于切割软材料的可微分模拟器。模拟器通过基于符号距离场的连续接触模型,以及在切割平面的相对侧插入弹簧的连续损伤模型,增强了有限元方法,并允许弹簧减弱至零刚度,从而形成裂纹。通过各种实验,我们对模拟器的性能进行了评估。我们首先展示了模拟器可以进行校准,以匹配来自最先进的商业求解器和真实世界切割数据集的合力和变形场,并在切割速度和对象实例中具有通用性。然后,我们证明了贝叶斯推理可以通过利用模拟器的可微性来有效地执行,在无导数方法的一小部分时间内估计数百个参数的后验。接下来,我们说明了可以优化模拟中的控制参数,以通过横向切片运动最小化切割力。最后,我们在装有切片刀的真实机械臂上进行了实验,以根据力测量推断模拟参数。通过优化刀具的切片运动,我们在水果切割场景中表明,与垂直切割运动相比,平均刀具力可以减少40%以上。我们在项目网站上发布代码和其他材料,网址为https://diff-cutting-sim.github.io.
{"title":"DiSECt: a differentiable simulator for parameter inference and control in robotic cutting","authors":"Eric Heiden,&nbsp;Miles Macklin,&nbsp;Yashraj Narang,&nbsp;Dieter Fox,&nbsp;Animesh Garg,&nbsp;Fabio Ramos","doi":"10.1007/s10514-023-10094-9","DOIUrl":"10.1007/s10514-023-10094-9","url":null,"abstract":"<div><p>Robotic cutting of soft materials is critical for applications such as food processing, household automation, and surgical manipulation. As in other areas of robotics, simulators can facilitate controller verification, policy learning, and dataset generation. Moreover, <i>differentiable</i> simulators can enable gradient-based optimization, which is invaluable for calibrating simulation parameters and optimizing controllers. In this work, we present DiSECt: the first differentiable simulator for cutting soft materials. The simulator augments the finite element method with a continuous contact model based on signed distance fields, as well as a continuous damage model that inserts springs on opposite sides of the cutting plane and allows them to weaken until zero stiffness, enabling crack formation. Through various experiments, we evaluate the performance of the simulator. We first show that the simulator can be calibrated to match resultant forces and deformation fields from a state-of-the-art commercial solver and real-world cutting datasets, with generality across cutting velocities and object instances. We then show that Bayesian inference can be performed efficiently by leveraging the differentiability of the simulator, estimating posteriors over hundreds of parameters in a fraction of the time of derivative-free methods. Next, we illustrate that control parameters in the simulation can be optimized to minimize cutting forces via lateral slicing motions. Finally, we conduct experiments on a real robot arm equipped with a slicing knife to infer simulation parameters from force measurements. By optimizing the slicing motion of the knife, we show on fruit cutting scenarios that the average knife force can be reduced by more than <span>(40%)</span> compared to a vertical cutting motion. We publish code and additional materials on our project website at https://diff-cutting-sim.github.io.\u0000</p></div>","PeriodicalId":55409,"journal":{"name":"Autonomous Robots","volume":"47 5","pages":"549 - 578"},"PeriodicalIF":3.5,"publicationDate":"2023-04-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://link.springer.com/content/pdf/10.1007/s10514-023-10094-9.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"48242007","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 4
Haptic-guided grasping to minimise torque effort during robotic telemanipulation 触觉引导抓取,以尽量减少扭矩努力在机器人遥控
IF 3.5 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-04-12 DOI: 10.1007/s10514-023-10096-7
Rahaf Rahal, Amir M. Ghalamzan-E., Firas Abi-Farraj, Claudio Pacchierotti, Paolo Robuffo Giordano

Teleoperating robotic manipulators can be complicated and cognitively demanding for the human operator. Despite these difficulties, teleoperated robotic systems are still popular in several industrial applications, e.g., remote handling of hazardous material. In this context, we present a novel haptic shared control method for minimising the manipulator torque effort during remote manipulative actions in which an operator is assisted in selecting a suitable grasping pose for then displacing an object along a desired trajectory. Minimising torque is important because it reduces the system operating cost and extends the range of objects that can be manipulated. We demonstrate the effectiveness of the proposed approach in a series of representative real-world pick-and-place experiments as well as in a human subjects study. The reported results prove the effectiveness of our shared control vs. a standard teleoperation approach. We also find that haptic-only guidance performs better than visual-only guidance, although combining them together leads to the best overall results.

远程操作机器人操作器可能很复杂,并且对人类操作员的认知要求很高。尽管存在这些困难,远程操作机器人系统在一些工业应用中仍然很受欢迎,例如危险材料的远程处理。在这种情况下,我们提出了一种新的触觉共享控制方法,用于在远程操纵动作期间最小化操纵器扭矩,在该方法中,辅助操作员选择合适的抓握姿势,然后沿着期望的轨迹移动物体。最小化扭矩很重要,因为它降低了系统运行成本,并扩大了可操作对象的范围。我们在一系列具有代表性的现实世界挑选和放置实验以及人类受试者研究中证明了所提出方法的有效性。报告的结果证明了我们的共享控制与标准遥操作方法的有效性。我们还发现,仅凭触觉的引导比仅凭视觉的引导表现更好,尽管将它们结合在一起会产生最佳的整体结果。
{"title":"Haptic-guided grasping to minimise torque effort during robotic telemanipulation","authors":"Rahaf Rahal,&nbsp;Amir M. Ghalamzan-E.,&nbsp;Firas Abi-Farraj,&nbsp;Claudio Pacchierotti,&nbsp;Paolo Robuffo Giordano","doi":"10.1007/s10514-023-10096-7","DOIUrl":"10.1007/s10514-023-10096-7","url":null,"abstract":"<div><p>Teleoperating robotic manipulators can be complicated and cognitively demanding for the human operator. Despite these difficulties, teleoperated robotic systems are still popular in several industrial applications, e.g., remote handling of hazardous material. In this context, we present a novel haptic shared control method for minimising the manipulator torque effort during remote manipulative actions in which an operator is assisted in selecting a suitable grasping pose for then displacing an object along a desired trajectory. Minimising torque is important because it reduces the system operating cost and extends the range of objects that can be manipulated. We demonstrate the effectiveness of the proposed approach in a series of representative real-world pick-and-place experiments as well as in a human subjects study. The reported results prove the effectiveness of our shared control vs. a standard teleoperation approach. We also find that haptic-only guidance performs better than visual-only guidance, although combining them together leads to the best overall results.\u0000</p></div>","PeriodicalId":55409,"journal":{"name":"Autonomous Robots","volume":"47 4","pages":"405 - 423"},"PeriodicalIF":3.5,"publicationDate":"2023-04-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"48097502","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Robotic hand synergies for in-hand regrasping driven by object information 由物体信息驱动的机器人手在手再生中的协同作用
IF 3.5 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-04-11 DOI: 10.1007/s10514-023-10101-z
Dimitrios Dimou, José Santos-Victor, Plinio Moreno

We develop a conditional generative model to represent dexterous grasp postures of a robotic hand and use it to generate in-hand regrasp trajectories. Our model learns to encode the robotic grasp postures into a low-dimensional space, called Synergy Space, while taking into account additional information about the object such as its size and its shape category. We then generate regrasp trajectories through linear interpolation in this low-dimensional space. The result is that the hand configuration moves from one grasp type to another while keeping the object stable in the hand. We show that our model achieves higher success rate on in-hand regrasping compared to previous methods used for synergy extraction, by taking advantage of the grasp size conditional variable.

我们开发了一个条件生成模型来表示机械手的灵巧抓握姿势,并用它来生成手内再生轨迹。我们的模型学习将机器人的抓握姿势编码到一个低维空间,称为协同空间,同时考虑到物体的其他信息,如其大小和形状类别。然后,我们通过在这个低维空间中进行线性插值来生成再生ASP轨迹。结果是,手的配置从一种抓握类型移动到另一种抓手类型,同时保持物体在手中的稳定。我们表明,与以前用于协同提取的方法相比,通过利用抓取大小条件变量,我们的模型在手上重新抓取方面实现了更高的成功率。
{"title":"Robotic hand synergies for in-hand regrasping driven by object information","authors":"Dimitrios Dimou,&nbsp;José Santos-Victor,&nbsp;Plinio Moreno","doi":"10.1007/s10514-023-10101-z","DOIUrl":"10.1007/s10514-023-10101-z","url":null,"abstract":"<div><p>We develop a conditional generative model to represent dexterous grasp postures of a robotic hand and use it to generate in-hand regrasp trajectories. Our model learns to encode the robotic grasp postures into a low-dimensional space, called Synergy Space, while taking into account additional information about the object such as its size and its shape category. We then generate regrasp trajectories through linear interpolation in this low-dimensional space. The result is that the hand configuration moves from one grasp type to another while keeping the object stable in the hand. We show that our model achieves higher success rate on in-hand regrasping compared to previous methods used for synergy extraction, by taking advantage of the grasp size conditional variable.</p></div>","PeriodicalId":55409,"journal":{"name":"Autonomous Robots","volume":"47 4","pages":"453 - 464"},"PeriodicalIF":3.5,"publicationDate":"2023-04-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://link.springer.com/content/pdf/10.1007/s10514-023-10101-z.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"46694831","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Autonomous Robots
全部 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