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.

dynamic_object_removal package from dynamic_object_removal repo

dynamic_object_removal

Package Summary

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

Repository Summary

Checkout URI https://github.com/davutcanakbas/dynamic_object_removal.git
VCS Type git
VCS Version main
Last Updated 2024-06-27
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

Dynamic object removal from point clouds in ROS2

Additional Links

No additional links.

Maintainers

  • dcakbas

Authors

No additional authors.

Dynamic Object Removal

Dynamic Object Removal is a ROS2 package that removes dynamic objects from a point cloud by using a cropping technique. This node subscribes to a point cloud topic and a detected objects topic, synchronizes the incoming messages, and then performs object removal based on the detected object’s pose and dimensions. The resulting point cloud with removed objects is then published as output.

Table of Contents

Prerequisites

  • ROS2 (Robot Operating System 2)
  • PCL (Point Cloud Library)
  • Eigen (C++ template library for linear algebra)

Installation

After installing autoware (please see source-installation page), execute the following commands:

cd ~/autoware/src/universe/external/
git clone https://github.com/davutcanakbas/dynamic_object_removal.git
cd ~/autoware/
rosdep install -y --from-paths src --ignore-src --rosdistro $ROS_DISTRO
colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release --packages-up-to dynamic-object-removal

Usage

Run the dynamic_object_removal node by executing:

ros2 launch lidar_centerpoint lidar_centerpoint.launch.xml
ros2 launch  dynamic_object_removal dynamic_object_removal_default.launch.xml demo:=true

Make sure to have the required topics for point cloud and detected objects(lidar_centerpoint) available. The node will subscribe to these topics and perform dynamic object removal.

Parameters

The node takes the following parameters:

  • min_point (default offset: [-0.25, -0.25, -0.1, 1.0]): Minimum point for cropping box dimensions.
  • max_point (default offset: [0.25, 0.25, 0.25, 1.0]): Maximum point for cropping box dimensions.

These parameters define the dimensions offset of the cropping box used to remove objects. You can modify these parameters.

ROS2 Topics

  • Subscribed Topics:
    • /input/point_cloud: Input point cloud topic.
    • /objects: Detected objects topic.
  • Published Topics:
    • output_pointcloud: Processed point cloud with removed objects.

Examples

Example_1 gif

  • Mapping example result in cloudcompare (offground), blue point mapping without DOR, red point mapping with DOR. mapping_example
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

  • launch/dynamic_object_removal.launch.xml
      • demo [default: false]
      • input/pointcloud [default: /kitti/point_cloud]
      • input/objects [default: /objects]
      • output/pointcloud [default: /dynamic_object_removal/output]

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged dynamic_object_removal 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.