Skip to content

Commit

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

Change Actions default durability QoS to VOLATILE
  • Loading branch information
alsora authored and apojomovsky committed Aug 12, 2024
1 parent b99fc8e commit dd04d10
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 dd04d10

Please sign in to comment.