forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(control_performance_analysis): fix choosing wrong closest traject…
…ory point (autowarefoundation#1522) * fix(control_performance_analysis): fix choosing wrong closest trajectory point Signed-off-by: Berkay <[email protected]> * removed comments Signed-off-by: Berkay <[email protected]> * ci(pre-commit): autofix * Single-parameter constructors marked explicit. Signed-off-by: Berkay <[email protected]> * Removed unnecessary variable and change the struct name Signed-off-by: Berkay <[email protected]> * optimized declaration of variables Signed-off-by: Berkay <[email protected]> * update for parameter declaration Signed-off-by: Berkay <[email protected]> * ci(pre-commit): autofix * changed desired steering angle calculation Signed-off-by: Berkay <[email protected]> * ci(pre-commit): autofix * get reference of some variables Signed-off-by: Berkay <[email protected]> * ci(pre-commit): autofix Co-authored-by: Berkay <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
3dbcae2
commit 73c6e47
Showing
8 changed files
with
294 additions
and
359 deletions.
There are no files selected for viewing
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
7 changes: 4 additions & 3 deletions
7
control/control_performance_analysis/config/control_performance_analysis.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 |
---|---|---|
@@ -1,8 +1,9 @@ | ||
/**: | ||
ros__parameters: | ||
# -- publishing period -- | ||
curvature_interval_length_: 5.0 | ||
curvature_interval_length: 5.0 | ||
prevent_zero_division_value: 0.001 | ||
odom_interval_: 1 | ||
acceptable_min_waypoint_distance: 2.0 | ||
odom_interval: 0 | ||
acceptable_max_distance_to_waypoint: 2.0 | ||
low_pass_filter_gain: 0.95 | ||
acceptable_max_yaw_difference_rad: 1.0472 |
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
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
Oops, something went wrong.