Skip to content

Commit

Permalink
Small fixes in message comments (ros-perception#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
mintar authored and Adam Allevato committed Jun 9, 2017
1 parent 8891e1c commit 924837e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions msg/Classification2D.msg
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Header header

# A list of class probabilities. This list need not provide a probability for
# every possible class, just ones that are nonzero, or above some user-defined
# threshold.
ObjectHypothesis[] results

# The 2D data that generated these results (i.e. region proposal cropped out of
Expand Down
6 changes: 3 additions & 3 deletions msg/ObjectHypothesisWithPose.msg
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ int64 id
# this value should lie in the range [0-1].
float64 score

# the 6D pose of the object hypothesis. This pose should be
# defined as the pose of some fixed reference point on the object, such as the
# geometric center of the bounding box or the center of mass of the object.
# The 6D pose of the object hypothesis. This pose should be
# defined as the pose of some fixed reference point on the object, such as the
# geometric center of the bounding box or the center of mass of the object.
# Note that this pose is not stamped; frame information can be defined by parent
# messages.
# Also note that different classes predicted
Expand Down
3 changes: 1 addition & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
<version>1.0.0</version>
<description>
Messages for interfacing with various computer vision pipelines, such as
object
detectors.
object detectors.
</description>

<maintainer email="adam.d.allevato@gmail.com">Adam Allevato</maintainer>
Expand Down

0 comments on commit 924837e

Please sign in to comment.