PointCloudLibrary / PointCloudLibrary/pcl

our-cvfh pcl segmentation fault

Open
#1,491 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

status: stale
Dominant language
C++
Stars
11.1k
Forks
4.7k
Avg merge
4d 10h
Merged PRs (30d)
6

Description

Hi,

I am using the PCL with ROS and I am trying to compute the OUR-CVFH descriptors on a clustered cloud. But every time I get the following error:

 /usr/include/eigen3/Eigen/src/Core/DenseCoeffsBase.h:378: Eigen::DenseCoeffsBase<Derived, 1>::Scalar& Eigen::DenseCoeffsBase<Derived, 1>::operator[](Eigen::DenseCoeffsBase<Derived, 1>::Index) [with Derived = Eigen::Matrix<float, -1, 1>; Eigen::DenseCoeffsBase<Derived, 1>::Scalar = float; Eigen::DenseCoeffsBase<Derived, 1>::Index = long int]: Assertion `index >= 0 && index < size()' failed.

Reading online I think that this bus was fixed. Do I have to update my PCL in ROS?

Thank you.
Marco

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the reported Eigen assertion in Eigen/src/Core/DenseCoeffsBase.h and the OUR-CVFH computation on the clustered cloud. Reproduce the failure with the PCL and ROS versions in use, then compare against the claimed fix. Done means identifying the failing input or version-specific cause and confirming the correction with a reproducible test.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
computer-vision
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.