PointIt class object
Definition at line 41 of file pointit.py.
def node_scripts.pointit.PointIt.__init__ |
( |
|
self | ) |
|
def node_scripts.pointit.PointIt.get_closest_bbox |
( |
|
self, |
|
|
|
line_seg, |
|
|
|
bboxes |
|
) |
| |
def node_scripts.pointit.PointIt.get_marker |
( |
|
self, |
|
|
|
line_seg, |
|
|
|
frame_id |
|
) |
| |
def node_scripts.pointit.PointIt.on_objects |
( |
|
self, |
|
|
|
bbox_msg, |
|
|
|
cls_msg = None |
|
) |
| |
bbox_msg (jsk_recognition_msgs/BoundingBoxArray)
cls_msg (jsk_recognition_msgs/ClassificationResult)
Definition at line 114 of file pointit.py.
def node_scripts.pointit.PointIt.on_people |
( |
|
self, |
|
|
|
ppl_msg |
|
) |
| |
ppl_msg (jsk_recognition_msgs/PeoplePoseArray)
refer: https://github.com/CMU-Perceptual-Computing-Lab/openpose/blob/master/doc/output.md
Definition at line 128 of file pointit.py.
def node_scripts.pointit.PointIt.subscribe |
( |
|
self | ) |
|
def node_scripts.pointit.PointIt.unsubscribe |
( |
|
self | ) |
|
node_scripts.pointit.PointIt.max_dist_threshold |
node_scripts.pointit.PointIt.min_dist_threshold |
node_scripts.pointit.PointIt.min_norm_threshold |
node_scripts.pointit.PointIt.objects |
node_scripts.pointit.PointIt.pub_bbox |
node_scripts.pointit.PointIt.pub_marker |
node_scripts.pointit.PointIt.subscribers |
node_scripts.pointit.PointIt.tf_listener |
node_scripts.pointit.PointIt.tfl |
node_scripts.pointit.PointIt.use_arm |
The documentation for this class was generated from the following file: