Skip to content

Commit

Permalink
add additional topics to rosbag2 qos overrides (#2454)
Browse files Browse the repository at this point in the history
  • Loading branch information
adev4a authored Nov 1, 2024
1 parent b8c34c3 commit 0a5689b
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion carma/config/rosbag2_qos_overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
durability: transient_local
depth: 1

/environment/lanelet_map_bin:
/environment/semantic_map:
history: keep_last
reliability: reliable
durability: transient_local
Expand All @@ -32,6 +32,27 @@
depth: 1

/message/incoming_geofence_control:
history: keep_all
reliability: reliable
durability: transient_local

/guidance/route_event:
history: keep_all
reliability: reliable
durability: transient_local

/system_alert:
history: keep_all
reliability: reliable
durability: transient_local

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

/environment/map_update_debug:
history: keep_last
reliability: reliable
durability: transient_local
Expand Down

0 comments on commit 0a5689b

Please sign in to comment.