-
Notifications
You must be signed in to change notification settings - Fork 682
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 Signed-off-by: Berkay <berkay@leodrive.ai>
- Loading branch information
M. Fatih Cırıt
authored and
Berkay
committed
May 31, 2022
1 parent
bf88d08
commit e5579ea
Showing
15 changed files
with
1,133 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.