Skip to content

Commit 3b6f1b1

Browse files
committed
(fix) drop latched subscriber settings
1 parent dc0b41f commit 3b6f1b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hydra_ros/src/input/ros_sensors.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ std::optional<sensor_msgs::msg::CameraInfo> getCameraInfo(const RosCamera::Confi
7878
<< " to initialize sensor model";
7979

8080
const auto start = nh.now();
81-
const auto qos = rclcpp::QoS(1).transient_local();
81+
const auto qos = rclcpp::QoS(1);
8282
const size_t timeout = std::floor(c.warning_timeout_s * 1000);
8383

8484
std::optional<sensor_msgs::msg::CameraInfo> msg;

0 commit comments

Comments
 (0)