No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.

pcl_object_detection package from ros2_pcl_object_detection repo

pcl_object_detection

Package Summary

Tags No category tags.
Version 0.0.1
License MIT
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/klintan/ros2_pcl_object_detection.git
VCS Type git
VCS Version master
Last Updated 2022-11-29
Dev Status UNMAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Package containing a baseline algorithm and node for 3D bounding box object detection on pointclouds.

Additional Links

No additional links.

Maintainers

  • Andreas Klintberg

Authors

No additional authors.

ROS2 3D bouding box object detection from pointclouds

This is a package for a baseline 3D bounding box detection and tracking using pointcloud data.

It’s based on this package https://github.com/praveen-palanisamy/multiple-object-tracking-lidar

Design and algorithm

  1. Detect from clustering Unsupervised euclidean cluster extraction
  2. Track tracking (object ID & data association) with an ensemble of Kalman Filters
  3. Classify static and dynamic object

Installation

colcon build

Usage

ros2 run pcl_object_detection pcl_object_detection --ros-args --param-file config/config.yaml

Topics

Subscriptions:

  • Name: /filtered_clouds Type: sensor_msgs::msg::PointCloud2

Publishers:

  • Name: viz Type:visualization_msgs::msg::MarkerArray

  • Name: cluster Type: sensor_msgs::msg::PointCloud2

  • Name: obj_id Type: std_msgs::msg::Int32MultiArray

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged pcl_object_detection at Robotics Stack Exchange

No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.