File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 172172 elif walleyeData .currentState == States .PROCESSING :
173173 # Set tag size, grab camera frames, and grab image timestamp
174174 poseEstimator .setTagSize (walleyeData .tagSize )
175+ imageTime = walleyeData .robotPublisher .getTime ()
175176 connections , images = walleyeData .cameras .getFramesForProcessing ()
176-
177+
177178 for idx , val in enumerate (connections .values ()):
178179 if not val and walleyeData .robotPublisher .getConnectionValue (idx ):
179180 logger .info ("Camera disconnected" )
180181 walleyeData .robotPublisher .setConnectionValue (idx , val )
181182
182- imageTime = walleyeData .robotPublisher .getTime ()
183-
184183 # Use the poseEstimator class to find the pose, tags, and ambiguity
185184 poses , tags , ambig = poseEstimator .getPose (
186185 images .values (),
You can’t perform that action at this time.
0 commit comments