Abstract:Autonomous navigation in unknown 3D environments is a key issue for intelligent transportation, while still being an open problem. Conventionally, navigation risk has been focused on mitigating collisions with obstacles, neglecting the varying degrees of harm that collisions can cause. In this context, we propose a new risk-aware navigation framework, whose purpose is to directly handle interactions with the environment, including those involving minor collisions. We introduce a physically interpretable risk function that quantifies the maximum potential energy that the robot wheels absorb as a result of a collision. By considering this physical risk in navigation, our approach significantly broadens the spectrum of situations that the robot can undertake, such as speed bumps or small road curbs. Using this framework, we are able to plan safe trajectories that not only ensure safety but also actively address the risks arising from interactions with the environment.
Abstract:In the context of autonomous vehicles, one of the most crucial tasks is to estimate the risk of the undertaken action. While navigating in complex urban environments, the Bayesian occupancy grid is one of the most popular types of map, where the information of occupancy is stored as the probability of collision. Although widely used, this kind of representation is not well suited for risk assessment: because of its discrete nature, the probability of collision becomes dependent on the tessellation size. Therefore, risk assessments on Bayesian occupancy grids cannot yield risks with meaningful physical units. In this article, we propose an alternative framework called Dynamic Lambda-Field that is able to assess physical risks in dynamic environments without being dependent on the tessellation size. Using our framework, we are able to plan safe trajectories where the risk function can be adjusted depending on the scenario. We validate our approach with quantitative experiments, showing the convergence speed of the grid and that the framework is suitable for real-world scenarios.
Abstract:In the context of autonomous robots, one of the most important tasks is to prevent potential damages on the robot during navigation. For this purpose, it is often assumed to deal with known probabilistic obstacles, then to compute the probability of collision to each obstacle. However, in complex scenarios or unstructured environments, it might be difficult to detect such obstacles. In this case, a metric map is used where each position stores the information of occupancy. The most common type of metric map is the bayesian occupancy map. However, this type of map is not well fitted to compute risk assessment for continuous paths due to its discrete nature. Hence, we introduce a novel type of map called Lambda-Field, specially designed for risk assessment. We first propose a way to compute such a map and the expectancy of a generic risk over a path. Then, we demonstrate the utility of our generic formulation with a use case defining the risk as the expected force of collision over a path. Using this risk definition and the Lambda-Field, we show that our framework is capable of doing classical path planning while having a physical-based metric. Furthermore, the Lambda-Field gives a natural way to deal with unstructured environments like tall grass. Where standard environment representations would generate trajectories going around such obstacles, our framework allows the robot to go through the grass while being aware of the risk taken.
Abstract:In a context of autonomous robots, one of the most important task is to ensure the safety of the robot and its surrounding. Most of the time, the risk of navigation is simply said to be the probability of collision. This notion of risk is not well defined in the literature, especially when dealing with occupancy grids. The Bayesian occupancy grid is the most used method to deal with complex environments. However, this is not fitted to compute the risk along a path by its discrete nature, hence giving poor results. In this article, we present a new way to store the occupancy of the environment that allows the computation of risk for a given path. We then define the risk as the force of collision that would occur for a given obstacle. Using this framework, we are able to generate navigation paths ensuring the safety of the robot.