-
Notifications
You must be signed in to change notification settings - Fork 16
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
"--Type <RET> for more, q to quit, c to continue without paging--" appears even after disabling #4
Comments
Hi @djetshu. When you get the error and the algorithm stops, try to type "bt" and enter, then you will see where the error occurs in the code. |
Thanks for replying, I typed ¨bt¨ after the algorithm stops and gets error. The result are the following in code and as a screenshot as well:
|
There are 3 main threads in the code (in callbacks.cpp) and only two (loop_timer and visualization_timer) are working in your case. According to your error, your code failed to initialize the
#define EIGEN_WORLD_VERSION 3
#define EIGEN_MAJOR_VERSION 4
#define EIGEN_MINOR_VERSION 0 |
Hi @djetshu |
First of all, thanks for the great repository. I have the following issue:
roslaunch fast_lio_sam run.launch lidar:=velodyne
How could I disable correctly "--Type for more, q to quit, c to continue without paging--" in order that it does not stop the algorithm?
The algorithms works well where this message appears:
But always after 15 sec approximately the
"--Type <RET> for more, q to quit, c to continue without paging--"
stops only fastlio_sam_node.I have tried to add some extra commands to launch-prefix:
and even removing launch-prefix from this launch line, that results that the output does not appear but in same way stops after 15 secs. Some recommendations to deal with that? It was tested in Jetson Orin AGX and PC with RTX 4080 + 13th Gen Intel® Core™ i9-13900KF, both have Ubuntu 20.04 and ROS Noetic.
The text was updated successfully, but these errors were encountered: