Skip to content

Commit

Permalink
[shapeDescriptor]: mark raw image as optional in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni Saponaro committed Sep 29, 2016
1 parent 8358d26 commit 6801bac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/shapeDescriptor/shapeDescriptor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
<input>
<type>Image</type>
<port carrier="udp">/shapeDescriptor/rawImg:i</port>
<required>yes</required>
<required>no</required>
<priority>no</priority>
<description>Port receiving incoming colour images from robot camera or recording.</description>
<description>Port receiving optional incoming colour images from robot camera or recording.</description>
</input>

<input>
Expand All @@ -84,7 +84,7 @@
<output>
<type>Image</type>
<port carrier="udp">/shapeDescriptor/annotatedImg:o</port>
<description>Port with overlay visual representation of blobs and their descriptors.</description>
<description>Port with overlay visual representation of blobs and their descriptors. Requires incoming colour image.</description>
</output>

<output>
Expand Down

0 comments on commit 6801bac

Please sign in to comment.