Consideration of Vehicle Characteristics on the Motion Planner Algorithm

Read original: arXiv:2407.16167 - Published 7/24/2024 by Syed Adil Ahmed, Taehyun Shim
Total Score

0

🔍

Sign in to get full access

or

If you already have an account, we'll log you in

Overview

  • Autonomous vehicle control is generally divided into two main areas: trajectory planning and tracking
  • Trajectory planning is typically done using particle or kinematic model-based optimization controllers
  • The output of these planners may not be unique for different vehicle types, especially for high center of gravity (CG) vehicles
  • This can make it challenging for the tracking controller to realize the suboptimal trajectories while avoiding vehicle handling and comfort constraints

Plain English Explanation

The paper aims to address the limitations of current trajectory planning approaches for autonomous vehicles. Autonomous vehicles rely on two key components: trajectory planning and tracking. Trajectory planning is responsible for determining the optimal path the vehicle should take, while tracking ensures the vehicle follows that path accurately.

Commonly used trajectory planning methods, such as those based on particle or kinematic models, do not always account for the vehicle's center of gravity (CG) height and the effects it has on the vehicle's dynamics. As a result, the planned trajectories may not be well-suited for certain vehicle types, particularly those with a higher CG. This can put additional strain on the tracking controller, which has to work harder to follow the suboptimal trajectories while ensuring the vehicle's handling and comfort constraints are met.

The paper proposes a new trajectory planning approach that incorporates a simplified double-track model with estimates of lateral and roll-based load transfer using steady-state equations and a simplified tire model. The goal is to reduce the computational workload of the planner while still accounting for key vehicle dynamics factors that impact the trajectory.

Technical Explanation

The paper presents a new trajectory planning approach for autonomous vehicles that aims to address the limitations of existing particle and kinematic model-based planners. The proposed planner uses a simplified double-track model to estimate the vehicle's lateral and roll dynamics, including the effects of load transfer. This is done using steady-state equations and a simplified tire model, which helps reduce the computational complexity compared to more detailed vehicle dynamics models.

The developed planner is evaluated against the widely used particle and kinematic model-based planners in collision avoidance scenarios under both high and low acceleration conditions, as well as with different vehicle heights. The authors demonstrate that their approach can generate trajectories that are better suited for high center of gravity (CG) vehicles, allowing the tracking controller to more effectively realize the planned path while maintaining vehicle handling and comfort constraints.

Critical Analysis

The paper presents a novel approach to trajectory planning for autonomous vehicles that aims to address some of the limitations of existing methods. By incorporating a simplified vehicle dynamics model that accounts for the effects of CG height and load transfer, the proposed planner can generate trajectories that are more tailored to the specific vehicle characteristics, particularly for high CG vehicles.

One potential limitation of the research is that it was only evaluated in simulation, and the authors acknowledge that real-world validation would be an important next step. Additionally, the simplified vehicle dynamics model, while computationally efficient, may not capture all the nuances of vehicle behavior, especially in more complex driving scenarios.

Further research could explore ways to strike a better balance between model complexity and accuracy, potentially through the use of hybrid motion planning approaches that combine different modeling techniques. Investigating the interaction-aware capabilities of the planner in more realistic traffic scenarios would also be an important area for future work.

Conclusion

This paper presents a novel trajectory planning approach for autonomous vehicles that aims to improve upon existing particle and kinematic model-based planners. By incorporating a simplified vehicle dynamics model that accounts for the effects of center of gravity height and load transfer, the proposed planner can generate trajectories that are better suited for a wider range of vehicle types, particularly those with high centers of gravity.

The researchers demonstrate the effectiveness of their approach through simulation-based collision avoidance scenarios, showing that it can outperform the commonly used planning methods in terms of handling and comfort constraints. While further real-world validation is needed, this work represents an important step towards developing more robust and adaptable motion planning systems for autonomous vehicles.



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

🔍

Total Score

0

Consideration of Vehicle Characteristics on the Motion Planner Algorithm

Syed Adil Ahmed, Taehyun Shim

Autonomous vehicle control is generally divided in two main areas; trajectory planning and tracking. Currently, the trajectory planning is mostly done by particle or kinematic model-based optimization controllers. The output of these planners, since they do not consider CG height and its effects, is not unique for different vehicle types, especially for high CG vehicles. As a result, the tracking controller may have to work hard to avoid vehicle handling and comfort constraints while trying to realize these sub-optimal trajectories. This paper tries to address this problem by considering a planner with simplified double track model with estimation of lateral and roll based load transfer using steady state equations and a simplified tire model to reduce solver workload. The developed planner is compared with the widely used particle and kinematic model planners in collision avoidance scenarios in both high and low acceleration conditions and with different vehicle heights.

