Skip to content

Commit

Permalink
Change ROSBag 2 order of launch (#2482)
Browse files Browse the repository at this point in the history
* latest

* Remove unnecessary

* Remove logs

* Remove more
  • Loading branch information
MishkaMN authored Jan 22, 2025
1 parent 86e5732 commit bb6ab96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
8 changes: 1 addition & 7 deletions carma/config/rosbag2_qos_overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,21 @@
history: keep_last
reliability: reliable
durability: transient_local
depth: 1

/environment/semantic_map:
history: keep_last
reliability: reliable
durability: transient_local
depth: 1

/localization/map_param_loader/georeference:
history: keep_last
reliability: reliable
durability: transient_local
depth: 1

/localization/points_map:
history: keep_last
reliability: reliable
durability: transient_local
depth: 1

/message/incoming_geofence_control:
history: keep_all
Expand All @@ -50,10 +46,8 @@
history: keep_last
reliability: reliable
durability: transient_local
depth: 1

/environment/map_update_debug:
history: keep_last
reliability: reliable
durability: transient_local
depth: 1
durability: transient_local
6 changes: 3 additions & 3 deletions carma/launch/carma_src.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,14 +352,14 @@ def generate_launch_description():
declare_arealist_path,
declare_vector_map_file,
declare_is_ros2_tracing_enabled,
ros2_rosbag_launch,
OpaqueFunction(function=create_ros2_tracing_action),
drivers_group,
transform_group,
environment_group,
localization_group,
v2x_group,
guidance_group,
ros2_rosbag_launch,
ui_group,
system_controller,
OpaqueFunction(function=create_ros2_tracing_action)
system_controller
])

0 comments on commit bb6ab96

Please sign in to comment.