Update README.md

This commit is contained in:
韩志超 2025-07-20 12:49:09 +08:00 committed by GitHub
parent a9c0a5975c
commit 1201442cd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,7 +45,10 @@ Here is an example:
Here, the blue curve represents the trajectory generated by our method, whereas the red curve depicts the trajectory generated by the differential flattening-based method employed for comparative analysis. 
The program evaluates the kinematic state at each point along both trajectories and computes the maximum value for each metric. If successful, the terminal will output the maximum curvature and maximum steering angle rate ($\omega$) for each method.
The program evaluates the kinematic state at each point along both trajectories and computes the maximum value for each metric.
If successful, the terminal will output the maximum curvature and maximum steering angle rate ($\omega$) for each method.
The results indicate that our approach adheres to the kinematic constraint standards, whereas the comparative method violates constraints by more than an order of magnitude.
Note: Due to computational performance and solver randomness, slight deviations in results may occur.