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

Demo sequence in Noetic branch throws Segmentation fault - Parking Lot dataset not compatible with current release #24

Open
mikolodz opened this issue Mar 27, 2024 · 0 comments

Comments

@mikolodz
Copy link

I'm facing the following problem in Noetic, trying to load the Parking Lot demo sequence.
GDB's output is:

Thread 1 "file_player" received signal SIGSEGV, Segmentation fault.
__vfscanf_internal (s=0x0, format=0x5d4a0611efc0 "%ld,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf,%lf\n", argptr=argptr@entry=0x7ffd0bac9320, mode_flags=mode_flags@entry=2) at vfscanf-internal.c:345
345     vfscanf-internal.c: No such file or directory.

The error points to the fscanf function call inside the src/ROSThread.cpp file @ line 152.

To be precise, it seems that the gps records are obligatory for the file_player to run and there is no check in the app whether there is the gps.csv file present in the sensor_data dir.

Basically, you cannot use the Parking Lot sequence using the file_player anymore.

Yet, I believe that it should be checked in the code if all the needed files are present. It took me couple of hours to understand what's going on here.

Currently, I'm waiting for the access to the MulRan dataset, as the demo data is no sufficient to test the player.

UPDATE: Yes, it's confirmed. Using the sequence DCC01, I'm able to start the file_player and expose the data using ROS topics. Do not use the Parking Lot sequence!

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