Skip to content

Commit 88867f2

Browse files
committed
Fix merging
1 parent 9aef1f9 commit 88867f2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

PiSideCode/init.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,6 @@
190190

191191
# Publish camera number, timestamp, poses, tags, ambiguity and increase the update number
192192
# logger.info(f"Poses at {imageTime}: {poses}")
193-
for idx, img in enumerate(images):
194-
if img is not None:
195-
walleyeData.robotPublisher.increaseImageNum(idx)
196193

197194
for i in range(len(poses)):
198195
if poses[i].X() < 2000:

0 commit comments

Comments
 (0)