This package detects the upper bodies of persons using the depth image.
Parameters:
load_params_from_filedefault = true:falsetries to read parameters from datacentre,truereads parameters from YAML file specified byconfig_fileconfig_filedefault = $(find upper_body_detector)/config/upper_body_detector.yaml: The config file containing all the essential parameters. Only used ifload_params_from_file == true.template_filedefault = $(find upper_body_detector)/config/upper_body_template.yaml: The upper body template file. Read from the database ifload_params_from_file == true.machinedefault = localhost: Determines on which machine this node should run.userdefault = "": The user used for the ssh connection if machine is not localhost.queue_sizedefault = 20: The synchronisation queue sizeconfig_filedefault = "": The global config file. Can be found in strands_upper_bodydetector/configtemplate_filedefault = "": The template file. Can be found in config.camera_namespacedefault = /head_xtion: The camera namespace.depth_imagedefault = /depth/image_rect:camera_namespace+depth_image= depth image topicrgb_imagedefault = /rgb/image_rect_color:camera_namespace+rgb_image= rgb image topiccamera_info_depthdefault = /depth/camera_info:camera_namespace+camera_info_depth= depth camera info topicground_planedefault = /ground_plane: The estimated/fixed ground planeupper_body_detectionsdefault = /upper_body_detector/detections: The deteced upper bodiesupper_body_bb_centresdefault = /upper_body_detector/bounding_box_centres: Publishing a pose array of the centres of the bounding boxesupper_body_imagedefault = /upper_body_detector/image: The resulting image showing the detections as a boundingbox- `upper_body_markers default = /upper_body_detector/marker_array_: A visualisation array for rviz
rosrun:
rosrun upper_body_detector upper_body_detector [_parameter_name:=value]
roslaunch:
roslaunch upper_body_detector upper_body_detector.launch [parameter_name:=value]