-
Notifications
You must be signed in to change notification settings - Fork 50
[icp_node-2] process has died [pid 14603, exit code -6 #14
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
Comments
Hi barkindagda, did you build in Debug or Release mode? |
Hi jelavice, I built by using catkin_make_isolated command. |
can you try to run this command (this will build it in release mode), and then recompile (it's a workaround) |
could you prepare a docker file where I could reproduce the error? |
Hi jelavice, Many Thanks. |
Is it solved? |
are you simply running |
hi @nubertj , I have also faced this issue. i am running in ROS Noetic Docker container with CARLA simulator. Map was created using FASTLIO-SAM and the pcd saved was provided to icp_localization. |
I have the same problem , localizer_node: /usr/include/eigen3/Eigen/src/Core/DenseCoeffsBase.h:117: Eigen::DenseCoeffsBase<Derived, 0>::CoeffReturnType Eigen::DenseCoeffsBase<Derived, 0>::operator()(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Matrix<float, -1, -1>; Eigen::DenseCoeffsBase<Derived, 0>::CoeffReturnType = const float&; Eigen::Index = long int]: Assertion `row >= 0 && row < rows() && col >= 0 && col < cols()' failed. After debug ,the error from this code in the RangeDataAccumulator.cpp : |
@zwk0901 were you able to resolve? |
Sorry, I still haven't been able to solve this problem. |
Is the problem solved? I try to use it but I get the same error |
Hi,
Anyone know how to solve this error ?
localizer_node: /usr/include/eigen3/Eigen/src/Core/DenseCoeffsBase.h:118: Eigen::DenseCoeffsBase<Derived, 0>::CoeffReturnType Eigen::DenseCoeffsBase<Derived, 0>::operator()(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Matrix<float, -1, -1>; Eigen::DenseCoeffsBase<Derived, 0>::CoeffReturnType = const float&; Eigen::Index = long int]: Assertion `row >= 0 && row < rows() && col >= 0 && col < cols()' failed.
No handlers could be found for logger "roslaunch"
[icp_node-2] process has died [pid 14603, exit code -6
Thank you.
The text was updated successfully, but these errors were encountered: