-
Notifications
You must be signed in to change notification settings - Fork 804
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
Export 3D point cloud without GUI via command line #918
Comments
Check
|
Thank you for the reply. The Thanks! |
Hello, just writing to follow-up on this. Is it possible to set |
Use |
That worked, thank you. |
Hi @matlabbe, Is it possible to use a (.ini) config file with I'm encountering an issue where exporting a textured (.obj) mesh via |
The GUI dialog and |
Thanks @matlabbe, that explains the discrepancies between the GUI and CLI. Running GUI log
CLI log
The GUI and CLI input/output files are attached: |
Thanks for testing the files.
No, |
Your CLI output looks good, so it seems the issue might be with my installation or system specifications. I tried RTAB-Map on the following two computers:
Could you share the specifications of the system you are using and the version of RTAB-Map you have installed? |
So it is crashing silently... there could be an issue with PCL 1.14 on Windows (it is crashing inside a PCL function used to write OBJ). The machine specs should not matter. I tested on ubuntu 20.04. Can you try version 0.21.0? It was built with PCL 1.13. |
Thanks for your suggestion. I tried both RTABMap-0.21.0-win64-cuda11.7.exe and RTABMap-0.21.0-win64.exe, but unfortunately, exporting the 3D model does not work from either the CLI or the GUI. The face data is still not being fully written, resulting in the same incomplete output as before. |
I reproduced your issue on Windows with these two versions. However, the 0.21.0 with old dependencies work: https://github.com/introlab/rtabmap/releases/download/0.21.0/RTABMap-0.21.0-win64-old_deps.zip, you may use this one till the bug is fixed (next release). I'll open a new issue: #1296 |
Thank you very much! I tried the suggested file, and the mesh export is working fine for both the CLI and GUI. |
Hello,
I am looking for a way to export 3D point cloud without using RTAB-map GUI. I know that the standard way of exporting is by clicking through: File -> Export 3D clouds -> Save. However, in my use-case I cannot use the GUI and I am looking for a method that can be executed through the command line along with the parameters for exporting point cloud. Is there such a method or service?
Also, I know that the alternative option is to save point cloud via ROS topic
rosrun pcl_ros pointcloud_to_pcd input:=/rtabmap/cloud_map
but I'd like to avoid that if possible since it does not allow exporting 3D cloud using custom parameters.Thanks!
The text was updated successfully, but these errors were encountered: