Error while detecting markers using ar_track_alvar [closed]

asked 2015-02-24 09:22:30 -0500

MSYazeed gravatar image

Hello guys,

I'm still new to ros. and at the moment I'm using ar_track_alvar to detect markers. so far I was able to detect them and show them on Rviz but it only flashes the location of the markers then it gives me this error :

/usr/include/eigen3/Eigen/src/Core/DenseStorage.h:69: Eigen::internal::plain_array<T, Size, MatrixOrArrayOptions, 16>::plain_array() [with T = float, int Size = 4, int MatrixOrArrayOptions = 0]: Assertion `(reinterpret_cast<size_t>(array) & 0xf) == 0 && "this assertion is explained here: " "http://eigen.tuxfamily.org/dox-devel/TopicUnalignedArrayAssert.html" " **** READ THIS WEB PAGE !!! ****"' failed. Aborted (core dumped)

Any idea what would be causing this ?

I'm simply running:

roscore

roslaunch openni_launch openni.launch

rosrun ar_track_alvar individualMarkers 4.4 0.08 0.2 /camera/depth_registered/points /camera/rgb/camera_info /camera_rgb_optical_frame   

rosrun rviz rviz

Thank you for your help!

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2018-01-11 20:07:52.774927

Comments

This eigen error seems to have happened with other packages. To reproduce, it'd be great if you @MSYazeed provide .bag file (then report at https://github.com/sniekum/ar_track_a... ). Thanks!

130s gravatar image 130s  ( 2016-07-20 02:49:30 -0500 )edit