Skip to content

Commit

Permalink
update sensor qos to best effort (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuokamoto authored and web-flow committed Mar 4, 2024
1 parent 8863454 commit 261fd45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/rclUE/Public/rclcUtilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ static const rmw_qos_profile_t rclUE_qos_profile_keep_last = {RMW_QOS_POLICY_HIS
//! profiles provided by rclUE
static const rmw_qos_profile_t rclUE_qos_profile_sensor_data = {RMW_QOS_POLICY_HISTORY_KEEP_LAST,
5,
RMW_QOS_POLICY_RELIABILITY_RELIABLE,
RMW_QOS_POLICY_RELIABILITY_BEST_EFFORT,
RMW_QOS_POLICY_DURABILITY_VOLATILE,
RMW_QOS_DEADLINE_DEFAULT,
RMW_QOS_LIFESPAN_DEFAULT,
Expand Down

0 comments on commit 261fd45

Please sign in to comment.