jsk_perception

Summary

jsk_perception
Version:

0.3.15

Description:

jsk_perception

Maintainers:
  • Kei Okada <k-okada AT jsk DOT t DOT u-tokyo DOT ac DOT jp>
  • Ryohei Ueda <ueda AT jsk DOT t DOT u-tokyo DOT ac DOT jp>
Licenses:
  • BSD
Urls:
Authors:
  • Manabu Saito
  • Ryohei Ueda <ueda AT jsk DOT t DOT u-tokyo DOT ac DOT jp>
BuildDepends:
BuildtoolDepends:
 
BuildExportDepends:
 
ExecDepends:
TestDepends:
Exports:
  • <nodelet plugin=”${prefix}/jsk_perception_nodelets.xml”/>

Types

Service types

jsk_perception/SetTemplate
Field (Request):
 
string type
sensor_msgs/Image image
# dimensions of the texture in the real world (in meters)
float32 dimx
float32 dimy
geometry_msgs/Pose relativepose # used to set the coordinate system of the object relative to the texture
string savefilename # if not empty, will save the resulting pp file to here
---
jsk_perception/EuclideanSegment
Field (Request):
 
Field (Response):
 
sensor_msgs/PointCloud2 input
float32 tolerance
---
sensor_msgs/PointCloud2[] output
jsk_perception/WhiteBalancePoints
Field (Request):
 
Field (Response):
 
float32[3] reference_color
sensor_msgs/PointCloud2 input
---
sensor_msgs/PointCloud2 output
jsk_perception/NonMaximumSuppression
Field (Request):
 
Field (Response):
 
jsk_recognition_msgs/Rect[] rect
float32 threshold
---
jsk_recognition_msgs/Rect[] bbox
int64 bbox_count
jsk_perception/WhiteBalance
Field (Request):
 
Field (Response):
 
float32[3] reference_color
sensor_msgs/Image input
---
sensor_msgs/Image output