Skip to content

Commit

Permalink
Fixed QoS policy on camera_info subscription
Browse files Browse the repository at this point in the history
  • Loading branch information
Quasi Robotics committed Dec 16, 2024
1 parent 5a737ef commit ed89ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depth_image_proc/src/point_cloud_xyzrgb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ void PointCloudXyzrgbNode::connectCb()
sub_rgb_.subscribe(
this, "rgb/image_rect_color",
hints.getTransport(), rmw_qos_profile_sensor_data, sub_opts);
sub_info_.subscribe(this, "rgb/camera_info");
sub_info_.subscribe(this, "rgb/camera_info", rmw_qos_profile_sensor_data);
}
}

Expand Down

0 comments on commit ed89ab2

Please sign in to comment.