Skip to content

Commit

Permalink
fix(topic_state_monitor): change qos setting
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit 35a8523
Author: TetsuKawa <[email protected]>
Date:   Wed Dec 27 20:16:15 2023 +0900

    feat: change qos setting in topic state monitor

Signed-off-by: Makoto Kurihara <[email protected]>
  • Loading branch information
mkuri committed Jan 17, 2024
1 parent 56127fc commit 0d5be4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ TopicStateMonitorNode::TopicStateMonitorNode(const rclcpp::NodeOptions & node_op
topic_state_monitor_->setParam(param_);

// Subscriber
rclcpp::QoS qos = rclcpp::QoS{1};
rclcpp::QoS qos = rclcpp::QoS{50};
if (node_param_.transient_local) {
qos.transient_local();
}
Expand Down

0 comments on commit 0d5be4b

Please sign in to comment.