This repository has been archived by the owner on Mar 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(planning_validator): add planning_validator pkg
Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
- Loading branch information
1 parent
5895271
commit d3a34af
Showing
3 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
planning_launch/config/planning_validator/planning_validator.param.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/**: | ||
ros__parameters: | ||
publish_diag: true # if true, diagnostic msg is published | ||
use_previous_trajectory_on_invalid: true # if true, invalid trajectory is not published, previous valid trajectory is published instead. | ||
display_on_terminal: true # show error msg on terminal | ||
thresholds: | ||
interval: 100.0 | ||
relative_angle: 2.0 # (= 115 degree) | ||
curvature: 1.0 | ||
lateral_acc: 9.8 | ||
longitudinal_max_acc: 9.8 | ||
longitudinal_min_acc: -9.8 | ||
steering: 1.414 | ||
steering_rate: 10.0 | ||
velocity_deviation: 100.0 | ||
distance_deviation: 100.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters