Skip to content

Commit

Permalink
Clarify keep_last vs keep_all setting for history
Browse files Browse the repository at this point in the history
Signed-off-by: Loy van Beek <loy.vanbeek@mojin-robotics.de>
  • Loading branch information
LoyVanBeek committed Nov 23, 2021
1 parent c078d34 commit ec44770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ topics:
type: std_msgs/msg/String
queue_size: 1
qos:
history: keep_last # OR keep_last, then you can omit `depth` below
history: keep_last # OR keep_all, then you can omit `depth` parameter below
depth: 10 # Only required when history == keep_last
reliability: reliable # OR best_effort
durability: transient_local # OR volatile
Expand Down

0 comments on commit ec44770

Please sign in to comment.