Skip to content

Commit 26a8367

Browse files
feat(autoware_velocity_smoother): porting prepration, autoware_velocity_smoother, update readme: v0.1
Signed-off-by: liuXinGangChina <lxg19892021@gmail.com>
1 parent f74e53f commit 26a8367

File tree

2 files changed

+6
-18
lines changed

2 files changed

+6
-18
lines changed

planning/autoware_velocity_smoother/README.ja.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Velocity Smoother
22

3-
## Purpose
3+
## Overview
44

55
`autoware_velocity_smoother`は目標軌道上の各点における望ましい車速を計画して出力するモジュールである。
66
このモジュールは、速度の最大化と乗り心地の良さを両立するために、事前に指定された制限速度、制限加速度および制限躍度の範囲で車速を計画する。
77
加速度や躍度の制限を与えることは車速の変化を滑らかにすることに対応するため、このモジュールを`autoware_velocity_smoother`と呼んでいる。
88

9-
## Inner-workings / Algorithms
9+
## Design
1010

1111
### Flow chart
1212

@@ -237,14 +237,8 @@ Example:
237237
- 参照経路に設定されている制限速度を指定した減速度やジャークで達成不可能な場合、可能な範囲で速度、加速度、ジャークの逸脱量を抑えながら減速
238238
- 各逸脱量の重視の度合いはパラメータにより指定
239239

240-
## (Optional) Error detection and handling
241-
242-
## (Optional) Performance characterization
243-
244-
## (Optional) References/External links
240+
## References/External links
245241

246242
[1] B. Stellato, et al., "OSQP: an operator splitting solver for quadratic programs", Mathematical Programming Computation, 2020, [10.1007/s12532-020-00179-2](https://link.springer.com/article/10.1007/s12532-020-00179-2).
247243

248244
[2] Y. Zhang, et al., "Toward a More Complete, Flexible, and Safer Speed Planning for Autonomous Driving via Convex Optimization", Sensors, vol. 18, no. 7, p. 2185, 2018, [10.3390/s18072185](https://doi.org/10.3390/s18072185)
249-
250-
## (Optional) Future extensions / Unimplemented parts

planning/autoware_velocity_smoother/README.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Velocity Smoother
22

3-
## Purpose
3+
## Overview
44

55
`autoware_velocity_smoother` outputs a desired velocity profile on a reference trajectory.
66
This module plans a velocity profile within the limitations of the velocity, the acceleration and the jerk to realize both the maximization of velocity and the ride quality.
77
We call this module `autoware_velocity_smoother` because the limitations of the acceleration and the jerk means the smoothness of the velocity profile.
88

9-
## Inner-workings / Algorithms
9+
## Design
1010

1111
### Flow chart
1212

@@ -262,14 +262,8 @@ Example:
262262
- If the velocity limit set in the reference path cannot be achieved by the designated constraints of the deceleration and the jerk, decelerate while suppressing the velocity, the acceleration and the jerk deviation as much as possible
263263
- The importance of the deviations is set in the config file
264264

265-
## (Optional) Error detection and handling
266-
267-
## (Optional) Performance characterization
268-
269-
## (Optional) References/External links
265+
## References/External links
270266

271267
[1] B. Stellato, et al., "OSQP: an operator splitting solver for quadratic programs", Mathematical Programming Computation, 2020, [10.1007/s12532-020-00179-2](https://link.springer.com/article/10.1007/s12532-020-00179-2).
272268

273269
[2] Y. Zhang, et al., "Toward a More Complete, Flexible, and Safer Speed Planning for Autonomous Driving via Convex Optimization", Sensors, vol. 18, no. 7, p. 2185, 2018, [10.3390/s18072185](https://doi.org/10.3390/s18072185)
274-
275-
## (Optional) Future extensions / Unimplemented parts

0 commit comments

Comments
 (0)