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

Segmentation fault saving to .obj #1380

Open
MatthijsRN opened this issue Nov 13, 2024 · 1 comment
Open

Segmentation fault saving to .obj #1380

MatthijsRN opened this issue Nov 13, 2024 · 1 comment

Comments

@MatthijsRN
Copy link

Hi folks,
I run rtabmap in vscode with extension dev container and use the noble container. I make the tools/export/main.cpp without errors. However when I run it it gives a segmentation fault in line 1979 (success = pcl::io::saveOBJFile(outputPath, *textureMesh) == 0;)
The issue persists when using different .db files. It can successfully export .ply files.

Do you have any suggestions?

I run with the arguments:
"args": ["--texture", "--texture_size", "4096", "--texture_range", "3", "--poisson_depth", "9", "--max_polygons", "200000", "--color_radius", "0", "--no_clean", "~/Documents/RTAB-Map/cps18_data/office/20241111/rtabmap/241111-115011.db"]
Attached is my devcontainer.json. I run on a Ubuntu 22.04 machine.

devcontainer.json

@MatthijsRN
Copy link
Author

The issue persists on Ubuntu 24 machine. The issue is not there when running the jammy dockerfile

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