Skip to content

Commit 1044b25

Browse files
author
Alexander Gutenkunst
committed
1 parent f5a22be commit 1044b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/usb_camera_driver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ CameraDriver::CameraDriver(const rclcpp::NodeOptions &node_options) : Node("usb_
4242

4343
camera_id = this->declare_parameter("camera_id", 0);
4444

45-
rmw_qos_profile_t custom_qos_profile = rmw_qos_profile_sensor_data;
45+
rmw_qos_profile_t custom_qos_profile = rmw_qos_profile_default;
4646
camera_info_pub_ = image_transport::create_camera_publisher(this, "image", custom_qos_profile);
4747

4848
cinfo_manager_ = std::make_shared<camera_info_manager::CameraInfoManager>(this);

0 commit comments

Comments
 (0)