ethz-asl / panoptic_mapping

A flexible submap-based framework towards spatio-temporally consistent volumetric mapping and scene understanding.
BSD 3-Clause "New" or "Revised" License
275 stars 31 forks source link

[flat_data_player-1] process has died #70

Open xfDing815 opened 1 year ago

xfDing815 commented 1 year ago

hello!When I run the code roslaunch panoptic_mapping_ros run.launch An error occurred: ZO0JC_X}@FDL~SE6M0W9NAT Do you know how to deal with it? Thanks!!

Schmluk commented 11 months ago

Hi @xfDing815

Thank you for your patience! This looks like the player can not find some files of the dataset. Can you also print the errors of the player (by setting output="screen" in the node in the launch file), check that all files re found, and otherwise show the errors?

Hope that helps!

magistri commented 11 months ago

Hi,

I have the same issue. I'd guess that the bag file is not included in flat_dataset.zip that is being downloaded with the script

Schmluk commented 10 months ago

The dataset is organized as images, poses and time stamps file. The flat data player reads these files and publishes them as ROS messages. Can you double check that the data is being extracted from the .zip and the data player reads the correct path?