Skip to content

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

Notifications You must be signed in to change notification settings

telemc97/yolo_pointcloud

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published