RESUMO
BACKGROUND: Individuals with a moderate-to-severe traumatic brain injury (m/sTBI), despite experiencing good locomotor recovery six months post-injury, face challenges in adapting their locomotion to the environment. They also present with altered cognitive functions, which may impact dual-task walking abilities. Whether they present collision avoidance strategies with moving pedestrians that are altered under dual-task conditions, however, remains unclear. This study aimed to compare between individuals with m/sTBI and age-matched control individuals: (1), the locomotor and cognitive costs associated with the concurrent performance of circumventing approaching virtual pedestrians (VRPs) while attending to an auditory-based cognitive task and; (2) gaze behaviour associated with the VRP circumvention task in single and dual-task conditions. METHODOLOGY: Twelve individuals with m/sTBI (age = 43.3 ± 9.5 yrs; >6 mo. post injury) and 12 healthy controls (CTLs) (age = 41.8 ± 8.3 yrs) were assessed while walking in a virtual subway station viewed in a head-mounted display. They performed a collision avoidance task with VRPs, as well as auditory-based cognitive tasks (pitch discrimination and auditory Stroop), both under single and dual-task conditions. Dual-task cost (DTC) for onset distance of trajectory deviation, minimum distance from the VRP, maximum lateral deviation, walking speed, gaze fixations and cognitive task accuracy were contrasted between groups using generalized estimating equations. RESULTS: In contrast to CTLs who showed locomotor DTCs only, individuals with m/sTBI displayed both locomotor and cognitive DTCs. While both groups walked slower under dual-task conditions, only individuals with m/sTBI failed to modify their onset distance of trajectory deviation and maintained smaller minimum distances and smaller maximum lateral deviation compared to single-task walking. Both groups showed shorter gaze fixations on the approaching VRP under dual-task conditions, but this reduction was less pronounced in the individuals with m/sTBI. A reduction in cognitive task accuracy under dual-task conditions was found in the m/sTBI group only. CONCLUSION: Individuals with m/sTBI present altered locomotor and gaze behaviours, as well as altered cognitive performances, when executing a collision avoidance task involving moving pedestrians in dual-task conditions. Potential mechanisms explaining those alterations are discussed. Present findings highlight the compromised complex walking abilities in individuals with m/sTBI who otherwise present a good locomotor recovery.
Assuntos
Lesões Encefálicas Traumáticas , Pedestres , Realidade Virtual , Humanos , Masculino , Adulto , Feminino , Lesões Encefálicas Traumáticas/reabilitação , Lesões Encefálicas Traumáticas/psicologia , Lesões Encefálicas Traumáticas/fisiopatologia , Pessoa de Meia-Idade , Desempenho Psicomotor/fisiologia , Caminhada/fisiologia , Cognição/fisiologia , Aprendizagem da Esquiva , Atenção/fisiologiaRESUMO
The paper presents a vision-based obstacle avoidance strategy for lightweight self-driving cars that can be run on a CPU-only device using a single RGB-D camera. The method consists of two steps: visual perception and path planning. The visual perception part uses ORBSLAM3 enhanced with optical flow to estimate the car's poses and extract rich texture information from the scene. In the path planning phase, the proposed method employs a method combining a control Lyapunov function and control barrier function in the form of a quadratic program (CLF-CBF-QP) together with an obstacle shape reconstruction process (SRP) to plan safe and stable trajectories. To validate the performance and robustness of the proposed method, simulation experiments were conducted with a car in various complex indoor environments using the Gazebo simulation environment. The proposed method can effectively avoid obstacles in the scenes. The proposed algorithm outperforms benchmark algorithms in achieving more stable and shorter trajectories across multiple simulated scenes.
RESUMO
As a fundamental issue in robotics academia and industry, indoor autonomous mobile robots (AMRs) have been extensively studied. For AMRs, it is crucial to obtain information about their working environment and themselves, which can be realized through sensors and the extraction of corresponding information from the measurements of these sensors. The application of sensing technologies can enable mobile robots to perform localization, mapping, target or obstacle recognition, and motion tasks, etc. This paper reviews sensing technologies for autonomous mobile robots in indoor scenes. The benefits and potential problems of using a single sensor in application are analyzed and compared, and the basic principles and popular algorithms used in processing these sensor data are introduced. In addition, some mainstream technologies of multi-sensor fusion are introduced. Finally, this paper discusses the future development trends in the sensing technology for autonomous mobile robots in indoor scenes, as well as the challenges in the practical application environments.
RESUMO
In dynamic environments, real-time trajectory planners are required to generate smooth trajectories. However, trajectory planners based on real-time sampling often produce jerky trajectories that necessitate post-processing steps for smoothing. Existing local smoothing methods may result in trajectories that collide with obstacles due to the lack of a direct connection between the smoothing process and trajectory optimization. To address this limitation, this paper proposes a novel trajectory-smoothing method that considers obstacle constraints in real time. By introducing virtual attractive forces from original trajectory points and virtual repulsive forces from obstacles, the resultant force guides the generation of smooth trajectories. This approach enables parallel execution with the trajectory-planning process and requires low computational overhead. Experimental validation in different scenarios demonstrates that the proposed method not only achieves real-time trajectory smoothing but also effectively avoids obstacles.
RESUMO
Autonomous mobile robots are essential to the industry, and human-robot interactions are becoming more common nowadays. These interactions require that the robots navigate scenarios with static and dynamic obstacles in a safely manner, avoiding collisions. This paper presents a physical implementation of a method for dynamic obstacle avoidance using a long short-term memory (LSTM) neural network that obtains information from the mobile robot's LiDAR for it to be capable of navigating through scenarios with static and dynamic obstacles while avoiding collisions and reaching its goal. The model is implemented using a TurtleBot3 mobile robot within an OptiTrack motion capture (MoCap) system for obtaining its position at any given time. The user operates the robot through these scenarios, recording its LiDAR readings, target point, position inside the MoCap system, and its linear and angular velocities, all of which serve as the input for the LSTM network. The model is trained on data from multiple user-operated trajectories across five different scenarios, outputting the linear and angular velocities for the mobile robot. Physical experiments prove that the model is successful in allowing the mobile robot to reach the target point in each scenario while avoiding the dynamic obstacle, with a validation accuracy of 98.02%.
RESUMO
A system has been developed to convert manual wheelchairs into electric wheelchairs, providing assistance to users through the implemented algorithm, which ensures safe driving and obstacle avoidance. While manual wheelchairs are typically controlled indoors based on user preferences, they do not guarantee safe driving in areas outside the user's field of vision. The proposed model utilizes the dynamic window approach specifically designed for wheelchair use, allowing for obstacle avoidance. This method evaluates potential movements within a defined velocity space to calculate the optimal path, providing seamless and safe driving assistance in real time. This innovative approach enhances user assistance and safety by integrating state-of-the-art algorithms developed using the dynamic window approach alongside advanced sensor technology. With the assistance of LiDAR sensors, the system perceives the wheelchair's surroundings, generating real-time speed values within the algorithm framework to ensure secure driving. The model's ability to adapt to indoor environments and its robust performance in real-world scenarios underscore its potential for widespread application. This study has undergone various tests, conclusively proving that the system aids users in avoidance obstacles and ensures safe driving. These tests demonstrate significant improvements in maneuverability and user safety, highlighting a noteworthy advancement in assistive technology for individuals with limited mobility.
Assuntos
Algoritmos , Cadeiras de Rodas , Humanos , Desenho de Equipamento , Condução de Veículo , EletricidadeRESUMO
Path planning creates the shortest path from the source to the destination based on sensory information obtained from the environment. Within path planning, obstacle avoidance is a crucial task in robotics, as the autonomous operation of robots needs to reach their destination without collisions. Obstacle avoidance algorithms play a key role in robotics and autonomous vehicles. These algorithms enable robots to navigate their environment efficiently, minimizing the risk of collisions and safely avoiding obstacles. This article provides an overview of key obstacle avoidance algorithms, including classic techniques such as the Bug algorithm and Dijkstra's algorithm, and newer developments like genetic algorithms and approaches based on neural networks. It analyzes in detail the advantages, limitations, and application areas of these algorithms and highlights current research directions in obstacle avoidance robotics. This article aims to provide comprehensive insight into the current state and prospects of obstacle avoidance algorithms in robotics applications. It also mentions the use of predictive methods and deep learning strategies.
RESUMO
Designed to meet the demands of AGV global optimal path planning and dynamic obstacle avoidance, this paper proposes a combination of an improved A* algorithm and dynamic window method fusion algorithm. Firstly, the heuristic function is dynamically weighted to reduce the search scope and improve the planning efficiency; secondly, a path-optimization method is introduced to eliminate redundant nodes and redundant turning points in the path; thirdly, combined with the improved A* algorithm and dynamic window method, the local dynamic obstacle avoidance in the global optimal path is realized. Finally, the effectiveness of the proposed method is verified by simulation experiments. According to the results of simulation analysis, the path-planning time of the improved A* algorithm is 26.3% shorter than the traditional A* algorithm, the search scope is 57.9% less, the path length is 7.2% shorter, the number of path nodes is 85.7% less, and the number of turning points is 71.4% less. The fusion algorithm can evade moving obstacles and unknown static obstacles in different map environments in real time along the global optimal path.
RESUMO
The integration of machine learning and robotics brings promising potential to tackle the application challenges of mobile robot navigation in industries. The real-world environment is highly dynamic and unpredictable, with increasing necessities for efficiency and safety. This demands a multi-faceted approach that combines advanced sensing, robust obstacle detection, and avoidance mechanisms for an effective robot navigation experience. While hybrid methods with default robot operating system (ROS) navigation stack have demonstrated significant results, their performance in real time and highly dynamic environments remains a challenge. These environments are characterized by continuously changing conditions, which can impact the precision of obstacle detection systems and efficient avoidance control decision-making processes. In response to these challenges, this paper presents a novel solution that combines a rapidly exploring random tree (RRT)-integrated ROS navigation stack and a pre-trained YOLOv7 object detection model to enhance the capability of the developed work on the NAV-YOLO system. The proposed approach leveraged the high accuracy of YOLOv7 obstacle detection and the efficient path-planning capabilities of RRT and dynamic windows approach (DWA) to improve the navigation performance of mobile robots in real-world complex and dynamically changing settings. Extensive simulation and real-world robot platform experiments were conducted to evaluate the efficiency of the proposed solution. The result demonstrated a high-level obstacle avoidance capability, ensuring the safety and efficiency of mobile robot navigation operations in aviation environments.
RESUMO
The artificial potential field method has efficient obstacle avoidance ability, but this traditional method suffers from local minima, unreasonable paths, and sudden changes in heading angles during obstacle avoidance, leading to rough paths and increased energy consumption. To enable autonomous mobile robots (AMR) to escape from local minimum traps and move along reasonable, smooth paths while reducing travel time and energy consumption, in this paper, an artificial potential field method based on subareas is proposed. First, the optimal virtual subgoal was obtained around the obstacles based on the relationship between the AMR, obstacles, and goal points in the local environment. This was done according to the virtual subgoal benefit function to solve the local minima problem and select a reasonable path. Secondly, when AMR encountered an obstacle, the subarea-potential field model was utilized to solve problems such as path zigzagging and increased energy consumption due to excessive changes in the turning angle; this helped to smooth its planning path. Through simulations and actual testing, the algorithm in this paper demonstrated smoother heading angle changes, reduced energy consumption, and a 10.95% average reduction in movement time when facing a complex environment. This proves the feasibility of the algorithm.
RESUMO
Helical growth of the root tip (circumnutation) that permits surface exploration facilitates root penetration into soil. Here, we reveal that rice actin-binding protein RMD aids in root circumnutation, manifested by wavy roots as well as compromised ability to efficiently explore and avoid obstacles in rmd mutants. We demonstrate that root circumnutation defects in rmd depend on brassinosteroid (BR) signaling, which is elevated in mutant roots. Suppressing BR signaling via pharmacological (BR inhibitor) or genetic (knockout of BR biosynthetic or signaling components) manipulation rescues root defects in rmd. We further reveal that mutations in MAPK6 suppress BR signaling and restore normal root circumnutation in rmd, which may be mediated by the interaction between MAPK6, MAPKK4 and BR signaling factor BIM2. Our study thus demonstrates that RMD and MAPK6 control root circumnutation by modulating BR signaling to facilitate early root growth.
Assuntos
Brassinosteroides , Regulação da Expressão Gênica de Plantas , Oryza , Proteínas de Plantas , Raízes de Plantas , Transdução de Sinais , Raízes de Plantas/metabolismo , Raízes de Plantas/crescimento & desenvolvimento , Raízes de Plantas/genética , Brassinosteroides/metabolismo , Oryza/genética , Oryza/metabolismo , Oryza/crescimento & desenvolvimento , Proteínas de Plantas/metabolismo , Proteínas de Plantas/genética , Proteína Quinase 6 Ativada por Mitógeno/metabolismo , Proteína Quinase 6 Ativada por Mitógeno/genética , MutaçãoRESUMO
This paper proposes a framework for obstacle-avoiding autonomous unmanned aerial vehicle (UAV) systems with a new obstacle avoidance method (OAM) and localization method for autonomous UAVs for structural health monitoring (SHM) in GPS-denied areas. There are high possibilities of obstacles in the planned trajectory of autonomous UAVs used for monitoring purposes. A traditional UAV localization method with an ultrasonic beacon is limited to the scope of the monitoring and vulnerable to both depleted battery and environmental electromagnetic fields. To overcome these critical problems, a deep learning-based OAM with the integration of You Only Look Once version 3 (YOLOv3) and a fiducial marker-based UAV localization method are proposed. These new obstacle avoidance and localization methods are integrated with a real-time damage segmentation method as an autonomous UAV system for SHM. In indoor testing and outdoor tests in a large parking structure, the proposed methods showed superior performances in obstacle avoidance and UAV localization compared to traditional approaches.
RESUMO
OBJECTIVE: This study aimed to investigate the locomotor behavior of older adults with and without a history of falls as they avoided obstacles with different physical characteristics. METHODS: Twenty-one older adults participated in this study. The group was divided into higher risk of falling (n = 10) and lower risk of falling (n = 11). The following conditions were carried out: (1) walking and avoiding a solid obstacle and (2) walking and avoiding a fragile obstacle. RESULTS: Older adults at higher risk of falling had worse performance during the obstacle approach phase. Both groups performed worse when avoiding the fragile obstacle than when avoiding the solid obstacle. Older adults at higher risk of falling had their feet closer when avoiding the obstacle, and both groups raised their limbs higher to avoid a fragile obstacle. Older adults at higher risk of falling were closer to obstacles after avoiding them. CONCLUSION: For the participants in this study, the physical characteristics of the obstacle did not interfere with the locomotor performance of older adults during obstacle avoidance. This study found that older adults at higher risk of falls modulated their locomotor pattern before avoiding the obstacles, presenting lower velocity, shorter step length, and greater step width compared with older adults at lower risk of falling.
RESUMO
PURPOSE: This study aimed to identify the contribution of the common synaptic drives to motor units during obstacle avoidance, using coherence analysis between a-pair electromyography (EMG) signals (EMG-EMG coherence). MATERIALS AND METHODS: Fourteen healthy volunteers walked on a treadmill with and without obstacle avoidance. During obstacle gait, subjects were instructed to step over an obstacle with their right leg while walking that would randomly and unpredictably appear. Surface EMG signals were recorded from the following muscles of the right leg: the proximal and distal ends of tibialis anterior (TAp and TAd), biceps femoris (BF), semitendinosus (ST), lateral gastrocnemius (LG), and medial gastrocnemius (MG). Beta-band (13-30 Hz) EMG-EMG coherence was analysed. RESULTS: Beta-band EMG-EMG coherence of TAp-TAd during swing phase and BF-ST during pre and initial swing phase when stepping over an obstacle were significantly higher compared to normal gait (both p < 0.05). Beta-band EMG-EMG coherence of TAp-TAd, BF-ST, and LG-MG during stance phase were not significantly different between the two gait conditions (all p > 0.05). CONCLUSIONS: The present findings suggest increased common synaptic drives to motor units in ankle dorsiflexor and knee flexor muscles during obstacle avoidance. It also may reflect an increased cortical contribution to modify the gait patterns to avoid an obstacle.
RESUMO
Despite significant progress in robot hardware, the number of mobile robots deployed in public spaces remains low. One of the challenges hindering a wider deployment is that even if a robot can build a map of the environment, for instance through the use of LiDAR sensors, it also needs to calculate, in real time, a smooth trajectory that avoids both static and mobile obstacles. Considering this scenario, in this paper we investigate whether genetic algorithms can play a role in real-time obstacle avoidance. Historically, the typical use of genetic algorithms was in offline optimization. To investigate whether an online, real-time deployment is possible, we create a family of algorithms called GAVO that combines genetic algorithms with the velocity obstacle model. Through a series of experiments, we show that a carefully chosen chromosome representation and parametrization can achieve real-time performance on the obstacle avoidance problem.
RESUMO
The basic functions of an autonomous vehicle typically involve navigating from one point to another in the world by following a reference path and analyzing the traversability along this path to avoid potential obstacles. What happens when the vehicle is subject to uncertainties in its localization? All its capabilities, whether path following or obstacle avoidance, are affected by this uncertainty, and stopping the vehicle becomes the safest solution. In this work, we propose a framework that optimally combines path following and obstacle avoidance while keeping these two objectives independent, ensuring that the limitations of one do not affect the other. Absolute localization uncertainty only has an impact on path following, and in no way affects obstacle avoidance, which is performed in the robot's local reference frame. Therefore, it is possible to navigate with or without prior information, without being affected by position uncertainty during obstacle avoidance maneuvers. We conducted tests on an EZ10 shuttle in the PAVIN experimental platform to validate our approach. These experimental results show that our approach achieves satisfactory performance, making it a promising solution for collision-free navigation applications for mobile robots even when localization is not accurate.
RESUMO
This paper proposes an improved 3D-Vector Field Histogram (3D-VFH) algorithm for autonomous flight and local obstacle avoidance of multi-rotor unmanned aerial vehicles (UAVs) in a confined environment. Firstly, the method employs a target point coordinate system based on polar coordinates to convert the point cloud data, considering that long-range point cloud information has no effect on local obstacle avoidance by UAVs. This enables UAVs to effectively utilize obstacle information for obstacle avoidance and improves the real-time performance of the algorithm. Secondly, a sliding window algorithm is used to estimate the optimal flight path of the UAV and implement obstacle avoidance control, thereby maintaining the attitude stability of the UAV during obstacle avoidance flight. Finally, experimental analysis is conducted, and the results show that the UAV has good attitude stability during obstacle avoidance flight, can autonomously follow the expected trajectory, and can avoid dynamic obstacles, achieving precise obstacle avoidance.
Assuntos
Algoritmos , Dispositivos Aéreos não TripuladosRESUMO
Computer vision plays a significant role in mobile robot navigation due to the wealth of information extracted from digital images. Mobile robots localize and move to the intended destination based on the captured images. Due to the complexity of the environment, obstacle avoidance still requires a complex sensor system with a high computational efficiency requirement. This study offers a real-time solution to the problem of extracting corridor scenes from a single image using a lightweight semantic segmentation model integrating with the quantization technique to reduce the numerous training parameters and computational costs. The proposed model consists of an FCN as the decoder and MobilenetV2 as the decoder (with multi-scale fusion). This combination allows us to significantly minimize computation time while achieving high precision. Moreover, in this study, we also propose to use the Balance Cross-Entropy loss function to handle diverse datasets, especially those with class imbalances and to integrate a number of techniques, for example, the Adam optimizer and Gaussian filters, to enhance segmentation performance. The results demonstrate that our model can outperform baselines across different datasets. Moreover, when being applied to practical experiments with a real mobile robot, the proposed model's performance is still consistent, supporting the optimal path planning, allowing the mobile robot to efficiently and effectively avoid the obstacles.
RESUMO
Compared with traditional rule-based algorithms, deep reinforcement learning methods in autonomous driving are able to reduce the response time of vehicles to the driving environment and fully exploit the advantages of autopilot. Nowadays, autonomous vehicles mainly drive on urban roads and are constrained by some map elements such as lane boundaries, lane driving rules, and lane center lines. In this paper, a deep reinforcement learning approach seriously considering map elements is proposed to deal with the autonomous driving issues of vehicles following and obstacle avoidance. When the deep reinforcement learning method is modeled, an obstacle representation method is proposed to represent the external obstacle information required by the ego vehicle input, aiming to address the problem that the number and state of external obstacles are not fixed.
Assuntos
Condução de Veículo , Veículos Autônomos , Algoritmos , Tempo de ReaçãoRESUMO
In the field of AGV, a path planning algorithm is always a heated area. However, traditional path planning algorithms have many disadvantages. To solve these problems, this paper proposes a fusion algorithm that combines the kinematical constraint A* algorithm and the following dynamic window approach algorithm. The kinematical constraint A* algorithm can plan the global path. Firstly, the node optimization can reduce the number of child nodes. Secondly, improving the heuristic function can increase efficiency of path planning. Thirdly, the secondary redundancy can reduce the number of redundant nodes. Finally, the B spline curve can make the global path conform to the dynamic characteristics of AGV. The following DWA algorithm can be dynamic path planning and allow the AGV to avoidance moving obstacle. The optimization heuristic function of the local path is closer to the global optimal path. The simulation results show that, compared with the fusion algorithm of traditional A* algorithm and traditional DWA algorithm, the fusion algorithm reduces the length of path by 3.6%, time of path by 6.7% and the number of turns of final path by 25%.