Read more

7/24/2024

Towards A General-Purpose Motion Planning for Autonomous Vehicles Using Fluid Dynamics
Total Score

0

Towards A General-Purpose Motion Planning for Autonomous Vehicles Using Fluid Dynamics

MReza Alipour Sormoli, Konstantinos Koufos, Mehrdad Dianati, Roger Woodman

General-purpose motion planners for automated/autonomous vehicles promise to handle the task of motion planning (including tactical decision-making and trajectory generation) for various automated driving functions (ADF) in a diverse range of operational design domains (ODDs). The challenges of designing a general-purpose motion planner arise from several factors: a) A plethora of scenarios with different semantic information in each driving scene should be addressed, b) a strong coupling between long-term decision-making and short-term trajectory generation shall be taken into account, c) the nonholonomic constraints of the vehicle dynamics must be considered, and d) the motion planner must be computationally efficient to run in real-time. The existing methods in the literature are either limited to specific scenarios (logic-based) or are data-driven (learning-based) and therefore lack explainability, which is important for safety-critical automated driving systems (ADS). This paper proposes a novel general-purpose motion planning solution for ADS inspired by the theory of fluid mechanics. A computationally efficient technique, i.e., the lattice Boltzmann method, is then adopted to generate a spatiotemporal vector field, which in accordance with the nonholonomic dynamic model of the Ego vehicle is employed to generate feasible candidate trajectories. The trajectory optimising ride quality, efficiency and safety is finally selected to calculate the imminent control signals, i.e., throttle/brake and steering angle. The performance of the proposed approach is evaluated by simulations in highway driving, on-ramp merging, and intersection crossing scenarios, and it is found to outperform traditional motion planning solutions based on model predictive control (MPC).

Read more

6/11/2024

🎯

Total Score

0

Accuracy Evaluation of a Lightweight Analytic Vehicle Dynamics Model for Maneuver Planning

J. R. Ziehn, M. Ruf, M. Roschani, J. Beyerer

Models for vehicle dynamics play an important role in maneuver planning for automated driving. They are used to derive trajectories from given control inputs, or to evaluate a given trajectory in terms of constraint violation or optimality criteria such as safety, comfort or ecology. Depending on the computation process, models with different assumptions and levels of detail are used; since maneuver planning usually has strong requirements for computation speed at a potentially high number of trajectory evaluations per planning cycle, most of the applied models aim to reduce complexity by implicitly or explicitly introducing simplifying assumptions. While evaluations show that these assumptions may be sufficiently valid under typical conditions, their effect has yet to be studied conclusively. We propose a model for vehicle dynamics that is convenient for maneuver planning by supporting both an analytic approach of extracting parameters from a given trajectory, and a generative approach of establishing a trajectory from given control inputs. Both applications of the model are evaluated in real-world test drives under dynamic conditions, both on a closed-off test track and on public roads, and effects arising from the simplifying assumptions are analyzed.

Read more

5/15/2024

🛠️

Total Score

0

Towards reliable real-time trajectory optimization

Fatemeh Rastgar

Motion planning is a key aspect of robotics. A common approach to address motion planning problems is trajectory optimization. Trajectory optimization can represent the high-level behaviors of robots through mathematical formulations. However, current trajectory optimization approaches have two main challenges. Firstly, their solution heavily depends on the initial guess, and they are prone to get stuck in local minima. Secondly, they face scalability limitations by increasing the number of constraints. This thesis endeavors to tackle these challenges by introducing four innovative trajectory optimization algorithms to improve reliability, scalability, and computational efficiency. There are two novel aspects of the proposed algorithms. The first key innovation is remodeling the kinematic constraints and collision avoidance constraints. Another key innovation lies in the design of algorithms that effectively utilize parallel computation on GPU accelerators. By using reformulated constraints and leveraging the computational power of GPUs, the proposed algorithms of this thesis demonstrate significant improvements in efficiency and scalability compared to the existing methods. Parallelization enables faster computation times, allowing for real-time decision-making in dynamic environments. Moreover, the algorithms are designed to adapt to changes in the environment, ensuring robust performance. Extensive benchmarking for each proposed optimizer validates their efficacy. Overall, this thesis makes a significant contribution to the field of trajectory optimization algorithms. It introduces innovative solutions that specifically address the challenges faced by existing methods. The proposed algorithms pave the way for more efficient and robust motion planning solutions in robotics by leveraging parallel computation and specific mathematical structures.

Read more

8/21/2024