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
a3cca462
Commit
a3cca462
authored
2 years ago
by
Rainer Kartmann
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into skills
parents
44821315
c08928a4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!27
Add support for skills framework
Changes
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 @
a3cca462
...
...
@@ -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