Skip to content

Bounding box clipping for segmentation should be specified in a robot frame #11

@Kukanani

Description

@Kukanani

Currently, segmentation.cpp in hlpr_segmentation can clip the input point cloud to a bounding box with a specified size. However, this bounding box is specified in the camera reference frame, which can result in unintuitive behavior if the camera is not aligned with the robot base frame.

The clipping parameters should be specified in the robot's torso frame, neck frame, or arm frame. To perform clipping, we'll have to transform points into that frame using a passthrough filter (http://pointclouds.org/documentation/tutorials/passthrough.php#passthrough).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions