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
[ewok_ring_buffer/src/tum_rgbd_ring_buffer_example.cpp: 100](std::vectorEigen::Matrix4f poses;) maybe result in Segmentation fault (core dumped).
We can use
std::vector<Eigen::Matrix4f, Eigen::aligned_allocatorEigen::Matrix4f> poses;
instead of origin code.
The text was updated successfully, but these errors were encountered:
[ewok_ring_buffer/src/tum_rgbd_ring_buffer_example.cpp: 100](std::vectorEigen::Matrix4f poses;) maybe result in Segmentation fault (core dumped).
We can use
std::vector<Eigen::Matrix4f, Eigen::aligned_allocatorEigen::Matrix4f> poses;
instead of origin code.
The text was updated successfully, but these errors were encountered: