Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: merge qos.yaml #37

Merged
merged 1 commit into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions driving_log_replayer_v2/config/annotationless_perception/qos.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions driving_log_replayer_v2/config/ar_tag_based_localizer/qos.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions driving_log_replayer_v2/config/eagleye/qos.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions driving_log_replayer_v2/config/localization/qos.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions driving_log_replayer_v2/config/obstacle_segmentation/qos.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions driving_log_replayer_v2/config/perception/qos.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions driving_log_replayer_v2/config/perception_2d/qos.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions driving_log_replayer_v2/config/planning_control/qos.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,18 @@
history: keep_last
depth: 10
durability: volatile
/localization/util/downsample/pointcloud:
reliability: best_effort
history: keep_last
depth: 10
durability: volatile
/sensing/lidar/concatenated/pointcloud:
reliability: best_effort
history: keep_last
depth: 10
durability: volatile
/planning/mission_planning/route:
reliability: reliable
history: keep_last
depth: 1
durability: transient_local
10 changes: 0 additions & 10 deletions driving_log_replayer_v2/config/traffic_light/qos.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions driving_log_replayer_v2/config/yabloc/qos.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ def launch_bag_player(
Path(
get_package_share_directory("driving_log_replayer_v2"),
"config",
conf["use_case"],
"qos.yaml",
).as_posix(),
]
Expand Down Expand Up @@ -356,7 +355,6 @@ def launch_bag_recorder(context: LaunchContext) -> list:
Path(
get_package_share_directory("driving_log_replayer_v2"),
"config",
conf["use_case"],
"qos.yaml",
).as_posix(),
"-e",
Expand Down