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

Vero's profile - activity

2015-04-04 14:25:08 -0500 received badge  Famous Question (source)
2015-04-04 14:25:08 -0500 received badge  Notable Question (source)
2014-10-01 21:36:38 -0500 received badge  Famous Question (source)
2014-06-24 08:35:56 -0500 received badge  Notable Question (source)
2014-06-24 08:32:00 -0500 received badge  Popular Question (source)
2014-04-24 08:26:49 -0500 received badge  Popular Question (source)
2014-04-12 02:45:33 -0500 received badge  Enthusiast
2014-04-11 02:43:06 -0500 asked a question using pcl1.7 with ROS fuerte - problem with toROSMsg function

Hi all,

I'm trying to visualize a PointCloud with pcl library in ROS fuerte (ubuntu 12.04). I'm including the pcl 1.7 library and the pcl_ros library.

I need to convert the point cloud from pcl::PointCloud<pcl::pointxyzrgb> to sensor_msgs::PointCloud2 in order to publish on topic the point cloud. But I think that in the new version of pcl library(1.7) the function pcl::toROSMsg() is not able to convert the point cloud to sensor_msgs::PointCloud2.

Any suggestions?

I also found a unstable version of pcl 1.7 library integrated in ROS: pcl17. Which is the right version of pcl I should use?

thank you in advance

2014-02-03 03:04:46 -0500 asked a question update camera_info in ueye_cam

Hi,

I'm using the ROS package ueye_cam (fuerte branch) and I would like to know how update the camera_info.

I do the calibration with camera_calibration ROS package, I convert the calibration info in .yaml file and I put these files in /home/../.ros/camera_info.

If I run

roslaunch ueye_cam master_slaves_rgb8.launch and I do rostopic echo /master/camera_info, I don't see the new value.

How can I update these values?

Thank you

2014-01-30 22:10:43 -0500 answered a question sync problem in stereo image

Hi. I'm using ueye cameras, with frame rate: 15 fps (verified with rotopic hz) The resolution of the camera is 640x480, and they are synchronized via hardware.

If I run stereo_view with parameters approximate_sync to true and queue_size to high value, it doesn't work. The three windows are grey, without images.

Any suggestion?

thank you.

2014-01-24 06:23:02 -0500 commented answer how to use ueye_cam to drive my UI1221-m camera

I solve the problem. It was a problem of the id of the cameras. I used the master_slaves_rgb8.launch and I modified the id name.

2014-01-24 05:00:16 -0500 answered a question how to use ueye_cam to drive my UI1221-m camera

Hello, the topic is quite the same.

I have 2 cameras (UI-1241-LE-C-HQ) and I want to use both of them for sterevision. I'm trying to use the ROS package ueye_cam (fuerte branch).

When I run:

roslauch ueye_cam master_slaves_rgb8.launch

I get this error:

any suggestion? maybe @anqixu can help me.

thank you!

2014-01-11 22:41:39 -0500 commented question how to use ueye_cam to drive my UI1221-m camera

The package ueye_came-fuerte compiles and runs. The hydro version still has a problem. I can confirm that under the path [catkin_ws]/devel/lib there are the files libueye_cam_nodelet.so libueye_wrapper.so

2014-01-10 11:56:48 -0500 commented question how to use ueye_cam to drive my UI1221-m camera

Hi anqixu. I'm using ROS hydro, compiling the package with catkin_make, but I still have the same problem: [ERROR] [1389397299.178431342]: Failed to load nodelet [/ueye_cam_nodelet] of type [ueye_cam/ueye_cam_nodelet]: Could not find library corresponding to plugin ueye_cam/ueye_cam_nodelet. Make sure the plugin description XML file has the correct name of the library and that the library actually exists. ------ The library exist and it is in the right path. How can I solve this problem?