Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[humble-devel] Add tracker_with_cloud_node #53

Merged
merged 17 commits into from
Jan 24, 2024

Conversation

Alpaca-zip
Copy link
Owner

@Alpaca-zip Alpaca-zip commented Jan 21, 2024

PR Type

  • Feature
  • Bug fix
  • Refactor
  • Documentation
  • Other

Overview

Usage

tracker_node & tracker_with_cloud_node

$ ros2 launch ultralytics_ros tracker_with_cloud.launch.xml debug:=true

tracker_with_cloud_node

Params

  • camera_info_topic: Topic name for camera info.
  • lidar_topic: Topic name for lidar.
  • yolo_result_topic: Topic name of the custom message containing the 2D bounding box and the mask image.
  • yolo_3d_result_topic: Topic name for 3D bounding box.
  • cluster_tolerance: Spatial cluster tolerance as a measure in the L2 Euclidean space.
  • voxel_leaf_size: Voxel size for pointcloud downsampling.
  • min_cluster_size: Minimum number of points that a cluster needs to contain.
  • max_cluster_size: Maximum number of points that a cluster needs to contain.

Topics

  • Subscribed Topics:
    • Camera info from camera_info_topic parameter. (sensor_msgs/CameraInfo)
    • Lidar data from lidar_topic parameter. (sensor_msgs/PointCloud2)
    • Detected objects(2D bounding box, mask image) from yolo_result_topic parameter. (ultralytics_ros/YoloResult)
      std_msgs/Header header
      vision_msgs/Detection2DArray detections
      sensor_msgs/Image[] masks
      
  • Published Topics:

Test

  • I have tested this change with KITTI data set.
  • All GitHub Actions passed.

@Alpaca-zip Alpaca-zip added the enhancement New feature or request label Jan 21, 2024
@Alpaca-zip Alpaca-zip self-assigned this Jan 21, 2024
@Alpaca-zip Alpaca-zip marked this pull request as ready for review January 24, 2024 16:00
@Alpaca-zip Alpaca-zip merged commit dfaec6c into humble-devel Jan 24, 2024
7 checks passed
@Alpaca-zip Alpaca-zip deleted the feature/tracker_with_cloud branch January 24, 2024 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant