Skip to content

Commit b70b2f5

Browse files
author
Taylor Kessler Faulkner
committed
Publish CameraInfo as RELIABLE, which is what MoveIt Octomap expects
1 parent 2c85c12 commit b70b2f5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

nano_bridge/nano_bridge/receiver_compressed_image.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@ def __init__(self) -> None:
5252
self.__pub_camera_info = self.create_publisher(
5353
msg_type=CameraInfo,
5454
topic=self.__camera_info_pub_topic,
55-
qos_profile=QoSProfile(
56-
depth=1, reliability=ReliabilityPolicy.BEST_EFFORT
57-
),
55+
qos_profile=QoSProfile(depth=1, reliability=ReliabilityPolicy.RELIABLE),
5856
)
5957

6058
# Create the subscriber

0 commit comments

Comments
 (0)