You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am getting segmentation faults while trying to run the pipeline on Ubuntu 18.04 (e.g., with the launch file flame_offline_asl.launch from https://github.com/robustrobotics/flame_ros). Some of them are caused by Eigen memory issues and can be temporarily solved by using #define EIGEN_DONT_VECTORIZE and #define EIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT. However, I am now getting another segfault, which seems to occur when dereferencing the shared_ptrfcmp at
Hi, I am getting segmentation faults while trying to run the pipeline on Ubuntu 18.04 (e.g., with the launch file
flame_offline_asl.launch
from https://github.com/robustrobotics/flame_ros). Some of them are caused by Eigen memory issues and can be temporarily solved by using#define EIGEN_DONT_VECTORIZE
and#define EIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT
. However, I am now getting another segfault, which seems to occur when dereferencing theshared_ptr
fcmp
atflame/src/flame/flame.cc
Line 205 in fea7cee
This happens because
Flame::getPoseFrame
can return a null pointer whenever no pose frames with a valid score are found (cf.flame/src/flame/flame.cc
Line 796 in fea7cee
flame/src/flame/utils/keyframe_selector.cc
Line 203 in fea7cee
Is there anything that I'm doing wrong?
Thank you
The text was updated successfully, but these errors were encountered: