Skip to content

Downsampling magic numbers #25

@KacperSynator

Description

@KacperSynator

There are two magic numbers in downsampling section in calibration.cpp.

First one is used as kLeafSize:

float kLeafSize = 0.1;

which from my understanding should be a down_sample:voxel_m config parameter as it is not used anywhere. I created the PR which fixes it: #24

Second one`:

pcl::octree::OctreePointCloud<pcl::PointXYZI> octree{1250 * kLeafSize};

I don't understand what this magic number means. If anybody knows what it means and if this should be the constant or parameter please let me know.

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