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

[bruce/slam/feature_extraction-4] process has died [pid 28571, exit code -11, cmd #15

Open
WLXM0922 opened this issue Apr 12, 2024 · 7 comments

Comments

@WLXM0922
Copy link

Dear author, thank you very much for your work. But when I run roslaunch bruce_slam slam.launch and rosbag play sample_data.bag, I get an error: [bruce/slam/feature_extraction-4] process has died [pid 28571, exit code -11, cmd, Does anyone know why? I would appreciate it if you could answer it.

@jake3991
Copy link
Owner

Can you post the actual error message?

@WLXM0922
Copy link
Author

Can you post the actual error message?
of course, thank you very much for your reply. I get an error: [bruce/slam/feature_extraction-4] process has died [pid 62138, exit code -11, cmd /home/xlx/aa_ws/src/sonar-SLAM/bruce_slam/scripts/feature_extraction_node.py __name:=feature_extraction __log:=/home/xlx/.ros/log/eb3db3fe-f8c7-11ee-860f-bdcce353b5e6/bruce-slam-feature_extraction-4.log].
log file: /home/xlx/.ros/log/eb3db3fe-f8c7-11ee-860f-bdcce353b5e6/bruce-slam-feature_extraction-4*.log. The full contents of this log file are as follows: [rospy.client][INFO] 2024-04-12 20:26:43,424: init_node, name[/bruce/slam/feature_extraction], pid[62138]
[xmlrpc][INFO] 2024-04-12 20:26:43,424: XML-RPC server binding to 0.0.0.0:0
[xmlrpc][INFO] 2024-04-12 20:26:43,424: Started XML-RPC server [http://wl:43187/]
[rospy.init][INFO] 2024-04-12 20:26:43,424: ROS Slave URI: [http://wl:43187/]
[rospy.impl.masterslave][INFO] 2024-04-12 20:26:43,424: _ready: http://wl:43187/
[rospy.registration][INFO] 2024-04-12 20:26:43,425: Registering with master node http://localhost:11311
[xmlrpc][INFO] 2024-04-12 20:26:43,425: xml rpc node: starting XML-RPC server
[rospy.init][INFO] 2024-04-12 20:26:43,525: registered with master
[rospy.rosout][INFO] 2024-04-12 20:26:43,525: initializing /rosout core topic
[rospy.rosout][INFO] 2024-04-12 20:26:43,527: connected to core topic /rosout
[rospy.simtime][INFO] 2024-04-12 20:26:43,527: /use_sim_time is not set, will not subscribe to simulated time [/clock] topic
[rosout][INFO] 2024-04-12 20:26:43,534: Start online sonar feature extraction...
[rospy.internal][INFO] 2024-04-12 20:26:43,711: topic[/bruce/slam/feature_extraction/feature] adding connection to [/rviz], count 0
[rospy.internal][INFO] 2024-04-12 20:26:43,726: topic[/bruce/slam/feature_extraction/feature] adding connection to [/bruce/slam/slam], count 1
[rospy.internal][INFO] 2024-04-12 20:26:43,811: topic[/rosout] adding connection to [/rosout], count 0
[rospy.internal][INFO] 2024-04-12 20:26:43,812: topic[/bruce/slam/feature_extraction/feature_img] adding connection to [/rviz], count 0
[rospy.internal][INFO] 2024-04-12 20:27:04,158: topic[/sonar_oculus_node/ping] adding connection to [http://wl:37401/], count 0 Thank you very much for telling me what caused this.

@jake3991
Copy link
Owner

I don't see any actual error messages there, is this the terminal you are running the bag in or the slam system?

@WLXM0922
Copy link
Author

I don't see any actual error messages there, is this the terminal you are running the bag in or the slam system?

When I run roslaunch bruce_slam.launch, rviz starts normally, and this terminal does not report an error. However, when I opened a new terminal to run osbag play sample_data.bag, the terminal running roslaunch bruce_slam.launch reported the above error.

@WLXM0922
Copy link
Author

I don't see any actual error messages there, is this the terminal you are running the bag in or the slam system?

I don't know if it's because of pcl.cpp and cfar.cpp in the directory of 'bruce_slam/src/bruce_slam/cpp/'. If these two files don't successfully create python interfaces through pybind11, will the above problems occur? I look forward to your reply very much and thank you very much.

@WLXM0922
Copy link
Author

I don't see any actual error messages there, is this the terminal you are running the bag in or the slam system?

Dear author, when I was debugging code in vscode, I ran slam.launch and the data set of a single robot. However, when feature extraction is carried out in the whole slam process, the feature_extraction.py file will crash in line 242nd code points = PCL. Downsample (points, self. resolution). What is the reason? I built it completely according to your project. Is it the pcl library version?

@yangyouze
Copy link

hello,have you solve this problem? I meet the same problem,but i dont know how to solve it

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

3 participants