Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeferguson committed Jan 17, 2024
1 parent 8a85eaf commit 5c50057
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions depth_image_proc/src/point_cloud_xyzrgb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@ PointCloudXyzrgbNode::PointCloudXyzrgbNode(const rclcpp::NodeOptions & options)
rclcpp::SubscriptionOptions sub_opts;
// Update the subscription options to allow reconfigurable qos settings.
sub_opts.qos_overriding_options = rclcpp::QosOverridingOptions {
{
// Here all policies that are desired to be reconfigurable are listed.
rclcpp::QosPolicyKind::Depth,
rclcpp::QosPolicyKind::Durability,
rclcpp::QosPolicyKind::History,
rclcpp::QosPolicyKind::Reliability,
}};
{
// Here all policies that are desired to be reconfigurable are listed.
rclcpp::QosPolicyKind::Depth,
rclcpp::QosPolicyKind::Durability,
rclcpp::QosPolicyKind::History,
rclcpp::QosPolicyKind::Reliability,
}};

// depth image can use different transport.(e.g. compressedDepth)
sub_depth_.subscribe(
Expand Down

0 comments on commit 5c50057

Please sign in to comment.