We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac48b86 commit 5712e67Copy full SHA for 5712e67
1 file changed
scripts/publisher.py
@@ -75,7 +75,7 @@ def pointCloud2ToString(msg: PointCloud2):
75
76
try:
77
while reader.has_next():
78
- (topic, data, t) = reader.read_next()
+ (topic, data, t, _) = reader.read_next_ext()
79
msg_type = get_message(type_map[topic])
80
msg = deserialize_message(data, msg_type)
81
pub.publish(pointCloud2ToString(msg))
0 commit comments