Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1003 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 1003 Bytes

YOLO Pointcloud

A ROS wrapper for ultralytics package that produces a Point Cloud based on the detections.

YOLO Pointcloud

Subscribing Topics

  • /stereo/left/image_raw
  • /stereo/left/camera_info
  • /stereo/right/image_raw
  • /stereo/left/camera_info

Publishing Topics

  • /PointCloud
  • /detector/detected_objects
  • /detector/detection_image
  • /detector_debug

Parameters

  • ~weigths
    Path to the network's weights.
  • ~matching_distance_coefficient
    Distance coefficient of two points, in image pairs, to match them.
  • ~device
    Device that load the network and handles the detection.
  • ~camera0_topic
  • ~camera0_info_topic
  • ~camera1_topic
  • ~camera1_info_topic