Skip to content

Commit

Permalink
Remove unnecessary qos setting of transition event topic
Browse files Browse the repository at this point in the history
  • Loading branch information
kjjpc committed Jul 22, 2024
1 parent a470a6f commit 1f7f713
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rcl_lifecycle/src/com_interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ rcl_lifecycle_com_interface_publisher_init(

// initialize publisher
rcl_publisher_options_t publisher_options = rcl_publisher_get_default_options();
publisher_options.qos.reliability = RMW_QOS_POLICY_RELIABILITY_RELIABLE;
// transition event topic needs to be latched for the subscription joins later.
publisher_options.qos.durability = RMW_QOS_POLICY_DURABILITY_TRANSIENT_LOCAL;
publisher_options.qos.depth = 1;
Expand Down

0 comments on commit 1f7f713

Please sign in to comment.