ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

MSYazeed's profile - activity

2022-11-04 04:47:32 -0500 received badge  Famous Question (source)
2016-03-09 12:13:10 -0500 received badge  Famous Question (source)
2015-07-13 15:26:00 -0500 received badge  Notable Question (source)
2015-06-10 09:32:25 -0500 received badge  Famous Question (source)
2015-05-15 13:13:23 -0500 received badge  Notable Question (source)
2015-04-08 05:43:04 -0500 received badge  Notable Question (source)
2015-04-02 17:24:42 -0500 received badge  Famous Question (source)
2015-03-23 12:33:41 -0500 received badge  Popular Question (source)
2015-03-18 05:45:21 -0500 received badge  Popular Question (source)
2015-03-13 17:33:22 -0500 received badge  Popular Question (source)
2015-03-09 07:10:12 -0500 asked a question ar_kinect marker coordinates

Hi guys,

I'm using ar_kinect for marker detection on ros hydro, as far it works perfectly and can visualize it on Rviz. But How would I get the coordinates (x,y,z) of the marker and the distant between the marker and the camera

Thanks for your help

2015-03-05 07:37:48 -0500 asked a question ar_track_alvar source files location

Hi Guys,

I'm new to ros and this packages system. I'm trying to edit the cpp files for ar_track_alvar package, yet I can't find where are they, I can only see the header files but not the cpp files

Thanks for your help

2015-03-04 10:34:35 -0500 received badge  Notable Question (source)
2015-03-02 08:43:13 -0500 commented answer How to use ar_track_alvar for detecting markers using Kinect ?

Thank you so much for your help

2015-03-02 07:43:26 -0500 commented answer How to use ar_track_alvar for detecting markers using Kinect ?

/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://e

2015-03-02 07:43:06 -0500 commented answer How to use ar_track_alvar for detecting markers using Kinect ?

Thank you so much its working now and can detect the the marker, but some how it shows the marker on Rivz for a second then it gives me the following error

2015-03-02 07:39:58 -0500 received badge  Scholar (source)
2015-02-24 09:22:30 -0500 asked a question Error while detecting markers using ar_track_alvar

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!

2015-02-24 05:14:12 -0500 received badge  Supporter (source)
2015-02-24 05:14:03 -0500 received badge  Popular Question (source)
2015-02-24 05:13:50 -0500 commented answer How to use ar_track_alvar for detecting markers using Kinect ?

This is the full error: [ERROR] [1424775599.179064296]: Client [/marker_detect] wants topic /camera/rgb/image_color to have datatype/md5sum [sensor_msgs/PointCloud2/1158d486dd51d683ce2f1be655c3c181], but our version has [sensor_msgs/Image/060021388200f6f0f447d0fcd9c64743]. Dropping connection.

2015-02-24 05:13:28 -0500 commented answer How to use ar_track_alvar for detecting markers using Kinect ?

I also should note that I ran roscore first then openni_launch then the ar_track_alvar and rviz. it gives me weird error saying '[1424775599.179064296]: Client [/marker_detect] wants topic /camera/rgb/image_color to have datatype/md5sum [~], but our version has [~]. Dropping connection.

2015-02-24 04:38:47 -0500 commented answer How to use ar_track_alvar for detecting markers using Kinect ?

currently I'm using /camera/rgb/image_color for Camera image topic to make the camera receive the coloured image . and for the output frame I'm using camera_link(not sure its right). but I can't see any output yet and I can't manage to show it on rviz. What am I doing wrong here ?

2015-02-16 09:44:19 -0500 asked a question How to use ar_track_alvar for detecting markers using Kinect ?

Hello guys,

I'm new to ros and want to use it for markers detection. I don't know how to use ar_track_alvar (individualMarkers) in the proper way to make it work using Kinect camera. I'm also confused about the parameters (Camera image topic, Camera topic info, output frame) what should be used there ?

And finally should I run rviz to before using ar_track_alvar package ?

Thank you for your help!