Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PointCloudCommon::update get segmentation fault in custom plugin #1342

Open
QYChan opened this issue Mar 3, 2025 · 0 comments
Open

PointCloudCommon::update get segmentation fault in custom plugin #1342

QYChan opened this issue Mar 3, 2025 · 0 comments

Comments

@QYChan
Copy link

QYChan commented Mar 3, 2025

Enviorment: ROS2 Humble/ Ubuntu 20.04
I am trying to develop my custom pointcloud visualization plugin with the PointCloudCommon class. The CustomPlugin::update() is as follow:

void CustomPlugin::update(float wall_dt, float ros_dt) {

    point_cloud_common_->update(wall_dt, ros_dt);
}

When calling the PointCloudCommon::update,the program segmentation fault occurs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant