Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Python3 ArmarX
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software
ArmarX
Python3 ArmarX
Commits
c08928a4
Commit
c08928a4
authored
2 years ago
by
Christoph Pohl
Committed by
Rainer Kartmann
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix wrong timestamps due to condition being always True
parent
a8d168c6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#7513
failed
2 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
armarx_vision/image_processor.py
+1
-1
1 addition, 1 deletion
armarx_vision/image_processor.py
with
1 addition
and
1 deletion
armarx_vision/image_processor.py
+
1
−
1
View file @
c08928a4
...
...
@@ -80,7 +80,7 @@ class ImageProcessor(ImageProcessorInterface, ABC):
while
is_alive
():
with
self
.
cv
:
self
.
cv
.
wait_for
(
lambda
:
self
.
image_available
)
self
.
image_available
=
False
input_images
,
info
=
self
.
_get_images_and_info
()
if
hasattr
(
self
,
"
process_image
"
)
and
callable
(
self
.
process_image
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment