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

Error when calling rosservice to save to file #73

Open
anja-sheppard opened this issue Nov 21, 2024 · 1 comment
Open

Error when calling rosservice to save to file #73

anja-sheppard opened this issue Nov 21, 2024 · 1 comment

Comments

@anja-sheppard
Copy link

Hi, I'm using voxfield panmap but it's built off of panoptic_mapping so I figured the issue would go best here.

I'm running the standard semantic KITTI example, but upon trying to call the rosservice to save to a .panmap file, I get the following error:

$ rosservice call /panoptic_mapper/save_map "file_path: '/catkin_ws/src/voxfield-panmap/panoptic_mapping_ros/datasets/kitti/saved.panmap'"
ERROR: service [/panoptic_mapper/save_map] responded with an error: b'_Map_base::at'

Calling the service to save to a mesh works just fine however. Any help is greatly appreciated!

@Schmluk
Copy link
Contributor

Schmluk commented Nov 22, 2024

hi @anja-sheppard

Thanks for reaching out! Unfortunately I don't know what voxfield changed in detail to be sure to be able to assist you. Can you provide a complete stack trace?
(Make sure you compile with debug symbols -DCMAKE_BUILD_TYPE=RelWithDebInfo and have google::InstallFailureSignalHandler(); in your executable)

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

2 participants