forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(control_performance_analysis): add new functionalities to evalua…
…te the control modules(autowarefoundation#567) Signed-off-by: Berkay <berkay@leodrive.ai> evaluation node updated(autowarefoundation#567) message files arranged, structure changed(autowarefoundation#567) ci(pre-commit): autofix added another condition added velocity history information to estimate acceleration fix new message file added monitor variables ready fix can build runtime errors works works fix Signed-off-by: Berkay <berkay@leodrive.ai> ci(pre-commit): autofix odom history interval param added (autowarefoundation#567) Signed-off-by: Berkay <berkay@leodrive.ai> ci(pre-commit): autofix added steering stamp rate Signed-off-by: Berkay <berkay@leodrive.ai> added steering stamp state deleted min treshold of dt Signed-off-by: Berkay <berkay@leodrive.ai> ci(pre-commit): autofix fix build Signed-off-by: Berkay <berkay@leodrive.ai> added plot config file Signed-off-by: Berkay <berkay@leodrive.ai> ci(pre-commit): autofix readme updated Signed-off-by: Berkay <berkay@leodrive.ai> ci(pre-commit): autofix fix cmakelist and msg files Signed-off-by: Berkay <berkay@leodrive.ai> ci(pre-commit): autofix adjusted license Signed-off-by: Berkay <berkay@leodrive.ai> fix build error Signed-off-by: Berkay <berkay@leodrive.ai> fix lint_cmake error Signed-off-by: Berkay <berkay@leodrive.ai> ci(pre-commit): autofix fix cmakelist build error Signed-off-by: Berkay <berkay@leodrive.ai> cmake error fix Signed-off-by: Berkay <berkay@leodrive.ai> ci(pre-commit): autofix update readme Signed-off-by: Berkay <berkay@leodrive.ai> ci(pre-commit): autofix fix typesupport error Signed-off-by: Berkay <berkay@leodrive.ai> fix cmake Signed-off-by: Berkay <berkay@leodrive.ai> errors revised Signed-off-by: Berkay <berkay@leodrive.ai> update error msg Signed-off-by: Berkay <berkay@leodrive.ai> ci(pre-commit): autofix added interpolated velocity Signed-off-by: Berkay <berkay@leodrive.ai> ci(pre-commit): autofix structure changed Signed-off-by: Berkay <berkay@leodrive.ai> error accelerations added Signed-off-by: Berkay <berkay@leodrive.ai> fix error goes infinity issue Signed-off-by: Berkay <berkay@leodrive.ai> ci(pre-commit): autofix fixed bugs and changed params Signed-off-by: Berkay <berkay@leodrive.ai> ci(pre-commit): autofix fix start error Signed-off-by: Berkay <berkay@leodrive.ai> update readme Signed-off-by: Berkay <berkay@leodrive.ai> update readme Signed-off-by: Berkay <berkay@leodrive.ai> ci(pre-commit): autofix fix cpplint error Signed-off-by: Berkay <berkay@leodrive.ai> ci(pre-commit): autofix fix checklist error Signed-off-by: Berkay <berkay@leodrive.ai> fixed lint errors Signed-off-by: Berkay <berkay@leodrive.ai> ci(pre-commit): autofix
- Loading branch information
M. Fatih Cırıt
committed
May 24, 2022
1 parent
003c476
commit c91b8a5
Showing
15 changed files
with
1,134 additions
and
250 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
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
6 changes: 4 additions & 2 deletions
6
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,5 +1,7 @@ | ||
/**: | ||
ros__parameters: | ||
# -- publishing period -- | ||
control_period: 0.033 | ||
double curvature_interval_length_: 5.0 | ||
curvature_interval_length_: 5.0 | ||
prevent_zero_division_value: 0.001 | ||
odom_interval_: 3 | ||
acceptable_min_waypoint_distance: 2.0 |
Oops, something went wrong.