Skip to content

Commit

Permalink
Merge pull request irobot-ros#31 from mauropasse/mauro/irobot-humble-…
Browse files Browse the repository at this point in the history
…change-default-action-qos

Change Actions default durability QoS to VOLATILE
  • Loading branch information
alsora authored and apojomovsky committed Jun 26, 2024
1 parent feedf8e commit cc1c785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcl_action/include/rcl_action/default_qos.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ static const rmw_qos_profile_t rcl_action_qos_profile_status_default =
RMW_QOS_POLICY_HISTORY_KEEP_LAST,
1,
RMW_QOS_POLICY_RELIABILITY_RELIABLE,
RMW_QOS_POLICY_DURABILITY_TRANSIENT_LOCAL,
RMW_QOS_POLICY_DURABILITY_VOLATILE,
RMW_QOS_DEADLINE_DEFAULT,
RMW_QOS_LIFESPAN_DEFAULT,
RMW_QOS_POLICY_LIVELINESS_SYSTEM_DEFAULT,
Expand Down

0 comments on commit cc1c785

Please sign in to comment.