In Human–Robot Interaction(HRI),generating robot trajectories that accurately reflect user intentions while ensuring physical realism remains challenging,especially in unstructured environments.In this study,we devel...In Human–Robot Interaction(HRI),generating robot trajectories that accurately reflect user intentions while ensuring physical realism remains challenging,especially in unstructured environments.In this study,we develop a multimodal framework that integrates symbolic task reasoning with continuous trajectory generation.The approach employs transformer models and adversarial training to map high-level intent to robotic motion.Information from multiple data sources,such as voice traits,hand and body keypoints,visual observations,and recorded paths,is integrated simultaneously.These signals are mapped into a shared representation that supports interpretable reasoning while enabling smooth and realistic motion generation.Based on this design,two different learning strategies are investigated.In the first step,grammar-constrained Linear Temporal Logic(LTL)expressions are created from multimodal human inputs.These expressions are subsequently decoded into robot trajectories.The second method generates trajectories directly from symbolic intent and linguistic data,bypassing an intermediate logical representation.Transformer encoders combine multiple types of information,and autoregressive transformer decoders generate motion sequences.Adding smoothness and speed limits during training increases the likelihood of physical feasibility.To improve the realism and stability of the generated trajectories during training,an adversarial discriminator is also included to guide them toward the distribution of actual robot motion.Tests on the NATSGLD dataset indicate that the complete system exhibits stable training behaviour and performance.In normalised coordinates,the logic-based pipeline has an Average Displacement Error(ADE)of 0.040 and a Final Displacement Error(FDE)of 0.036.The adversarial generator makes substantially more progress,reducing ADE to 0.021 and FDE to 0.018.Visual examination confirms that the generated trajectories closely align with observed motion patterns while preserving smooth temporal dynamics.展开更多
Legged robots have always been a focal point of research for scholars domestically and internationally.Compared to other types of robots,quadruped robots exhibit superior balance and stability,enabling them to adapt e...Legged robots have always been a focal point of research for scholars domestically and internationally.Compared to other types of robots,quadruped robots exhibit superior balance and stability,enabling them to adapt effectively to diverse environments and traverse rugged terrains.This makes them well-suited for applications such as search and rescue,exploration,and transportation,with strong environmental adaptability,high flexibility,and broad application prospects.This paper discusses the current state of research on quadruped robots in terms of development status,gait trajectory planning methods,motion control strategies,reinforcement learning applications,and control algorithm integration.It highlights advancements in modeling,optimization,control,and data-driven approaches.The study identifies the adoption of efficient gait planning algorithms,the integration of reinforcement learning-based control technologies,and data-driven methods as key directions for the development of quadruped robots.The aim is to provide theoretical references for researchers in the field of quadruped robotics.展开更多
With the swift advancement of industrial automation,robots have emerged as an essential component in emerging industries and high-end equipment,thereby propelling industrial production towards greater intelligence and...With the swift advancement of industrial automation,robots have emerged as an essential component in emerging industries and high-end equipment,thereby propelling industrial production towards greater intelligence and efficiency.This paper reviews the pivotal technologies for motion planning of robots engaged in contact tasks within industrial automation contexts,encompassing environmental recognition,trajectory generation strategies,and sim-to-real transfer.Environmental recognition technology empowers robots to accurately discern objects and obstacles in their operational environment.Trajectory generation strategies formulate optimal motion paths based on environmental data and task specifications.Sim-to-real transfer is committed to effectively translating strategies from simulated environments to actual production,thereby diminishing the discrepancies between simulation and reality.The article also delves into the application of artificial intelligence in robot motion planning and how embodied intelligence models catalyze the evolution of robotics technology towards enhanced intelligence and automation.The paper concludes with a synthesis of the methodologies addressing this challenge and a perspective on the myriad challenges that warrant attention.展开更多
Sampling-based path planning is a popular methodology for robot path planning.With a uniform sampling strategy to explore the state space,a feasible path can be found without the complex geometric modeling of the conf...Sampling-based path planning is a popular methodology for robot path planning.With a uniform sampling strategy to explore the state space,a feasible path can be found without the complex geometric modeling of the configuration space.However,the quality of the initial solution is not guaranteed,and the convergence speed to the optimal solution is slow.In this paper,we present a novel image-based path planning algorithm to overcome these limitations.Specifically,a generative adversarial network(GAN)is designed to take the environment map(denoted as RGB image)as the input without other preprocessing works.The output is also an RGB image where the promising region(where a feasible path probably exists)is segmented.This promising region is utilized as a heuristic to achieve non-uniform sampling for the path planner.We conduct a number of simulation experiments to validate the effectiveness of the proposed method,and the results demonstrate that our method performs much better in terms of the quality of the initial solution and the convergence speed to the optimal solution.Furthermore,apart from the environments similar to the training set,our method also works well on the environments which are very different from the training set.展开更多
This paper tackles uncertainties between planning and actual models.It extends the concept of RCI(robust control invariant)tubes,originally a parameterized representation of closed-loop control robustness in tradition...This paper tackles uncertainties between planning and actual models.It extends the concept of RCI(robust control invariant)tubes,originally a parameterized representation of closed-loop control robustness in traditional feedback control,to the domain of motion planning for autonomous vehicles.Thus,closed-loop system uncertainty can be preemptively addressed during vehicle motion planning.This involves selecting collision-free trajectories to minimize the volume of robust invariant tubes.Furthermore,constraints on state and control variables are translated into constraints on the RCI tubes of the closed-loop system,ensuring that motion planning produces a safe and optimal trajectory while maintaining flexibility,rather than solely optimizing for the open-loop nominal model.Additionally,to expedite the solving process,we were inspired by L2gain to parameterize the RCI tubes and developed a parameterized explicit iterative expression for propagating ellipsoidal uncertainty sets within closedloop systems.Furthermore,we applied the pseudospectral orthogonal collocation method to parameterize the optimization problem of transcribing trajectories using high-order Lagrangian polynomials.Finally,under various operating conditions,we incorporate both the kinematic and dynamic models of the vehicle and also conduct simulations and analyses of uncertainties such as heading angle measurement,chassis response,and steering hysteresis.Our proposed robust motion planning framework has been validated to effectively address nearly all bounded uncertainties while anticipating potential tracking errors in control during the planning phase.This ensures fast,closed-loop safety and robustness in vehicle motion planning.展开更多
Path planning is a prevalent process that helps mobile robots find the most efficient pathway from the starting position to the goal position to avoid collisions with obstacles.In this paper,we propose a novel path pl...Path planning is a prevalent process that helps mobile robots find the most efficient pathway from the starting position to the goal position to avoid collisions with obstacles.In this paper,we propose a novel path planning algorithm-Intermediary RRT*-PSO-by utilizing the exploring speed advantages of Rapidly exploring Random Trees and using its solution to feed to a metaheuristic-based optimizer,Particle swarm optimization(PSO),for fine-tuning and enhancement.In Phase 1,the start and goal trees are initialized at the starting and goal positions,respectively,and the intermediary tree is initialized at a random unexplored region of the search space.The trees were grown until one met the other and then merged and re-initialized in other unexplored regions.If the start and goal trees merge,the first solution is found and passed through a minimization process to reduce unnecessary nodes.Phase 2 begins by feeding the minimized solution from Phase 1 as the global best particle of PSO to optimize the path.After simulating two special benchmark configurations and six practice configurations with special cases,the results of the study concluded that the proposed method is capable of handling small to large,simple to complex continuous environments,whereas it was very tedious for the previous method to achieve.展开更多
Motion planning is one of the most significant technologies for autonomous driving. To make motion planning models able to learn from the environment and to deal with emergency situations, a new motion planning framew...Motion planning is one of the most significant technologies for autonomous driving. To make motion planning models able to learn from the environment and to deal with emergency situations, a new motion planning framework called as"parallel planning" is proposed in this paper. In order to generate sufficient and various training samples, artificial traffic scenes are firstly constructed based on the knowledge from the reality.A deep planning model which combines a convolutional neural network(CNN) with the Long Short-Term Memory module(LSTM) is developed to make planning decisions in an end-toend mode. This model can learn from both real and artificial traffic scenes and imitate the driving style of human drivers.Moreover, a parallel deep reinforcement learning approach is also presented to improve the robustness of planning model and reduce the error rate. To handle emergency situations, a hybrid generative model including a variational auto-encoder(VAE) and a generative adversarial network(GAN) is utilized to learn from virtual emergencies generated in artificial traffic scenes. While an autonomous vehicle is moving, the hybrid generative model generates multiple video clips in parallel, which correspond to different potential emergency scenarios. Simultaneously, the deep planning model makes planning decisions for both virtual and current real scenes. The final planning decision is determined by analysis of real observations. Leveraging the parallel planning approach, the planner is able to make rational decisions without heavy calculation burden when an emergency occurs.展开更多
Motion planning is critical to realize the autonomous operation of mobile robots.As the complexity and randomness of robot application scenarios increase,the planning capability of the classical hierarchical motion pl...Motion planning is critical to realize the autonomous operation of mobile robots.As the complexity and randomness of robot application scenarios increase,the planning capability of the classical hierarchical motion planners is challenged.With the development of machine learning,the deep reinforcement learning(DRL)-based motion planner has gradually become a research hotspot due to its several advantageous feature.The DRL-based motion planner is model-free and does not rely on the prior structured map.Most importantly,the DRL-based motion planner achieves the unification of the global planner and the local planner.In this paper,we provide a systematic review of various motion planning methods.Firstly,we summarize the representative and state-of-the-art works for each submodule of the classical motion planning architecture and analyze their performance features.Then,we concentrate on summarizing reinforcement learning(RL)-based motion planning approaches,including motion planners combined with RL improvements,map-free RL-based motion planners,and multi-robot cooperative planning methods.Finally,we analyze the urgent challenges faced by these mainstream RLbased motion planners in detail,review some state-of-the-art works for these issues,and propose suggestions for future research.展开更多
There is an increasing awareness of the need to reduce traffic accidents and fatality due to vehicle collision.Post-impact hazards can be more serious as the driver may fail to maintain effective control after collisi...There is an increasing awareness of the need to reduce traffic accidents and fatality due to vehicle collision.Post-impact hazards can be more serious as the driver may fail to maintain effective control after collisions.To avoid subsequent crash events and to stabilize the vehicle,this paper proposes a post-impact motion planning and stability control method for autonomous vehicles.An enabling motion planning method is proposed for post-impact situations by combining the polynomial curve and artificial potential field while considering obstacle avoidance.A hierarchical controller that consists of an upper and a lower controller is then developed to track the planned motion.In the upper controller,a time-varying linear quadratic regulator is presented to calculate the desired generalized forces.In the lower controller,a nonlinear-optimization-based torque allocation algorithm is proposed to optimally coordinate the actuators to realize the desired generalized forces.The proposed scheme is verified under comprehensive driving scenarios through hardware-in-loop tests.展开更多
Unmanned Aerial Vehicles(UAVs)play a vital role in military warfare.In a variety of battlefield mission scenarios,UAVs are required to safely fly to designated locations without human intervention.Therefore,finding a ...Unmanned Aerial Vehicles(UAVs)play a vital role in military warfare.In a variety of battlefield mission scenarios,UAVs are required to safely fly to designated locations without human intervention.Therefore,finding a suitable method to solve the UAV Autonomous Motion Planning(AMP)problem can improve the success rate of UAV missions to a certain extent.In recent years,many studies have used Deep Reinforcement Learning(DRL)methods to address the AMP problem and have achieved good results.From the perspective of sampling,this paper designs a sampling method with double-screening,combines it with the Deep Deterministic Policy Gradient(DDPG)algorithm,and proposes the Relevant Experience Learning-DDPG(REL-DDPG)algorithm.The REL-DDPG algorithm uses a Prioritized Experience Replay(PER)mechanism to break the correlation of continuous experiences in the experience pool,finds the experiences most similar to the current state to learn according to the theory in human education,and expands the influence of the learning process on action selection at the current state.All experiments are applied in a complex unknown simulation environment constructed based on the parameters of a real UAV.The training experiments show that REL-DDPG improves the convergence speed and the convergence result compared to the state-of-the-art DDPG algorithm,while the testing experiments show the applicability of the algorithm and investigate the performance under different parameter conditions.展开更多
Autonomous marine vehicles(AMVs)have received considerable attention in the past few decades,mainly because they play essential roles in broad marine applications such as environmental monitoring and resource explorat...Autonomous marine vehicles(AMVs)have received considerable attention in the past few decades,mainly because they play essential roles in broad marine applications such as environmental monitoring and resource exploration.Recent advances in the field of communication technologies,perception capability,computational power and advanced optimization algorithms have stimulated new interest in the development of AMVs.In order to deploy the constrained AMVs in the complex dynamic maritime environment,it is crucial to enhance the guidance and control capabilities through effective and practical planning,and control algorithms.Model predictive control(MPC)has been exceptionally successful in different fields due to its ability to systematically handle constraints while optimizing control performance.This paper aims to provide a review of recent progress in the context of motion planning and control for AMVs from the perceptive of MPC.Finally,future research trends and directions in this substantial research area of AMVs are highlighted.展开更多
The current motion planning approaches for redundant manipulators mainly includes two categories:improved gradient-projection method and some other efficiency numerical methods.The former is excessively sensitive to p...The current motion planning approaches for redundant manipulators mainly includes two categories:improved gradient-projection method and some other efficiency numerical methods.The former is excessively sensitive to parameters,which makes adjustment difficult;and the latter treats the motion planning as general task by ignoring the particularity,which has good universal property but reduces the solving speed for on-line real-time planning.In this paper,a novel stepwise solution based on self-motion manifold is proposed for motion planning of redundant manipulators,namely,the chief tasks and secondary tasks are implemented step by step.Firstly,the posture tracking of end-effector is achieved accurately by employing the non-redundant joint.Secondly,the end-effector is set to keep stationary.Finally,self-motion of manipulator is realized via additional work on the gradient of redundant joint displacement.To verify this solution,experiments of round obstacle avoiding are carried out via the planar 3 degree-of-~eedom manipulator.And the experimental results indicate that this motion planning algorithm can effectively achieve obstacle avoiding and posture tracking of the end-effector.Compared with traditional gradient projection method,this approach can accelerate the problem-solving process,and is more applicable to obstacle avoiding and other additional work in displacement level.展开更多
This paper is concerned with optimal motion planning for vibration reducing of free-floating flexible redundant manipulators.Firstly,dynamic model of the system is established based on Lagrange method,and the motion p...This paper is concerned with optimal motion planning for vibration reducing of free-floating flexible redundant manipulators.Firstly,dynamic model of the system is established based on Lagrange method,and the motion planning model for vibration reducing is proposed.Secondly,a hybrid optimization approach employing Gauss pseudospectral method(GPM)and direct shooting method(DSM),is proposed to solve the motion planning problem.In this approach,the motion planning problem is transformed into a non-linear parameter optimization problem using GPM,and genetic algorithm(GA)is employed to locate the approximate solution.Subsequently,an optimization model is formulated based on DSM,and sequential quadratic programming(SQP)algorithm is used to obtain the accurate solution,with the approximate solution as an initial reference solution.Finally,several numerical simulations are investigated,and the global vibration or residual vibration of flexible link is obviously reduced by the joint trajectory which is obtained by the hybrid optimization approach.The numerical simulation results indicate that the approach is effective and stable to the motion planning problem of vibration reducing.展开更多
It is very necessary for an intelligent heavy truck to have the ability to prevent rollover independently.However,it was rarely considered in intelligent vehicle motion planning.To improve rollover stability,a motion ...It is very necessary for an intelligent heavy truck to have the ability to prevent rollover independently.However,it was rarely considered in intelligent vehicle motion planning.To improve rollover stability,a motion planning strategy with autonomous anti rollover ability for an intelligent heavy truck is put forward in this paper.Considering the influence of unsprung mass in the front axle and the rear axle and the body roll stiffness on vehicle rollover stability,a rollover dynamics model is built for the intelligent heavy truck.From the model,a novel rollover index is derived to evaluate vehicle rollover risk accurately,and a model predictive control algorithm is applicated to design the motion planning strategy for the intelligent heavy truck,which integrates the vehicle rollover stability,the artificial potential field for the obstacle avoidance,the path tracking and vehicle dynamics constrains.Then,the optimal path is obtained to meet the requirements that the intelligent heavy truck can avoid obstacles and drive stably without rollover.In addition,three typical scenarios are designed to numerically simulate the dynamic performance of the intelligent heavy truck.The results show that the proposed motion planning strategy can avoid collisions and improve vehicle rollover stability effectively even under the worst driving scenarios.展开更多
Model mismatches can cause multi-dimensional uncertainties for the receding horizon control strategies of automated vehicles(AVs).The uncertainties may lead to potentially hazardous behaviors when the AV tracks ideal ...Model mismatches can cause multi-dimensional uncertainties for the receding horizon control strategies of automated vehicles(AVs).The uncertainties may lead to potentially hazardous behaviors when the AV tracks ideal trajectories that are individually optimized by the AV's planning layer.To address this issue,this study proposes a safe motion planning and control(SMPAC)framework for AVs.For the control layer,a dynamic model including multi-dimensional uncertainties is established.A zonotopic tube-based robust model predictive control scheme is proposed to constrain the uncertain system in a bounded minimum robust positive invariant set.A flexible tube with varying cross-sections is constructed to reduce the controller conservatism.For the planning layer,a concept of safety sets,representing the geometric boundaries of the ego vehicle and obstacles under uncertainties,is proposed.The safety sets provide the basis for the subsequent evaluation and ranking of the generated trajectories.An efficient collision avoidance algorithm decides the desired trajectory through the intersection detection of the safety sets between the ego vehicle and obstacles.A numerical simulation and hardware-in-the-loop experiment validate the effectiveness and real-time performance of the SMPAC.The result of two driving scenarios indicates that the SMPAC can guarantee the safety of automated driving under multi-dimensional uncertainties.展开更多
Hydraulic excavator is one type of the most widely applied construction equipment for various applications mainly because of its versatility and mobility.Among the tasks performed by a hydraulic excavator,repeatable l...Hydraulic excavator is one type of the most widely applied construction equipment for various applications mainly because of its versatility and mobility.Among the tasks performed by a hydraulic excavator,repeatable level digging or flat surface finishing may take a large percentage.Using automated functions to perform such repeatable and tedious jobs will not only greatly increase the overall productivity but more importantly also improve the operation safety.For the purpose of investigating the technology without loss of generality,this research is conducted to create a coordinate control method for the boom,arm and bucket cylinders on a hydraulic excavator to perform accurate and effective works.On the basis of the kinematic analysis of the excavator linkage system,the tip trajectory of the end-effector can be determined in terms of three hydraulic cylinders coordinated motion with a visualized method.The coordination of those hydraulic cylinders is realized by controlling three electro-hydraulic proportional valves coordinately.Therefore,the complex control algorithm of a hydraulic excavator can be simplified into coordinated motion control of three individual systems.This coordinate control algorithm was validated on a wheeled hydraulic excavator,and the validation results indicated that this developed control method could satisfactorily accomplish the auto-digging function for level digging or flat surface finishing.展开更多
Taxiing aircraft and towed aircraft with drawbar are two typical dispatch modes on the flight deck of aircraft carriers. In this paper, a novel hierarchical solution strategy, named as the Homogenization-Planning-Trac...Taxiing aircraft and towed aircraft with drawbar are two typical dispatch modes on the flight deck of aircraft carriers. In this paper, a novel hierarchical solution strategy, named as the Homogenization-Planning-Tracking(HPT) method, to solve cooperative autonomous motion control for heterogeneous carrier dispatch systems is developed. In the homogenization layer, any towed aircraft system involved in the sortie task is abstracted into a virtual taxiing aircraft. This layer transforms the heterogeneous systems into a homogeneous configuration. Then in the planning layer, a centralized optimal control problem is formulated for the homogeneous system. Compared with conducting the path planning directly with the original heterogeneous system, the homogenization layer contributes to reduce the dimension and nonlinearity of the formulated optimal control problem in the planning layer and consequently improves the robustness and efficiency of the solution process. Finally, in the tracking layer, a receding horizon controller is developed to track the reference trajectory obtained in the planning layer. To improve the tracking performance,multi-objective optimization techniques are implemented offline in advance to determine optimal weight parameters used in the tracking layer. Simulations demonstrate that smooth and collision-free cooperative trajectory can be generated efficiently in the planning phase. And robust trajectory tracking can be realized in the presence of external disturbances in the tracking phase.The developed HPT method provides a promising solution to the autonomous deck dispatch for unmanned carrier aircraft in the future.展开更多
This paper presents an effective way to support motion planning of legged mobile robots—Inverted Modelling,based on the equivalent metamorphic mechanism concept.The difference from the previous research is that we he...This paper presents an effective way to support motion planning of legged mobile robots—Inverted Modelling,based on the equivalent metamorphic mechanism concept.The difference from the previous research is that we herein invert the equivalent parallel mechanism.Assuming the leg mechanisms are hybrid links,the body of robot being considered as fixed platform,and ground as moving platform.The motion performance is transformed and measured in the body frame.Terrain and joint limits are used as input parameters to the model,resulting in the representation which is independent of terrains and particular poses in Inverted Modelling.Hence,it can universally be applied to any kind of legged robots as global motion performance framework.Several performance measurements using Inverted Modelling are presented and used in motion performance evaluation.According to the requirements of actual work like motion continuity and stability,motion planning of legged robot can be achieved using different measurements on different terrains.Two cases studies present the simulations of quadruped and hexapod robots walking on rugged roads.The results verify the correctness and effectiveness of the proposed method.展开更多
Autonomous vehicles require safe motion planning in uncertain environments,which are largely caused by surrounding vehicles.In this paper,a driving environment uncertainty-aware motion planning framework is proposed t...Autonomous vehicles require safe motion planning in uncertain environments,which are largely caused by surrounding vehicles.In this paper,a driving environment uncertainty-aware motion planning framework is proposed to lower the risk of position uncertainty of surrounding vehicles with considering the risk of rollover.First,a 4-degree of freedom vehicle dynamics model,and a rollover risk index are introduced.Besides,the uncertainty of surrounding vehicles’position is processed and propagated based on the Extended Kalman Filter method.Then,the uncertainty potential field is established to handle the position uncertainty of autonomous vehicles.In addition,the model predictive controller is designed as the motion planning framework which accounts for the rollover risk,the position uncertainty of the surrounding vehicles,and vehicle dynamic constraints of autonomous vehicles.Furthermore,two edge cases,the cut-in scenario,and merging scenario are designed.Finally,the safety,effectiveness,and real-time performance of the proposed motion planning framework are demonstrated by employing a hardware-in-the-loop experiment bench.展开更多
基金The authors extend their appreciation to Prince Sattam bin Abdulaziz University for funding this research work through the project number(PSAU/2024/01/32082).
文摘In Human–Robot Interaction(HRI),generating robot trajectories that accurately reflect user intentions while ensuring physical realism remains challenging,especially in unstructured environments.In this study,we develop a multimodal framework that integrates symbolic task reasoning with continuous trajectory generation.The approach employs transformer models and adversarial training to map high-level intent to robotic motion.Information from multiple data sources,such as voice traits,hand and body keypoints,visual observations,and recorded paths,is integrated simultaneously.These signals are mapped into a shared representation that supports interpretable reasoning while enabling smooth and realistic motion generation.Based on this design,two different learning strategies are investigated.In the first step,grammar-constrained Linear Temporal Logic(LTL)expressions are created from multimodal human inputs.These expressions are subsequently decoded into robot trajectories.The second method generates trajectories directly from symbolic intent and linguistic data,bypassing an intermediate logical representation.Transformer encoders combine multiple types of information,and autoregressive transformer decoders generate motion sequences.Adding smoothness and speed limits during training increases the likelihood of physical feasibility.To improve the realism and stability of the generated trajectories during training,an adversarial discriminator is also included to guide them toward the distribution of actual robot motion.Tests on the NATSGLD dataset indicate that the complete system exhibits stable training behaviour and performance.In normalised coordinates,the logic-based pipeline has an Average Displacement Error(ADE)of 0.040 and a Final Displacement Error(FDE)of 0.036.The adversarial generator makes substantially more progress,reducing ADE to 0.021 and FDE to 0.018.Visual examination confirms that the generated trajectories closely align with observed motion patterns while preserving smooth temporal dynamics.
基金funded by the Natural Science Basis Research Plan in Shaanxi Province of China(Program No.2023-JC-QN-0659)General Specialized Scientific Research Program of the Shaanxi Provincial Department of Education(Program 23JK0349).
文摘Legged robots have always been a focal point of research for scholars domestically and internationally.Compared to other types of robots,quadruped robots exhibit superior balance and stability,enabling them to adapt effectively to diverse environments and traverse rugged terrains.This makes them well-suited for applications such as search and rescue,exploration,and transportation,with strong environmental adaptability,high flexibility,and broad application prospects.This paper discusses the current state of research on quadruped robots in terms of development status,gait trajectory planning methods,motion control strategies,reinforcement learning applications,and control algorithm integration.It highlights advancements in modeling,optimization,control,and data-driven approaches.The study identifies the adoption of efficient gait planning algorithms,the integration of reinforcement learning-based control technologies,and data-driven methods as key directions for the development of quadruped robots.The aim is to provide theoretical references for researchers in the field of quadruped robotics.
基金Supported by National Natural Science Foundation of China(Grant Nos.52575091,U2341231)。
文摘With the swift advancement of industrial automation,robots have emerged as an essential component in emerging industries and high-end equipment,thereby propelling industrial production towards greater intelligence and efficiency.This paper reviews the pivotal technologies for motion planning of robots engaged in contact tasks within industrial automation contexts,encompassing environmental recognition,trajectory generation strategies,and sim-to-real transfer.Environmental recognition technology empowers robots to accurately discern objects and obstacles in their operational environment.Trajectory generation strategies formulate optimal motion paths based on environmental data and task specifications.Sim-to-real transfer is committed to effectively translating strategies from simulated environments to actual production,thereby diminishing the discrepancies between simulation and reality.The article also delves into the application of artificial intelligence in robot motion planning and how embodied intelligence models catalyze the evolution of robotics technology towards enhanced intelligence and automation.The paper concludes with a synthesis of the methodologies addressing this challenge and a perspective on the myriad challenges that warrant attention.
基金This work was partially supported by National Key R&D Program of China(2019YFB1312400)Shenzhen Key Laboratory of Robotics Perception and Intelligence(ZDSYS20200810171800001)+1 种基金Hong Kong RGC GRF(14200618)Hong Kong RGC CRF(C4063-18G).
文摘Sampling-based path planning is a popular methodology for robot path planning.With a uniform sampling strategy to explore the state space,a feasible path can be found without the complex geometric modeling of the configuration space.However,the quality of the initial solution is not guaranteed,and the convergence speed to the optimal solution is slow.In this paper,we present a novel image-based path planning algorithm to overcome these limitations.Specifically,a generative adversarial network(GAN)is designed to take the environment map(denoted as RGB image)as the input without other preprocessing works.The output is also an RGB image where the promising region(where a feasible path probably exists)is segmented.This promising region is utilized as a heuristic to achieve non-uniform sampling for the path planner.We conduct a number of simulation experiments to validate the effectiveness of the proposed method,and the results demonstrate that our method performs much better in terms of the quality of the initial solution and the convergence speed to the optimal solution.Furthermore,apart from the environments similar to the training set,our method also works well on the environments which are very different from the training set.
基金Supported by National Natural Science Foundation of China(Grant Nos.52025121,52394263)National Key R&D Plan of China(Grant No.2023YFD2000301)+2 种基金Foundation of State Key Laboratory of Automobile Safety and Energy Saving of China(Grant No.KFZ2201)the Jiangsu Provincial Scientific Research Center of Applied Mathematics under(Grant No.BK20233002)Special Fund of Jiangsu Province for the Transformation of Scientific and Technological Achievements under(Grant No.BA2021023)。
文摘This paper tackles uncertainties between planning and actual models.It extends the concept of RCI(robust control invariant)tubes,originally a parameterized representation of closed-loop control robustness in traditional feedback control,to the domain of motion planning for autonomous vehicles.Thus,closed-loop system uncertainty can be preemptively addressed during vehicle motion planning.This involves selecting collision-free trajectories to minimize the volume of robust invariant tubes.Furthermore,constraints on state and control variables are translated into constraints on the RCI tubes of the closed-loop system,ensuring that motion planning produces a safe and optimal trajectory while maintaining flexibility,rather than solely optimizing for the open-loop nominal model.Additionally,to expedite the solving process,we were inspired by L2gain to parameterize the RCI tubes and developed a parameterized explicit iterative expression for propagating ellipsoidal uncertainty sets within closedloop systems.Furthermore,we applied the pseudospectral orthogonal collocation method to parameterize the optimization problem of transcribing trajectories using high-order Lagrangian polynomials.Finally,under various operating conditions,we incorporate both the kinematic and dynamic models of the vehicle and also conduct simulations and analyses of uncertainties such as heading angle measurement,chassis response,and steering hysteresis.Our proposed robust motion planning framework has been validated to effectively address nearly all bounded uncertainties while anticipating potential tracking errors in control during the planning phase.This ensures fast,closed-loop safety and robustness in vehicle motion planning.
基金funded by International University,VNU-HCM under Grant Number T2021-02-IEM.
文摘Path planning is a prevalent process that helps mobile robots find the most efficient pathway from the starting position to the goal position to avoid collisions with obstacles.In this paper,we propose a novel path planning algorithm-Intermediary RRT*-PSO-by utilizing the exploring speed advantages of Rapidly exploring Random Trees and using its solution to feed to a metaheuristic-based optimizer,Particle swarm optimization(PSO),for fine-tuning and enhancement.In Phase 1,the start and goal trees are initialized at the starting and goal positions,respectively,and the intermediary tree is initialized at a random unexplored region of the search space.The trees were grown until one met the other and then merged and re-initialized in other unexplored regions.If the start and goal trees merge,the first solution is found and passed through a minimization process to reduce unnecessary nodes.Phase 2 begins by feeding the minimized solution from Phase 1 as the global best particle of PSO to optimize the path.After simulating two special benchmark configurations and six practice configurations with special cases,the results of the study concluded that the proposed method is capable of handling small to large,simple to complex continuous environments,whereas it was very tedious for the previous method to achieve.
基金supported in part by the National Natural Science Foundation of China (61773414,61806076)Hubei Provincial Natural Science Foundation of China (2018CFB158)
文摘Motion planning is one of the most significant technologies for autonomous driving. To make motion planning models able to learn from the environment and to deal with emergency situations, a new motion planning framework called as"parallel planning" is proposed in this paper. In order to generate sufficient and various training samples, artificial traffic scenes are firstly constructed based on the knowledge from the reality.A deep planning model which combines a convolutional neural network(CNN) with the Long Short-Term Memory module(LSTM) is developed to make planning decisions in an end-toend mode. This model can learn from both real and artificial traffic scenes and imitate the driving style of human drivers.Moreover, a parallel deep reinforcement learning approach is also presented to improve the robustness of planning model and reduce the error rate. To handle emergency situations, a hybrid generative model including a variational auto-encoder(VAE) and a generative adversarial network(GAN) is utilized to learn from virtual emergencies generated in artificial traffic scenes. While an autonomous vehicle is moving, the hybrid generative model generates multiple video clips in parallel, which correspond to different potential emergency scenarios. Simultaneously, the deep planning model makes planning decisions for both virtual and current real scenes. The final planning decision is determined by analysis of real observations. Leveraging the parallel planning approach, the planner is able to make rational decisions without heavy calculation burden when an emergency occurs.
基金supported by the National Natural Science Foundation of China (62173251)the“Zhishan”Scholars Programs of Southeast University+1 种基金the Fundamental Research Funds for the Central UniversitiesShanghai Gaofeng&Gaoyuan Project for University Academic Program Development (22120210022)
文摘Motion planning is critical to realize the autonomous operation of mobile robots.As the complexity and randomness of robot application scenarios increase,the planning capability of the classical hierarchical motion planners is challenged.With the development of machine learning,the deep reinforcement learning(DRL)-based motion planner has gradually become a research hotspot due to its several advantageous feature.The DRL-based motion planner is model-free and does not rely on the prior structured map.Most importantly,the DRL-based motion planner achieves the unification of the global planner and the local planner.In this paper,we provide a systematic review of various motion planning methods.Firstly,we summarize the representative and state-of-the-art works for each submodule of the classical motion planning architecture and analyze their performance features.Then,we concentrate on summarizing reinforcement learning(RL)-based motion planning approaches,including motion planners combined with RL improvements,map-free RL-based motion planners,and multi-robot cooperative planning methods.Finally,we analyze the urgent challenges faced by these mainstream RLbased motion planners in detail,review some state-of-the-art works for these issues,and propose suggestions for future research.
基金Beijing Municipal Science and Technology Commission via the Beijing Nova Program(Grant No.Z201100006820007).
文摘There is an increasing awareness of the need to reduce traffic accidents and fatality due to vehicle collision.Post-impact hazards can be more serious as the driver may fail to maintain effective control after collisions.To avoid subsequent crash events and to stabilize the vehicle,this paper proposes a post-impact motion planning and stability control method for autonomous vehicles.An enabling motion planning method is proposed for post-impact situations by combining the polynomial curve and artificial potential field while considering obstacle avoidance.A hierarchical controller that consists of an upper and a lower controller is then developed to track the planned motion.In the upper controller,a time-varying linear quadratic regulator is presented to calculate the desired generalized forces.In the lower controller,a nonlinear-optimization-based torque allocation algorithm is proposed to optimally coordinate the actuators to realize the desired generalized forces.The proposed scheme is verified under comprehensive driving scenarios through hardware-in-loop tests.
基金co-supported by the National Natural Science Foundation of China(Nos.62003267,61573285)the Aeronautical Science Foundation of China(ASFC)(No.20175553027)Natural Science Basic Research Plan in Shaanxi Province of China(No.2020JQ-220)。
文摘Unmanned Aerial Vehicles(UAVs)play a vital role in military warfare.In a variety of battlefield mission scenarios,UAVs are required to safely fly to designated locations without human intervention.Therefore,finding a suitable method to solve the UAV Autonomous Motion Planning(AMP)problem can improve the success rate of UAV missions to a certain extent.In recent years,many studies have used Deep Reinforcement Learning(DRL)methods to address the AMP problem and have achieved good results.From the perspective of sampling,this paper designs a sampling method with double-screening,combines it with the Deep Deterministic Policy Gradient(DDPG)algorithm,and proposes the Relevant Experience Learning-DDPG(REL-DDPG)algorithm.The REL-DDPG algorithm uses a Prioritized Experience Replay(PER)mechanism to break the correlation of continuous experiences in the experience pool,finds the experiences most similar to the current state to learn according to the theory in human education,and expands the influence of the learning process on action selection at the current state.All experiments are applied in a complex unknown simulation environment constructed based on the parameters of a real UAV.The training experiments show that REL-DDPG improves the convergence speed and the convergence result compared to the state-of-the-art DDPG algorithm,while the testing experiments show the applicability of the algorithm and investigate the performance under different parameter conditions.
基金supported by the Natural Sciences and Engineering Research Council of Canada(NSERC)。
文摘Autonomous marine vehicles(AMVs)have received considerable attention in the past few decades,mainly because they play essential roles in broad marine applications such as environmental monitoring and resource exploration.Recent advances in the field of communication technologies,perception capability,computational power and advanced optimization algorithms have stimulated new interest in the development of AMVs.In order to deploy the constrained AMVs in the complex dynamic maritime environment,it is crucial to enhance the guidance and control capabilities through effective and practical planning,and control algorithms.Model predictive control(MPC)has been exceptionally successful in different fields due to its ability to systematically handle constraints while optimizing control performance.This paper aims to provide a review of recent progress in the context of motion planning and control for AMVs from the perceptive of MPC.Finally,future research trends and directions in this substantial research area of AMVs are highlighted.
基金supported by National Hi-tech Research and Develop-ment Program of China(863 Program,Grant No.2005AA404291)
文摘The current motion planning approaches for redundant manipulators mainly includes two categories:improved gradient-projection method and some other efficiency numerical methods.The former is excessively sensitive to parameters,which makes adjustment difficult;and the latter treats the motion planning as general task by ignoring the particularity,which has good universal property but reduces the solving speed for on-line real-time planning.In this paper,a novel stepwise solution based on self-motion manifold is proposed for motion planning of redundant manipulators,namely,the chief tasks and secondary tasks are implemented step by step.Firstly,the posture tracking of end-effector is achieved accurately by employing the non-redundant joint.Secondly,the end-effector is set to keep stationary.Finally,self-motion of manipulator is realized via additional work on the gradient of redundant joint displacement.To verify this solution,experiments of round obstacle avoiding are carried out via the planar 3 degree-of-~eedom manipulator.And the experimental results indicate that this motion planning algorithm can effectively achieve obstacle avoiding and posture tracking of the end-effector.Compared with traditional gradient projection method,this approach can accelerate the problem-solving process,and is more applicable to obstacle avoiding and other additional work in displacement level.
基金National Natural Science Foundation of China(10902121)
文摘This paper is concerned with optimal motion planning for vibration reducing of free-floating flexible redundant manipulators.Firstly,dynamic model of the system is established based on Lagrange method,and the motion planning model for vibration reducing is proposed.Secondly,a hybrid optimization approach employing Gauss pseudospectral method(GPM)and direct shooting method(DSM),is proposed to solve the motion planning problem.In this approach,the motion planning problem is transformed into a non-linear parameter optimization problem using GPM,and genetic algorithm(GA)is employed to locate the approximate solution.Subsequently,an optimization model is formulated based on DSM,and sequential quadratic programming(SQP)algorithm is used to obtain the accurate solution,with the approximate solution as an initial reference solution.Finally,several numerical simulations are investigated,and the global vibration or residual vibration of flexible link is obviously reduced by the joint trajectory which is obtained by the hybrid optimization approach.The numerical simulation results indicate that the approach is effective and stable to the motion planning problem of vibration reducing.
基金Supported by National Natural Science Foundation of China(Grant Nos.51775269,U1964203,52072215)National Key R&D Program of China(Grant No.2020YFB1600303).
文摘It is very necessary for an intelligent heavy truck to have the ability to prevent rollover independently.However,it was rarely considered in intelligent vehicle motion planning.To improve rollover stability,a motion planning strategy with autonomous anti rollover ability for an intelligent heavy truck is put forward in this paper.Considering the influence of unsprung mass in the front axle and the rear axle and the body roll stiffness on vehicle rollover stability,a rollover dynamics model is built for the intelligent heavy truck.From the model,a novel rollover index is derived to evaluate vehicle rollover risk accurately,and a model predictive control algorithm is applicated to design the motion planning strategy for the intelligent heavy truck,which integrates the vehicle rollover stability,the artificial potential field for the obstacle avoidance,the path tracking and vehicle dynamics constrains.Then,the optimal path is obtained to meet the requirements that the intelligent heavy truck can avoid obstacles and drive stably without rollover.In addition,three typical scenarios are designed to numerically simulate the dynamic performance of the intelligent heavy truck.The results show that the proposed motion planning strategy can avoid collisions and improve vehicle rollover stability effectively even under the worst driving scenarios.
基金supported by the National Natural Science Foundation of China(51875061)China Scholarship Council(202206050107)。
文摘Model mismatches can cause multi-dimensional uncertainties for the receding horizon control strategies of automated vehicles(AVs).The uncertainties may lead to potentially hazardous behaviors when the AV tracks ideal trajectories that are individually optimized by the AV's planning layer.To address this issue,this study proposes a safe motion planning and control(SMPAC)framework for AVs.For the control layer,a dynamic model including multi-dimensional uncertainties is established.A zonotopic tube-based robust model predictive control scheme is proposed to constrain the uncertain system in a bounded minimum robust positive invariant set.A flexible tube with varying cross-sections is constructed to reduce the controller conservatism.For the planning layer,a concept of safety sets,representing the geometric boundaries of the ego vehicle and obstacles under uncertainties,is proposed.The safety sets provide the basis for the subsequent evaluation and ranking of the generated trajectories.An efficient collision avoidance algorithm decides the desired trajectory through the intersection detection of the safety sets between the ego vehicle and obstacles.A numerical simulation and hardware-in-the-loop experiment validate the effectiveness and real-time performance of the SMPAC.The result of two driving scenarios indicates that the SMPAC can guarantee the safety of automated driving under multi-dimensional uncertainties.
基金supported by National Natural Science Foundation of China(Grant No.50875228)
文摘Hydraulic excavator is one type of the most widely applied construction equipment for various applications mainly because of its versatility and mobility.Among the tasks performed by a hydraulic excavator,repeatable level digging or flat surface finishing may take a large percentage.Using automated functions to perform such repeatable and tedious jobs will not only greatly increase the overall productivity but more importantly also improve the operation safety.For the purpose of investigating the technology without loss of generality,this research is conducted to create a coordinate control method for the boom,arm and bucket cylinders on a hydraulic excavator to perform accurate and effective works.On the basis of the kinematic analysis of the excavator linkage system,the tip trajectory of the end-effector can be determined in terms of three hydraulic cylinders coordinated motion with a visualized method.The coordination of those hydraulic cylinders is realized by controlling three electro-hydraulic proportional valves coordinately.Therefore,the complex control algorithm of a hydraulic excavator can be simplified into coordinated motion control of three individual systems.This coordinate control algorithm was validated on a wheeled hydraulic excavator,and the validation results indicated that this developed control method could satisfactorily accomplish the auto-digging function for level digging or flat surface finishing.
基金the National Key Research and Development Plan,China(No.2019YFB1706502)the National Natural Science Foundation of China(Nos.62003366,12102077,12072059)+1 种基金the China Postdoctoral Science Foundation(No.2020M670744)the Natural Science Foundation of Liaoning Province,China(No.2010-ZD-0021)。
文摘Taxiing aircraft and towed aircraft with drawbar are two typical dispatch modes on the flight deck of aircraft carriers. In this paper, a novel hierarchical solution strategy, named as the Homogenization-Planning-Tracking(HPT) method, to solve cooperative autonomous motion control for heterogeneous carrier dispatch systems is developed. In the homogenization layer, any towed aircraft system involved in the sortie task is abstracted into a virtual taxiing aircraft. This layer transforms the heterogeneous systems into a homogeneous configuration. Then in the planning layer, a centralized optimal control problem is formulated for the homogeneous system. Compared with conducting the path planning directly with the original heterogeneous system, the homogenization layer contributes to reduce the dimension and nonlinearity of the formulated optimal control problem in the planning layer and consequently improves the robustness and efficiency of the solution process. Finally, in the tracking layer, a receding horizon controller is developed to track the reference trajectory obtained in the planning layer. To improve the tracking performance,multi-objective optimization techniques are implemented offline in advance to determine optimal weight parameters used in the tracking layer. Simulations demonstrate that smooth and collision-free cooperative trajectory can be generated efficiently in the planning phase. And robust trajectory tracking can be realized in the presence of external disturbances in the tracking phase.The developed HPT method provides a promising solution to the autonomous deck dispatch for unmanned carrier aircraft in the future.
基金National Natural Science Foundation of China(Grant No.51735009)。
文摘This paper presents an effective way to support motion planning of legged mobile robots—Inverted Modelling,based on the equivalent metamorphic mechanism concept.The difference from the previous research is that we herein invert the equivalent parallel mechanism.Assuming the leg mechanisms are hybrid links,the body of robot being considered as fixed platform,and ground as moving platform.The motion performance is transformed and measured in the body frame.Terrain and joint limits are used as input parameters to the model,resulting in the representation which is independent of terrains and particular poses in Inverted Modelling.Hence,it can universally be applied to any kind of legged robots as global motion performance framework.Several performance measurements using Inverted Modelling are presented and used in motion performance evaluation.According to the requirements of actual work like motion continuity and stability,motion planning of legged robot can be achieved using different measurements on different terrains.Two cases studies present the simulations of quadruped and hexapod robots walking on rugged roads.The results verify the correctness and effectiveness of the proposed method.
基金National Key R&D Program of China(Grant No.2020YFB1600303)National Natural Science Foundation of China(Grant Nos.U1964203,52072215)Chongqing Municipal Natural Science Foundation of China(Grant No.cstc2020jcyj-msxmX0956).
文摘Autonomous vehicles require safe motion planning in uncertain environments,which are largely caused by surrounding vehicles.In this paper,a driving environment uncertainty-aware motion planning framework is proposed to lower the risk of position uncertainty of surrounding vehicles with considering the risk of rollover.First,a 4-degree of freedom vehicle dynamics model,and a rollover risk index are introduced.Besides,the uncertainty of surrounding vehicles’position is processed and propagated based on the Extended Kalman Filter method.Then,the uncertainty potential field is established to handle the position uncertainty of autonomous vehicles.In addition,the model predictive controller is designed as the motion planning framework which accounts for the rollover risk,the position uncertainty of the surrounding vehicles,and vehicle dynamic constraints of autonomous vehicles.Furthermore,two edge cases,the cut-in scenario,and merging scenario are designed.Finally,the safety,effectiveness,and real-time performance of the proposed motion planning framework are demonstrated by employing a hardware-in-the-loop experiment bench.